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 4210What 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.
2112Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 5542
What is used to replicate sessions between instances in coldfusion clusters?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Write an sql query for deleting duplicate rows?
What is store procedure? How do they work?
what is isolation level at dead lock?
What is auditing in sql server?
How to generate create view script on an existing view?
Which autogrowth database setting is good?
What part does database design plays a role in performance of an sql server-based application?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What is difference between cte and view?
How to change the data type of an existing column with "alter table" statements in ms sql server?
What is schemabinding a view?
Define tempdb database?
Explain security with sql azure?