Where are sql server user names and passwords stored in sql server?
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?
How retrieve field names from the table in SQL through JAVA code?
Explain trigger and trigger types?
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
Differencr Between DELETE and TRUNCATE?
What you can do to delete a table without the delete trigger firing?
Explain the concept of view and Types of views in SQL server?
What is a scheduled job or what is a scheduled task?
Do you know data definition language, data control language and data manipulation language?
What is the stored procedure?
what is database replication? : Sql server database administration