How to delete duplicate rows in sql server?
1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?
What do you do in data exploration
here id col have primary key and identity id name 1 a 2 b 3 c 4 d delete 2nd row then o/p will be id name 1 a 3 c 4 d next inssert 2nd row and i want o/p will be id name 1 a 2 e 3 c 4 d
Can we use where clause in union?
What is a collation?
How to get the definition of a view out of the sql server?
What is save transaction and save point?
What are the lambda triggers?
How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?
How to use subqueries with the exists operators in ms sql server?
What is Index Segmentation ?
hi, may i know what is the command to get abstract the current month, current year and current day from a given date.i want these three in a isolated way..seperatedly is that any way in sql server 2000