Explain few of the new features of sql server 2008 management studio
How can we remove orphan records from a table?
How would you use user_constraints table in DB?
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?
Differnce between sel server 2000 and 2005
What is use of dbcc commands?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
One table Test with single column. These are the values in the table a b c d e f g h I need a query (without using any variable) with output as - a b c d f f g h
What is the difference between indexing and hashing?
How to delete an existing database user?
Describe and explain about SQL native client?
What is a transact-sql statement batch in ms sql server?
What are the steps to insert a table?