Forum: MS SQL Jul 24th, 2009 |
| Replies: 5 Views: 524 if i need short date and time then wts the method for that |
Forum: MS SQL Jul 24th, 2009 |
| Replies: 5 Views: 524 thanks a lot sknake. Problem Solved |
Forum: MS SQL Jul 24th, 2009 |
| Replies: 5 Views: 524 Hi all, I have created a table in which i have a DateTime Column . i need that i dont want to insert values in that column from the front end. i have created a trigger for that purpose. whenever i... |
Forum: MS SQL Jul 23rd, 2009 |
| Replies: 0 Views: 301 hi all, i m working on a project(Inventry System) in which i have to update stock frequently. i have created a trigger in SQl for stock updation. if i insert for a particular product in stock table... |
Forum: MS SQL Aug 10th, 2008 |
| Replies: 4 Views: 1,938 Hi I m Having a Problem in retrieving records.
I want to get nth maximum value in a column.
I have tried it using top
select top n ColumnName from tablename where(select top n-1 ColumnName from... |