What is meant by indexing files?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration
Please differentiate between a local and a global temporary table?
you have couple of stored procedures that depend on a table you dropped the table and recreated it what do you have to do to reestablish those stored procedure dependencies?
Do you know what is sql injection?
What are the different types of join?
Define full outer join in sql server joins?
How to create database with physical files specified in ms sql server?
How do you Implement SSIS Packages in your Project?
Explain the use of containers in ssis?
If i have one transaction say mainTransaction, within this mainTransaction i have another two transaction say t1 and t2. Now while execution t1 completes successfully and commit statement fires, but while executing t2 some error occurs and rollback statement fires. What happen to t1, is it rollback or not?
How do I port a number to sql server?
What is a database in ms sql server?