Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising
Advertising

What is Use of Backups?

What is Use of Backups? Backups is safe guard to Databases because Data may can loss due to many failures such as Media Failures, User errors, Hardware Failures and Natural Disasters etc. With good backups, we can recover database from failures.

Read more

What is Backups? Types of backups?

What is Backups? Types of backups? (i) “A copy of data that is used to restore and recover the data after a system failure”. There are four types of Backups available (1) Full Backup (2) Differential Backup (3) Transaction Log Backup (4) File /File Group...

Read more

Advertising

Full, Bulk-Logged & Simple Recovery Models

Explain Full, Bulk-Logged & Simple Recovery Models? Based on the importance of the data, recovery models configured to the Database. a) Full:- Every transaction logged into transaction log file.we can recover the data up to point in time.all production...

Read more

How to set Recovery models using T_SQL?

How to set Recovery models using T_SQL? a) To Check current recovery model:- SELECT DATABASEPROPERTYEX('ADVENTUREWORKS', 'RECOVERY') As [Recovery Model] b) To set Simple Recovery model:- ALTER DATABASE ADVENTUREWORKS SET RECOVERY SIMPLE c) To set Bulk-Logged...

Read more

CLUSTERING INTERVIEW QUESTIONS.

CLUSTERING INTERVIEW QUESTIONS. 1 )What is Clustering? Clustering is a technology in which one or more computers work together as a single instance by sharing their resources. Clustering is used mainly for redundancy of the services hosted on it. In other...

Read more

Advertising

SQL DBA QUESTIONS

1) What is SQL Server? Microsoft SQL Server 2005 is a database platform for large-scale online transaction processing (OLTP), data warehousing, and e-commerce applications; it is also a business intelligence platform for data integration, analysis, and...

Read more

DBCC COMMANDS WITH EXAMPLES

SQL Server – DBCC Commands DBCC (Database consistency checker) are used to check the consistency of the databases. The DBCC commands are most useful for performance and trouble shooting exercises. I have listed down and explained all the DBCC commands...

Read more

<< < 10 20 21 22 23 24 25 26 27 28 29 30 40 > >>