6 min read 1 Installation and Configuration MSSQL SQL Server Migration OTI 12 January 2017 Migration means moving one (or) set of databases from one server to another server. SQL Server Migration Scenarios Scenario 1:…
4 min read 3 Automation and Scripting MSSQL SQL Server Automation OTI 11 January 2017 Automation refers to scheduling the regular maintenance tasks. Whenever schedule time comes automatically that task will be executed. DBA regular…
9 min read 3 MSSQL Security and Permissions SQL Server Security OTI 10 January 2017 Security is the most important tasks for a DBA. we need control the access to sql server as well as…
9 min read 5 MSSQL SQL Server Restoration Tutorial OTI 9 January 2017 Restoration is a process of using backups to recover the exist database (or) to create a new database in another…
9 min read 1 Backup and Recovery MSSQL SQL Server Backups OTI 8 January 2017 Backup means, saving the exact copy of the current version of database in some other location. Situations where backup can…
6 min read 4 MSSQL SQL Server Databases OTI 7 January 2017 Database: Database is a container which stores data and data objects. It manages data and allows fast storage and retrieval…
8 min read 1 Installation and Configuration MSSQL SQL Server installation OTI 6 January 2017 Installation Whenever we want to start the installation of the SQL server we need to gather details of installation. SQL…
3 min read 2 Architecture MSSQL SQL Server Transaction Log Architecture OTI 5 January 2017 Transaction Log Architecture SQL Server uses LSN (Log Sequential Number) in identifying the transaction. Each and every transaction that comes…
4 min read 10 MSSQL SQL Server Database Architecture OTI 4 January 2017 SQL Server data mainly in 2 types of files, Data file stores actual data with .mdf extension. It stores permanent…
3 min read 3 MSSQL SQL Server Storage Architecture OTI 3 January 2017 In an SQL server all the data will be stored in the form of records, these records also called row…