What is the server name in sql server?
What do you understand by the analysis services in sql server?
What are diverse clauses that form a part of sql?
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
How do triggers work?
How to connect a database with sql express.?
What are cursors stored procedures and triggers?
What is the use of placing primary key and foreign key constrains on columns.
Do you know what is replace and stuff function in sql server?
Which are new data types introduced in sql server 2008?
Explain what is lock escalation and what is its purpose?
Mention the different types of replication in sql server.
can you any body tell me while running BCP Out in instance in sql server 2000 is getting error. Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.?