How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
1150Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
1344
What is Transparent Data Encryption?
How do you know if sql server is running on your local system?
What is system stored procedures?
How to use the inserted and deleted pseudo tables?
Is it possible for a stored procedure to call itself or recursive stored procedure?
What is executereader?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
How can we check the sql server version?
What is acid properties?
What is an index in a database?
What is trigger and different types of Triggers?
What is tabulation?
Do you think BCNF is better than 2NF & 3NF? Why?
What are the difference between primary key and unique key? : sql server database administration
How to execute stored procedure and set temp table in sql server?