You should receive this error when you use “Execute as ower” in your script or in your jobs. I received this error when I want …
Read More »MSSQL
What is Natively Compiled Stored Procedure in SQL Server
The Natively Compiled Stored Procedure is a new type of stored procedure offered by SQL Server 2014 with In Memory OLTP. Available in Memory Optimized …
Read More »In Memory OLTP in SQL Server 2014, SQL Server 2016 and SQL Server 2017
In this article, we will explain what is In Memory OLTP and how to use this feature in SQL Server 2014 and what is limitations. …
Read More »What is Distributed Partitioned View in SQL Server
In this article, we’ll examine the Distributed Partitioned Views, which we can combine data from tables on multiple instances with UNION ALL. If you combine …
Read More »What is Partitioned View in SQL Server
As you know, partition is the division of large tables into small tables. For more information about Partition, please read the article “How To Create …
Read More »“Arithmetic overflow error converting expression to data type int.” Error When Using SUM Function
You can receive this error when you want to get a total result by using the SUM function. In order to avoid this error, you …
Read More »Ad hoc update to system catalogs is not supported
You may receive this error when you want to chage an instance level parameter by using sp_configure in SQL Server. I would recommend reading the …
Read More »Encryptions in SQL Server
Security is the biggest concern nowadays particularly for those who manage critical applications.Every database must have …
Read More »Transaction Log For Database is Full Due To a Reason (ACTIVE_TRANSACTION, LOG_BACKUP, REPLICATION)
In this article, I will describe a few of the most known types and solutions of this error. Possible Errors Transaction Log is Full Due …
Read More »What is Indexed View in SQL Server and How To Create an Indexed View
We create Indexed Views by adding indexes to views. For detailed information about the View concept, I would recommend you read my article “What is …
Read More »