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 5238What 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.
2813Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?
2 7021
How do I view a trc file?
Sql server reporting services vs. Crystal reports.
Can we store videos inside the sql server table?
What is a cursor, index in sql?
Name few endpoints exposed by ssrs 2012?
What will happen if a column containing char type data is changed to the nchar data type?
What is the difference between for xml raw and for xml auto?
What do you understand by a view?
Which autogrowth database setting is good?
What type of Index will get created after executing the above statement?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
Can you type more than one query in the query editor screen at the same time?
How to use clusters?
Can one drop a column from a table?
Please differentiate between a local and a global temporary table?