Viewing 9 posts - 1 through 9 (of 9 total)
Hi Dwain
Nice article
The resources link on the article appears to be pointing at the wrong file.
March 27, 2015 at 4:32 am
You could also use a Service Broker queue to achieve this.
The queue would let you manage how much you taxed the server by restricting the number of concurrent SSIS packages...
February 23, 2015 at 4:13 am
My mistake it was a SQL 2008 R2 server using SSMS 2012
September 29, 2014 at 2:23 am
Hi, I just successfully ran this in SQL 2012 using a database at compatibility level 80!!
September 26, 2014 at 7:41 am
OK worked it out, though not sure of exact reasoning behind it.
I found this statement in MS help for the Execute As User statement
While the context switch to the database...
March 13, 2014 at 9:12 am
When you say slower in dtexec do you mean dtexec.exe or dtexecui.exe?
I found that dtexecui ran very slowly (I believe that this is a known issue and is due to...
June 8, 2012 at 5:55 am
Sorted.
Needed to set the stored proc that serviced the queue to run as owner and made sure that owners was in the SQL Agent USer role in msdb and also...
June 7, 2012 at 5:18 am
Thanks Nils
The Service broker artefacts are NOT in the msdb they're in my database.
I've read the article you linked to and if I understand it right then setting my database...
May 24, 2012 at 2:52 am
In dealing with the holidays, rather than searching for each day in the loop why not just find the next holiday after the start and then check the loop date...
February 4, 2009 at 4:49 am
Viewing 9 posts - 1 through 9 (of 9 total)