To understand this article, we need to know the following concepts. Page: It is the most basic unit in SQL Server storage. Each Page …
Read More »
To understand this article, we need to know the following concepts. Page: It is the most basic unit in SQL Server storage. Each Page …
Read More »If your computer is not connected to the domain, you can get this error when you try to connect to a SQL Server in …
Read More »The concept of normalization was created by Edgar F. Codd, the founder of the relational database model. During the design of the tables, we …
Read More »You may encounter this error when taking a backup to a NFS Mounted disk. You will see the error through SQL Server as follows. Msg …
Read More »In some cases, you may need to connect to the sql server via SSMS with a different domain account(for windows authentication). You connect to …
Read More »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 »You have defined a share on a remote server, and you cannot authorize the SQL Server service account on that share. You just have …
Read More »First you should restore your certificate to this instance. You can restore your certificate with the help of following script. You must write the …
Read More »You can encrypt your backups with SQL Server’s own encryption method in order to avoid the risk of unauthorized access to the backup. You …
Read More »When you see an error, such as in the following screenshot, you may consider why your database is trying to access a hidden system …
Read More »