Viewing 13 posts - 16 through 28 (of 28 total)
It sounds to me like you've probably got half the problem solved, which is that starting a SQL Agent job is generally asynchronous (i.e. you call sp_start_job, which immediately returns)....
July 11, 2015 at 6:31 am
So if I understand, the process that is running slow is the mass delete of the rows, but regular queries do OK? If that's the case, my advice in general...
July 9, 2015 at 8:26 am
In that case, I would highly recommend SQL Sentry Plan Explorer. You can use it to measure various metrics around execution of a procedure as well as capturing execution plans....
July 8, 2015 at 6:28 am
In general it's hard to answer your question without knowing more, such as what the selectivity of the various columns is. I would start with this: what is it that...
July 7, 2015 at 2:22 pm
Hi there, not sure what you mean by baselines. Do you mean performance wise, in terms of CPU, logical IO, etc?
July 7, 2015 at 2:18 pm
I believe you can use the @@SERVICENAME global variable to find the instance name, though you'd have to account for the fact it returns MSSQLSERVER for the default instance.
July 1, 2015 at 3:57 pm
If I understand correctly, you might be able to use the System.Data.OleDBConnectionStringBuilder class to construct the connection string. There's equivalent classes for SQL Native Client as well in case that...
June 26, 2015 at 2:26 pm
Hi DBANewbie,
Are all the cluster disks and associated virtual controllers setup according to these guidelines from VMWare? I've seen clusters in VMWare go whacky if everything isn't configured absolutely the...
June 21, 2015 at 2:42 pm
Hey Grasshopper / TriggerMan, thanks for the kind words. I actually did write a companion article[/url] to this one, originally published a few months after.
April 14, 2015 at 9:26 am
Drew Copenhaver (9/24/2013)
September 24, 2013 at 8:18 am
Thanks Andy! Indeed, that is already in the works.
September 24, 2013 at 8:09 am
Hey everyone! First off, let me say how awesome it is to see so many great responses to my article. This is the first time I've written for SQLServerCentral, and...
September 24, 2013 at 6:26 am
Meaning does the local login I'm attempting to map exist on the remote server? Nope. That's why I'm trying to map it to a different login. See, I want this...
April 6, 2007 at 6:08 am
Viewing 13 posts - 16 through 28 (of 28 total)