Categories
Sql Server

Paging Data In SQL Server With OFFSET and FETCH

Paging Data In SQL Server With OFFSET and FETCH In this tutorial we will learn how to do Paging Data In SQL Server With OFFSET and FETCH. This functionality is very useful if application development. Instead of having the entire result returned, it is often preferable to have a short list broken down by a page and […]

Categories
Sql Server

Page Compression In SQL Server

Page Compression In SQL Server In this post we will learn about Page Compression in SQL Server. How to implement Row Compression in SQL Server and benefits of it. In earlier post we had discussed about Row Compression in SQL Server . Page Compression: Page compression further extends row compression by performing a few additional steps. Page compression […]

Categories
Sql Server

Row Compression in SQL Server

Row Compression in SQL Server In this post we will learn about Row Compression in SQL Server. How to implement Row Compression in SQL Server and benefits of it. Row Compression: Row compression, is not a complicated process. Basically, it identifies the data type of each columns, converts it to variable length, and finally reduces the amount […]

Categories
Sql Server

Errors were Encountered During Save Process, Some Database Objects were not Saved

Errors were Encountered During Save Process, Some Database Objects were not Saved In this post we will discuss about error: Errors were Encountered During Save Process, Some Database Objects were not Saved. Recently i have tried to add a new column to a existing table.But i have got following error: Errors were Encountered During Save Process, Some […]