Viewing 15 posts - 256 through 270 (of 278 total)
2 Tim 3:16 (2/17/2009)
February 17, 2009 at 9:57 am
Thanks Alvin
I got the impression that they were talking of release timescales more in line with 36 months, hence why I thought 2008 -> 2010 (factoring in the Microsoft delay...
February 17, 2009 at 8:13 am
K. Brian Kelley (2/17/2009)
February 17, 2009 at 8:01 am
That error message usually means the network's gone wobbly when we get it where I work
February 13, 2009 at 7:48 am
Have a look at this article:
http://www.dbazine.com/sql/sql-articles/larsen8
It's not quite what you're after, as it only looks for connection names, but it could point you in the right direction
February 12, 2009 at 10:39 am
Thanks for the heads-up and the link, Greg.
The sql server instance these packages reside on is used purely to host these packages and the SqAgent jobs that run them, so...
February 12, 2009 at 10:29 am
That's very nice Gianluca
I'll be looking to do some sort of cleanup in the near future (our stored procedure population seems to grow at a rabbit rate...), and this will...
February 12, 2009 at 4:23 am
Gianluca,
I'd be interested to hear a bit more about the VB project you wrote.
Did it use SQLDMO (or whatever it's called these days), and append text to the StoredProcedure object's...
February 12, 2009 at 3:32 am
true, but I suppose at least you could eliminate a lot of SPs from the list of those that need further investigation!
February 12, 2009 at 2:57 am
Andy Hogg (2/11/2009)
A Grandmother...Eggs question here sorry, but have you tried using the "Run as User" box at the bottom of the "Advanced" tab of the Job Step Properties?
Ah.
Ignore me,...
February 11, 2009 at 9:39 am
You could create an SSIS package, using SQL Tasks to execute the SPs.
Then you could use a proxy to execute the SSIS Package job step type (which does accept proxies)
February 11, 2009 at 9:27 am
Beyond altering your SPs to include some sort of logging statement, I don't think there's anything simple you can do.
You could set up a Profiler trace to run over a...
February 11, 2009 at 4:12 am
Try
HAVING EV.ExtraValueID IN(24699,24701,24706,24707,24710,24713,24734,24779,24740,64346,64350,24760) OR EV.ExtraValueID IS NULL
February 10, 2009 at 6:33 am
Thanks folks
I am in the process of adding clustered indexes now.
As I'm deleting/inserting nightly, I expect that these indexes will start getting fragmented again soon.
The database is pretty small, and...
February 10, 2009 at 6:13 am
To reword my question (so that it hopefully makes more sense...):
Would a Windows account that's set up in msdb as SqlAgentOperator need explicit permissions to be able to perform all...
February 6, 2009 at 9:53 am
Viewing 15 posts - 256 through 270 (of 278 total)