Viewing 15 posts - 1,681 through 1,695 (of 2,636 total)
SQL Server gets it's time from the OS, so no patch is needed.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=339222
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=332998
February 7, 2007 at 1:09 pm
sp_attach_single_file_db will work if he has a copy of the detached database, but all he has is a backup file. Thus my previous suggestion that he ask for a copy...
February 5, 2007 at 2:27 pm
Paul,
Thanks for the details. I still think you could do this without DTS. You can create a job with the first step executing the "kill" stored procedure and the second...
February 5, 2007 at 2:21 pm
Not sure why you'd want to do this in DTS, but you can execute a stored procedure from DTS by using an Execute SQL task. Since you posted this in...
February 2, 2007 at 11:42 am
See also DTSBackup 2000 at sqldts.com, which can use either DTS as mentioned by Steven or the DTS object model controlled by a GUI.
Greg
February 2, 2007 at 11:33 am
No kidding?! I tried using the arguments also and it does work. Who knew that was right under our noses
all this time?
Thanks!
Greg
February 2, 2007 at 10:59 am
Yeah, partial restore only works if the database has multiple filegroups. You can restore part of a database by only restoring certain filegroups.
I'm pretty sure that you can't restore a...
February 2, 2007 at 10:17 am
Nali,
Your syntax is wrong. Use decimal(11,4).
Greg
February 1, 2007 at 2:26 pm
Neither of the scripts will help unless the package name is used in the job step name. The original question was how to decrypt an encrypted DTSRUN command and the...
February 1, 2007 at 12:45 pm
BTW Pinky, you CAN use dtsrunui to get the DTSRUN command either encrypted or not. It's particularly useful if you're adding a package run step to an existing job.
Greg
February 1, 2007 at 10:27 am
The Transform Data task only moves data. Use the Copy SQL Server Objects task to copy tables and all their attributes. Alternatively, you can create the tables in the destination...
February 1, 2007 at 10:24 am
I've used DTS Backup2000 also, but I haven't been able to copy a package to a new name.
Greg
February 1, 2007 at 9:45 am
Well put, Colin. I just noticed another thread in this forum from someone who, apparently, needed answers to a school assignment that he didn't have time to look up himself.
February 1, 2007 at 9:37 am
The only way I can think to change a lot of package names at once, and I'm not sure I'd want to try it, is to update the name column...
January 30, 2007 at 9:13 am
Take a look at "replication, select a type" in BooksOnLine, if you haven't already. It describes the best use of each type of replication.
Greg
January 29, 2007 at 3:10 pm
Viewing 15 posts - 1,681 through 1,695 (of 2,636 total)