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 5152What 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.
2751Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 6896
What is the use of stored procedure?
What is transaction server distributed transaction?
How can I check that whether automatic statistic update is enabled or not?
What happens if the update subquery returns no rows in ms sql server?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
Are connections to sql server encrypted?
What do you mean by tablesample?
How to add the custom code in Report?
What is cursors? And what are the different types of cursor?
How can you stop stored procedures from recompiling?
Explain what is analysis service repository?
What happens if date-only values are provided as date and time literals?
What is a performance monitor?
What are the advantages of sql azure?
whats the maximum size of view state??