Viewing 15 posts - 1 through 15 (of 16 total)
I don't know how to post a properly formatted block of code in the forum, so I just submitted my revised version as a new script, title = 'Generate insert...
May 22, 2012 at 1:09 pm
Here is a more polished version of the script, enhancements: bracket column names to allow for spaces, add ability to tack on a prefix - this lets you generate a...
May 22, 2012 at 12:55 pm
Did you ever complete your test? I'm curious to know the result. My guess is that the performance would be about the same. DRI (declarative referential integrity,...
June 25, 2009 at 12:44 pm
Add:
where CONSTRAINT_TYPE = 'PRIMARY KEY'
to avoid scripting out the foreign keys.
May 12, 2009 at 1:26 pm
Thanks a lot, this article is very helpful. But one problem I ran into was that the XML generated from my query exceeds the 4000 character limit on string...
April 22, 2009 at 2:43 pm
OK, I just solved my issue. Like I said, I thought it had to be something stupid and it was. I forgot how the reporting executionlog table was...
April 10, 2008 at 10:49 am
I have almost the same exact problem. Package didn't start failing until recently and as far as I know, not much has changed (server settings and security have not changed). ...
June 28, 2006 at 12:31 pm
Thanks, I knew I had to be missing something obvious.
January 12, 2006 at 8:57 am
Just to reiterate the value of defragging even in a RAID environment:
http://www.raxco.com/products/perfectdisk2k/whitepapers/pd_raid.pdf
December 29, 2005 at 8:41 am
From what I understand, its the opposite. If your box is dedicated to SQL Server, there is no need to check "boost" and in fact, it can be detrimental (taking...
December 28, 2005 at 9:16 am
I just submitted a script that makes this easy.
Search for it or here it is:
'**********************************************************************
' Author: Darren Gordon
' Purpose: To script all of your DTS packages out to text files.
' This...
December 5, 2005 at 4:46 pm
I just submitted a script that makes this easy.
Search for it or here it is:
'**********************************************************************
' Author: Darren Gordon
' Purpose: To script all of your DTS packages out to text files.
' This...
December 5, 2005 at 4:45 pm
I just submitted a script that makes this easy.
Search for it or here it is:
'**********************************************************************
' Author: Darren Gordon
' Purpose: To script all of your DTS packages out to text files.
' This...
December 5, 2005 at 4:44 pm
I just submitted a script that makes this easy.
Search for it or here it is:
'**********************************************************************
' Author: Darren Gordon
' Purpose: To script all of your DTS packages out to text files.
' This...
December 5, 2005 at 4:43 pm
You shouldn't be able to, but you can...
Of course compiling C programs will drive a non-c programmer crazy. They distribute their programs uncompiled just to piss everyone off.
March 4, 2005 at 2:43 pm
Viewing 15 posts - 1 through 15 (of 16 total)