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 5075What 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.
2720Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 6785
How is table type constraint applied to a table?
How to list all user defined functions in the current database?
Explain what is row_number function?
What is cross join in sql server joins?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
What is the purpose of sql profiler in sql server?
where the connection string store in the database
What is use of except clause? How it differs from not in clause?
What is log in sql server?
How to rebuild all indexes on a single table?
What is attribute relationships, why we need it? : sql server analysis services, ssas
What is equi join with example?
How to generate random numbers with the rand() function in ms sql server?
Tell me what is the order in which the sql query is executed?
What is updatable resultset?