Viewing 15 posts - 166 through 180 (of 282 total)
Matt Miller (10/30/2007)
October 30, 2007 at 12:36 pm
Matt Miller (10/30/2007)
October 30, 2007 at 12:31 pm
EdVassie (10/29/2007)
Using standard SQL backup followed by a Zip is potentially greater cost and risk than using a...
October 29, 2007 at 8:10 am
Michael Earl (10/23/2007)
sp_send_dbmail runs your query immediately to make sure the query does not fail before the query is put into the mail queue. This...
October 23, 2007 at 1:18 pm
Thanks for the reply...however I don't think that is what I was looking for...I have a general process that fills some tables then a
sp_send_dbmail call that will send an...
October 23, 2007 at 1:00 pm
Aaron Ingold (10/11/2007)
gzip -d c:\mydir\*
I'm sure there are probably easier ways to do it, but I've used gzip...
October 11, 2007 at 4:31 pm
Aaron Ingold (10/11/2007)
You should just be able to use a command like this:gzip C:\mydir\*
Should zip everything up.
I got that far...but what command would u use to unzip everything?
October 11, 2007 at 3:52 pm
Scott Coleman (10/11/2007)
October 11, 2007 at 3:06 pm
Scott Coleman (10/11/2007)
October 11, 2007 at 12:56 pm
Not that I know much about drives...however I experienced something similar to this once and it was due to the fact that when the new server was created and the...
October 3, 2007 at 11:46 am
I will update this either tonight or tomorrow morning as I need to leave at the moment...
Lee
September 17, 2007 at 3:07 pm
This is basically what I did...I found a free program as the company currently doesn't have anything purchased for this sort of task...and asking is like getting a diamond out...
July 30, 2007 at 7:04 am
OK let me branch off of this to see if I can get a different perspective on your statement...
By default the max length in characters that an Identifier can be...
July 19, 2007 at 1:28 pm
I got it figured out and it was pretty simple once I got it to work. I used the SQLExecute Task to execute a query (SELECT COUNT(*) FROM Table_A...
July 13, 2007 at 12:09 pm
So by using the RaiseError command that will fail the package? which would allow me to branch some logic (on failure/on success)?
Thanks for the quick reply.
Leeland
July 13, 2007 at 9:30 am
Viewing 15 posts - 166 through 180 (of 282 total)