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 […]

Categories
Sql Server

How to Find Recently Executed Queries in SQL Server Database

How to Find Recently Executed Queries in SQL Server Database In this tutorial we will learn How to Find Recently Executed Queries in SQL Server Database. Below mentioned query will fetch query time and query that has been executed. For this we are using Dynamic Management Views. This is very helpful, when we have to find recently […]

Categories
Asp, Asp.net

Search Records in GridView and Highlight Results in Asp.Net

Search Records in GridView and Highlight Results in Asp.Net In this tutorial we will learn how to Search Records in GridView and Highlight Results in Asp.Net. Here we will use a search textbox, button and display and highlight results in the gridview. In earlier post we have discussed Total of Columns in GridView Footer in Asp.Net. Design: […]

Categories
Asp, Asp.net

Total of Columns in GridView Footer in Asp.Net

Total of Columns in GridView Footer in Asp.Net In this tutorial we will learn Total of Columns in GridView Footer in Asp.Net. In this we have a gridview and we have to display sum of column in the footer row. Here we have used Adventureworks database for demo purpose, table used in this demo is Purchasing.PurchaseOrderDetail. You […]