If you are not using any backup software, you may not be able to back up large databases to a single disk. In such …
Read More »MSSQL
How To Backup All Databases On an Instance On SQL Server
You can backup all databases on an Instance with the help of the following script (except tempdb) You should write the path you want …
Read More »Which SQL Server Version I Need to Use
This is probably one of the trickiest question that as DBA I get, and trust me, it happens very often and the funny thing …
Read More »How To Find Users Authorized at Server-Level On SQL Server
No one should be authorized at server level on instance except DBAs. In some cases, as an exception, you may be granted some users …
Read More »How To Find Last Backup Dates Of SQL Server Databases
With the help of the following script, you can find the date of the last backup of each database on that instance. ‘L’ indicates …
Read More »Policy-Based Management(Check AutoGrowth Of Database Files-Data File Facet)
Policy-Based Management is a feature that introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »How To Change The Collation Of SQL Server Database, Tables Of Database and Columns Of Tables
First of all, don’t forget to take backup for the security of your data. You can change the database’s collation with the following code. …
Read More »How To Change SQL Instance/Server Name ANS @@SERVERNAME Function
Sometimes the name of the server changes and the SQL Server instance name must change accordingly. For example, suppose your server name is a test …
Read More »Policy-Based Management(Check The Databases That Are Not Backed Up-Database Facet)
Policy-Based Management is a feature that introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »How To Read SQL Server Audit
You can read the article “How To Create SQL Server Audit” to get more information about Audit and create an audit. You can read …
Read More »