Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
how to find number of columns in a table in sql server 2000 and 2005 also
How can you swap values between two rows in a table using single- SQL statement?
1 Answers Tavant Technologies, Virtusa,
What is the difference between ddl and dml?
What is cross join in sql server joins?
Is natural join and equi join same?
How do I view views in sql server?
Where the sql logs gets stored? : sql server database administration
What are the characteristics of modern DBMS?
How do I view a trc file?
What are “phantom rows”?
what is the difference between procedure and function.