Viewing 15 posts - 256 through 270 (of 1,253 total)
Yes parameter sniffing seems to be the case here. Look at this article although it does not direcly concern with parameter sniffing. http://www.sommarskog.se/dyn-search-2005.html
I think what a decoy variable does...
July 28, 2009 at 5:31 am
Hi
Is the value being reverted back inside the procedure or from some other procedure.
July 28, 2009 at 4:04 am
check this out if it helps
http://searchexchange.techtarget.com/news/article/0,289142,sid43_gci1190351,00.html
July 28, 2009 at 3:25 am
Do you mean to say that report sql is being repeatedly executed (maybe from diff connections) and you want to find out when this whole thing started ?
July 28, 2009 at 3:15 am
Hi
If possible run a trace and check which all procedures are used. You need to run the trace for a time period where you are sure that all the procs...
July 28, 2009 at 1:35 am
Hi
If you intend to use batch deletes use TOP instead of SET Rowcount. Check SET Rowcount in BOL for more details on this.
Did you check for any locking issues?...
July 28, 2009 at 1:17 am
Hi
If you intend to use batch deletes use TOP instead of SET Rowcount. Check SET Rowcount in BOL for more details on this.
Did you check for any locking issues?...
July 28, 2009 at 1:09 am
Vishal
First thing - Do you have proper backups?
check this article http://www.sqlservercentral.com/articles/65804/
July 28, 2009 at 1:00 am
Adi
Nobody has restored the database. I checked the restorehistory table in msdb just to confirm it.
How come only the 2:00 am backup is not being taken where as the next...
July 21, 2009 at 3:39 am
Thanks Steve and sorry for the delayed reply. I was very busy.:(
June 30, 2009 at 4:26 am
Hi
OOps i selected the Report Post option instead of Qoute and sent the mail... my apologies.
I just wanted to know the status of the option to add forum questions to...
June 22, 2009 at 5:47 am
priya.preejaa (6/16/2009)
can u expain more...i dont know how to use transactioncan u demonstate the code....may be thats helpful for me.
Transactions are used for maintaing data integrity. Lets says that you...
June 17, 2009 at 4:57 am
Hi
If you are using a Stored procedure use transactions.
June 16, 2009 at 12:30 am
Since it wont be empty or null Char(1) is the right answer to this question.
June 5, 2009 at 2:05 am
Viewing 15 posts - 256 through 270 (of 1,253 total)