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 5166What 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.
2762Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 6916
What is join query?
What is subquery in sql?
What is store procedure? How do they work? When do you use?
What is the current pricing model of SQL Azure?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
What is sql server schema compare? How we can compare two database schemas?
How do I repair damaged sql server mdf file database? In previous day my mdf file has got damage due to unknown reasons then I used dbcc chekcdb command but it failed, MDF file is important for me, I don’ know that how to get back mdf file data. Please anyone suggest me?
Types of Authentications in Sql Server? How user gets authenticated through windows authentication?
What is the difference between a stored procedure and a user defined function?
what is spatial nonclustered index
What happens if date-only values are provided as date and time literals?
What are the different types of triggers in SQL SERVER?
What is the rdl file?
What is SQL Azure Federations?
How many types of local tables are there in sql server?