Viewing 15 posts - 1 through 15 (of 46 total)
It is not just you. I went back and read the first article so i would be ready for this second one. I am the same place you are, I...
January 3, 2013 at 7:03 am
Thanks. You are always so helpful!
June 13, 2012 at 10:57 am
Yes that's exactly what i mean. Can you point me in the direction as to how to figure out which one they are? If they are chached shells, how long...
June 13, 2012 at 10:36 am
NJ-DBA (11/4/2011)
If I correctly understand your problem, I'm pretty sure this is exactly the purpose of SQL Agent Proxies: http://msdn.microsoft.com/en-us/library/ms189064.aspx%5B/quote%5D
I know about proxies. But they are...
November 4, 2011 at 1:56 pm
okbangas (10/11/2011)
use tempdb;
go
create table t1 (
id int identity primary key,
val varchar(10)
);
create...
October 11, 2011 at 6:08 am
Nadrek (10/10/2011)
October 10, 2011 at 11:54 am
serejka058 (10/10/2011)
-1st...
October 10, 2011 at 8:18 am
Thanks for reading the article. Atlanta is a little far for for me, but i hear there is one in Pensacola, FL every year but it was a couple of...
August 17, 2011 at 7:25 am
If you do find that you have too many vlogs in your tlog how can you reduce the number of vlogs.What comes to mind is set the database to simple,...
August 17, 2011 at 6:29 am
Can you use the UI to script out your linked server and post it here? That might help me understand your configuration.
August 4, 2011 at 1:02 pm
Gail,
I ran into this. I don't need help resolving, but I did want to know if you found where the behavior is documented. This is my scenario.
Create table called main...
July 13, 2011 at 1:09 pm
I would like to see online index rebuilds as part of the standard edition. Also i would like to see the code based changed so you do not have to...
April 8, 2011 at 5:58 am
As a quick fix, try using the with (nolock) query hint on your select statements. Many apps are not affected by dirty reads so this may be an option.
March 28, 2011 at 8:58 am
Gail,
Thanks, I was looking at the same lines in the default trace. I saw the object:deleted, but did not put together with the object type to prove that was when...
November 8, 2010 at 7:50 am
Viewing 15 posts - 1 through 15 (of 46 total)