Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?
1 4810What 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.
2593Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 6401
What is 1nf 2nf and 3nf?
Can you explain powershell included in sql server 2008?
explain the storage models of olap? : Sql server database administration
Explain some stored procedure creating best practices or guidelines?
How to insert new line characters into strings?
How to drop an existing table?
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
How extra digits are handled with numeric data type literals?
Explain the Ways to improve the performance of a sql azure database?
What are the commands used in DCL?
What is the importance of concurrency control?
What is use of dbcc commands?
How to use order by with union operators in ms sql server?
Explain what are the events recorded in a transaction log?
what are database files and filegroups? : Sql server database administration