What is single-user mode?
Describe in brief authentication modes in sql server.
What is constraints and its types?
Can you link only other SQL Servers or any database servers such as Oracle?
You want to implement the one-to-one relationship while designing tables. How would you do it?
What is the use of keyword with encryption. Create a store procedure with encryption?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
please can anyone answer this query Table 1 has 2 columns: EmployeeId,Age Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region who has the oldest person
What is bit datatype and what's the information that can be stored inside a bit column?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
What are system databases into sql server (2005/2008) : sql server database administration
How to create dbo table in sql server?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.