See if a database is using Enterprise features of an Microsoft SQL server.
Run this command to see if any database on the SQL Server is using enterprise features
Run this command to see if any database on the SQL Server is using enterprise features
If you got an error about compression, when trying to attach the database from an enterprise version to a standard version. You will have to attach the database to an…
WIth this command you can see witch user that have SysAdmins access.
To show all MSSQL databases except the normal system databases.
If you have enabled that a user get lock out in Active Directory, if the user type the password wrong X times. Then you might have experienced, that yours admin…
When you try to delete a mailbox, you may get this error: This is because the mailbox database still contains data, that need to be moved, before you can deleted…
I have a customer, where we have taken over the support from an old supplier, so we don’t know much about their background. The first thing we do, was to…
To get a list of the databases files, and the current disk size in MB, and the Free Space in MB in each fil, you can use this commands If…