How to find the list of fixed hard drive and free space on server?
After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
In which tcp/ip port does sql server run? Can it be changed?
What do you mean by table and field in sql?
how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?
Explain DBCC?
If user is owning any SQL Objects, can we drop that user
How to find which stored procedure is currently running in sql server?
can any one please send sql quries most used in applications.
How to locate and take substrings with charindex() and substring() functions?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
Explain transaction server isolation?
What is user stored procedure & it purpose?