Viewing 15 posts - 16 through 30 (of 68 total)
SSIS and workstation components are not cluster aware.
This is what I did in 3 different situations.
Even though I chose Database Engine, SSIS and SSMS components to get installed on the...
October 18, 2006 at 11:46 pm
What you can do is right click on the package --> Export Package --> Package Location --> File System --> Package path.
Then open the saved file from VS.
Hope this helps
September 20, 2006 at 5:07 pm
Hi guys,
I have a question about Veritas. We're using 9.1 Revision 4691 in our environment to backup just the disk to disk backup files from native SQL. We're telling the...
May 3, 2006 at 12:21 pm
I deleted the registration, and re-registered it, still nothing.
Version = 8.00.760
March 17, 2006 at 11:00 am
You can also use this:
alter database db_name modify file (Name = old_data_name, NewName = New_Data_Name)
alter database db_name modify file (Name = old_log_name, NewName = New_Log_Name)
Hope this helps
January 19, 2006 at 4:52 pm
Hi folks,
looking for a UDF that will parse a string, and address field in particular.
say you have '123 any street'. I need each component separated.
Any feedback or thoughts will be...
January 16, 2006 at 5:33 pm
well, in the maintenance plan, I'm already specifying to retain the files for 7 days. And I don't wanna have 3 month supply of nightly backups. Don't wanna have 90+...
December 1, 2005 at 3:45 pm
I would drop the media set name re-create another backup job, and try to restore from the new backup
September 8, 2005 at 11:20 am
this is what I get when I print it and execute it
BACKUP DATABASE Joe_LeninL
TO DISK = 'K:\User_Databases\CFT_dbs\Data\Joe_LeninL\Joe_LeninL.bak'
WITH INIT,
NOUNLOAD,
NAME = Joe_LeninL backup,
NOSKIP ,
STATS = 10,
NOFORMAT
Server: Msg...
September 1, 2005 at 3:23 pm
thanks for the response, when I print the statement to screen, it shows the code, but when I run the EXEC (@ExecSQL), I get this
Server: Msg 170, Level 15, State...
September 1, 2005 at 3:04 pm
Jeff,
what if there are some prefixes and suffixes in the column? I'm facing this dilemma right now. What would I add to your script to successfully parse prefix, first, middle, last, suffix?
Any...
June 27, 2004 at 8:34 pm
Viewing 15 posts - 16 through 30 (of 68 total)