Trending :
  • Why normally full recovery model is used in production server?
  • Explain different types of backups?
  • When we will go for bulk-logged recovery model.
  • How many types of recovery models are in SQL server ? Explain them.
  • Why normally full recovery model is used in production server?
  • facebook
  • twitter
  • linkedin

SQL Database

Wanna be a Database Administrator ? Follow Us , Support Us , Stay with Us Because "We are DBA".

  • Home
  • Microsoft SQL Server
  • Microsoft Azure
  • Windows PowerShell
  • About Us and Privacy Policy
Search for:

What are the different types of Isolation levels have in SQL Server?

June 3, 2018April 22, 2019Microsoft SQL Server

There are 5 type of Isolation levels available in SQL Server – Read Uncommitted: A transaction can read the data…

Read More

What are the different database state? Explain all.

May 27, 2018April 22, 2019Microsoft SQL Server

There are 5 different database state are there, they are – Online: Available for all users. Offline: Unavailable. Restoring: Unavailable…

Read More

What will happen if model database get corrupted ?

May 20, 2018April 22, 2019Microsoft SQL Server

If model database gets corrupted, then SQL server services not started because whenever SQL server is started tempdb is created…

Read More

How to attach a database.

May 13, 2018April 22, 2019Microsoft SQL Server

T-SQL USE [master] GO CREATE DATABASE [AdventureWorks2008] ON ( FILENAME = N’D:\AdventureWorks2008_Database\AdventureWorks2008_Data.mdf’ ), ( FILENAME = N’D:\AdventureWorks2008_Database\AdventureWorks2008_Log.ldf’ ) FOR ATTACH…

Read More

Your database log drive got full. how you will recover it.

May 6, 2018April 22, 2019Microsoft SQL Server

First we have to run “dbcc sqlperf(logspace)” from there we get “Log Size” and “Log Space Used“. If log size…

Read More

What is the purpose of DCM & BCM page ?

April 29, 2018April 22, 2019Microsoft SQL Server

DCM : Differential Changed Map pages track the extents modified after the full backup. DCM has a bit for every extent…

Read More

Database is in suspect mode, how you recover?

April 22, 2018April 22, 2019Microsoft SQL Server

Change the status of your database in “EMERGENCY” mode. (i.e. ALTER DATABASE Database Name SET EMERGENCY;) Check for any of…

Read More

Difference between re-build and reorganization with query syntax.

April 22, 2018April 22, 2019Microsoft SQL Server

SQL,SQL SERVER,SQL DATABASE,Microsoft SQL Server,Database,Database Administrator While index reorganization is a pure cleanup operation which leaves system state as it…

Read More

What is the Pre-requisite of mirroring ?

April 8, 2018April 22, 2019Microsoft SQL Server

The principal server and mirror server, must be running the same edition of SQL Server. The witness server (if any)…

Read More

List of Some SQL CMD Arguments with Description

April 1, 2018April 22, 2019Microsoft SQL Server

-s instance_nameSpecifies the instance of SQL Server you want to connect. If no named instance is specified, sql server starts…

Read More

Posts navigation

Previous 1 2 3 4 Next

Recent Posts

  • Why normally full recovery model is used in production server?
  • Explain different types of backups?
  • When we will go for bulk-logged recovery model.
  • How many types of recovery models are in SQL server ? Explain them.
  • Why normally full recovery model is used in production server?

Archives

  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018

Categories

  • Microsoft Azure
  • Microsoft SQL Server
  • Windows PowerShell
Copyright © PABTechnology
PT Magazine by ProDesigns