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 6786
Explain ranking functions?
How do I perform an unattended install of sql server 2000?
Differentiate between SQL and ORACLE joins and write their syntax.
What is federation member?
What is nonclustered index with included columns ?
Why we should not use triggers?
Explain what is meant by replication of database?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
List out the different types of locks available in sql server?
How to create a local temporary stored procedure?
What is the difference between seek predicate and predicate?
How can you insert values in multiple rows using one Insert statement?
What are parameterized reports?
What are unicode character string data types in ms sql server?
Explain database normalization?