Viewing 15 posts - 31 through 45 (of 65 total)
Thanks for the head's up. Anyway you can send me an example of what you've done for a backup failure message stored proc?
Rog
July 23, 2009 at 7:29 am
It worked out just fine and I really want to thank you for your help!
Rog
July 16, 2009 at 2:36 pm
Thank you for your response. We deleted some records out of the database to be able to get back into it... it had hit the MSDE 2 gig limit....
May 13, 2009 at 3:10 pm
Thank you... this one was the easiest for me to incorporate and it worked just fine.
Roger
March 11, 2009 at 5:52 am
Just an FYI in case someone should come across this issue too.
Make sure the following registry key exists. If not, then create the key and populate it accordingly.
Key=BackupDirectory
Type=String
Location=HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MSSQLServer/MSSQLServer
Value=C:\Program Files\Microsoft...
February 12, 2009 at 9:11 am
Thank you for the suggestion. We rebooted the SQL server and that didn't resolve the issue.
Does anyone have any other ideas?
Thank you.
Rog
February 12, 2009 at 4:58 am
Thank you!
Rog
January 29, 2009 at 3:15 pm
Thanks! That helped reveal a new problem with the data itself! Several ID numbers have matching expiration dates but different record_group types. So now the challenge is...
January 28, 2009 at 12:07 pm
It worked. Thanks!
Rog
January 21, 2009 at 9:56 am
Thank you! That worked.
I have another conversion issue... I have another decimal field which stores a monetary value in the form of
393420
which I want to put into another...
January 21, 2009 at 9:44 am
Many many thanks!
That did the trick.
Roger
January 12, 2009 at 12:55 pm
I do get some errors and not sure what they all mean:
Microsoft (R) SQL Server Execute Package Utility
Version 9.00.3042.00 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
NULL
Started: 2:25:06...
January 12, 2009 at 12:35 pm
Perfect! That did the trick... however I can't get it to run in the stored proc.. that is, actually execute the package.
Here's what I'm using:
Declare @dtscmd varchar(400) <- one...
January 12, 2009 at 11:56 am
Viewing 15 posts - 31 through 45 (of 65 total)