Viewing 9 posts - 1 through 9 (of 9 total)
Hi GilaMonster,
Thanks GilaMonster for reply..
you are right we can not use DDL command during Snapshot isolation..
but usage of application is almost 24 hours. Is there any other way so...
March 31, 2015 at 8:35 am
Hi GilaMonster,
It is something like,
Session 1: executed get stored procedure of business logic. means only SELECT statement is in that SP under SNAPSHOT ISOLATION LEVEL.
...
March 30, 2015 at 8:08 am
Hi Gianluca Sartori,
I have used "SET TRANSACTION ISOLATION LEVEL SNAPSHOT" in store procedure and dynamic script (rebuild indexes and update statistics) are written in Job.
March 30, 2015 at 6:19 am
Hi Gila, Kenpo,
🙂
thanks for ur replies..
i have limit the logical reads and it works fine now.. 🙂
//
January 4, 2015 at 11:56 pm
Hi,
it happen in in most of all stored procedure. it takes more time when execute first time and then from next time it will execute in 0 seconds.
i checked logical...
October 7, 2014 at 2:32 am
Hi,
how can we know the "Compile" and "data cache" time of particular store procedure when it execute first time.
can you please guide me??
Thank You in Advance...
October 6, 2014 at 1:56 am
GilaMonster,
yes you are right..
it takes time to cache more than 1.25 GB data approx.. huge amount of data page scanning and logical reads happen by this procedure..
i really appreciate...
September 25, 2014 at 1:52 am
Jeff Moden,
we replaced #table to @table in stored procedure.. it works for 2 days. and suddenly it started to taking more then 10 seconds.
if we execute from Java application...
September 4, 2014 at 2:14 am
Jeff Moden,
This is the actual code, we used this stored procedure to check connection to the database and this is also taking 10 seconds sometimes. and also other SP which...
August 22, 2014 at 8:37 am
Viewing 9 posts - 1 through 9 (of 9 total)