How to delete duplicate rows from table except one?
What do you mean by an execution plan? Why is it used? How would you view it?
how to improve the speed of SQL database server and how to avoid dead lock?
What is page in sql server?
What is the difference between rank and dense_rank?
How to reaname table name without using sp_Rename in sql server..?
Hi..here i would like to know the Backup and Restore models?
Difference between uniqe index and uniqe constraint?
What are the types of subscriptions in SQL Server replication?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
What happens when unicode strings concatenate with non-unicode strings?
hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting
Say if we have a table that contains only a single column , say OrderID, which has IDENTITY attribute defined on it. So how can we insert data in this table. I am reframing my question, that how can we make the table to increment the column "OrderID" value several times???