How to find out the list schema name and table name for the database?
What is a deadlock and what is a live lock?
Which tcp/ip port does sql server run on? How can it be changed?
how to find the second salary?
What are the differences between stored procedure and functions in SQL Server 2000?
25 Answers College School Exams Tests, HCL, Infosys, TCS,
How do I start sql server 2016?
i have a table #temp1(id, Name groupname ) and record like this 1 R1 S 2 R3 S 3 R2 S 4 R4 D 5 R5 D 6 R6 K 7 R7 K 8 R8 L 9 R9 L 10 R10 L 11 R11 K and i want to display record based on user defind sorting order e.g. 1 R4 D 2 R5 D 3 R6 K 4 R7 K 5 R11 K 6 R1 S 7 R3 S 8 R2 S 9 R8 L 10 R9 L 11 R10 L
What is store procedure? How do they work?
Can a synonym name of a table be used instead of a table name in a select statement?
What is data compression? : sql server database administration
How to include date and time values in sql statements?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
Explain about sql server login?