SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Thursday, May 3, 2012
The Rollback Transaction request has no corresponding Begin Transaction
›
Sometimes while using transaction in SQL Sesrver you get the following error: The ROLLBACK TRANSACTION request has no corresponding BEGIN...
Tuesday, May 1, 2012
When my Database is last accessed
›
The below script uses sys.dm_db_index_usage_stats to get timestamps for the last read and write operations on a database. SELECT DB_...
Monday, April 30, 2012
Msg 157 - An aggregate may not appear in the set list of an UPDATE
›
If you are trying to update a column using an aggregate function like SUM, MAX or MIN etc the following error will come. Server: Msg 157,...
1 comment:
Saturday, April 28, 2012
How to sent email by using Sql Server
›
Sql Mail System provides an easy way to sent and receive emails using microsoft sql server. But you should have to install a MAPI susystem ...
Friday, April 27, 2012
advantages and disadvantages of Indexed views
›
Advantages of indexed views To Improve the performance of select queries Index data on columns on multiple tables The data from multipl...
‹
›
Home
View web version