Where are SQL server users names and passwords are stored in sql server?
What are the character string functions supported by sql server 2005?
how can u select the Distinct values in the table, table having 20 columns , i want all columns
Write a code to select distinct records without using the DISTINCT keyword.
What are the tool windows in sql server management studio? : sql server management studio
What is isnull() operator?
What is storeprocedure?Tell me synatx for how to write stored procedure.
how to find number of columns in a table in sql server 2000 and 2005 also
How do I create a stored procedure in sql server?
hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting
How do we rollback the table data in SQL Server
What is indexing explain it with an example?
Which are the third-party tools used in sql server and why would you use them?