What do you mean by authentication modes in sql server?
What do you mean by collation recursive stored procedure?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What are the different types of locks in the database?
Why is sql server log file full?
What is 2nf normalization form?
Is SET a SQL Keyword?
How to fetch records from a One to Many relationship table. eg: wanna get details of all orders for a specific customer. (do not want repeatation of master table records for child table records)
What are distributed partitioned views?
Why is replication required on the sql server?
i need to know how i display department which has salary > =5000 for the below table Department ----------- salary deptname 1000 a 3000 a 2000 b 3000 b 4000 c 5000 c kindly send the query to thilakvinoth13@gmail.com
How do I port a number to sql server?