How to modify existing triggers using "alter trigger"?
No Answer is Posted For this Question
Be the First to Post Answer
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What is stored procedure in SQL..??
you added a row to a view, but the row is not shown on the view. Explain how this can happen, and how you can remedy the situation
Why people hate cursor?
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
How to list all stored procedures in the current database using ms sql server?
What is the difference between local and global temporary tables?
How to declare and use cursor variables?
Does index speed up select statements?
What are the system database in sql server 2005?
Define compound operators?
How to connect PK and FK?