1 min read 0 MSSQL SQL DBA Regular Alerts & Tickets (Service Request and Incident) OTI 7 October 2017 Customer Raised Tickets Monitoring Tool/Alerts Raised
1 min read 0 MSSQL Important & Handy TSQL Commands OTI 7 October 2017 Space Management TSQL Commands 1)sp_spaceused2)dbcc sqlperf(logspace)3)xp_fixeddrives Information TSQL Commands 1) sp_helpdb2) select db_id('DBName')3) select db_name(DBID)4) select * from sys.dm_exec_sessions, dm_exec_connections5)…
6 min read 0 High Availability and Disaster Recovery MSSQL SQL Server Log shipping OTI 14 January 2017 What is LOG SHIPPING in SQL Server DBA? Log shipping: Shipping of transaction log files from the primary server database…
3 min read 2 Installation and Configuration MSSQL SQL Server Upgradation OTI 13 January 2017 What is SQL Server UPGRADATION? Upgrading means, migrating sql server old version to sql server 2012. Before upgradation we need…
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…