Viewing 9 posts - 1 through 9 (of 9 total)
Thanks for that.
You know, this code was submitted over 4 years ago. SQLServerCentral just published it again. 🙂
I'll correct this one and others I've submitted a few years ago...
December 15, 2011 at 3:48 pm
Hi! Thanks for the info. Just had to remove the parenthesis on both sp_executesql statements. I've uploaded the correction.
Let me know if you'te all set. 🙂
June 3, 2010 at 1:05 pm
Run it in query analyzer, or management studio, and browse over to the "messages" tab. Ther you have the DDL.
December 19, 2009 at 3:58 pm
On your client machine try registering SQL-DMO dlls:
regsvr32 atl.dll
regsvr32 sqldmo.dll
April 24, 2009 at 9:52 am
And you're right, of course. I'll edit ASAP.
Thank you 😎
January 30, 2009 at 2:19 pm
June 27, 2008 at 4:02 pm
Hello, sorry for the delay.
Go right ahead, providing you give proper credit. Also, could you send me a link to that article when it's done?
Thank you
PL
June 11, 2008 at 3:13 am
Sorry all, i had noticed it and submited it together with the above changes, but forgot to mention them... Change all 'dba_database' with 'msdb' until the edited version is approved...
January 11, 2008 at 8:05 am
Looks like some of the indentation i made in the online editor when submiting broke the script. I resubmited it.
Look for:
SELECT @datestr = CONVERT(NVARCHAR(4), @year) + N''-'' +
CONVERT(NVARCHAR(2), @month)...
January 11, 2008 at 4:12 am
Viewing 9 posts - 1 through 9 (of 9 total)