Viewing 15 posts - 2,026 through 2,040 (of 2,636 total)
File = 1 indicates that you want to restore the first backup set in the backup file. This is used if you store multiple backup sets in the same file. ...
May 15, 2006 at 3:04 pm
Graham,
Have you considered leaving the dev and test databases in place and just refreshing the data using DTS? You wouldn't have to worry about changing the owner.
Greg
May 15, 2006 at 2:57 pm
You may find that you won't need to shrink the t-log if you back it up more frequently.
Greg
May 15, 2006 at 2:54 pm
Hi Kevin,
There isn't a way to automatically set a database owner when a database is created. You'd either have to be connected as the login that you want to be...
May 15, 2006 at 2:49 pm
While I don't have any experience with ArcServe for SQL Server (we use native backups), it's generally a good idea to schedule log backups as often as needed. We backup...
May 15, 2006 at 9:09 am
Jeff,
Execute sp_enum_dtspackages in msdb. It will list all the package names and IDs. Just copy and past them into the parameters for sp_reassign_dtspackageowner.
Greg
May 11, 2006 at 1:02 pm
DTS can copy your table schema as well as data. That would eliminate your scripting step.
Greg
May 11, 2006 at 9:20 am
I've never had a package revert to a previous owner after changing it with sp_reassign_dtspackageowner. That's why I use it intead of modiying the system table.
Greg
May 11, 2006 at 9:17 am
I'm not clear about what you need to do but if you can't use replication, maybe log shipping or DTS would work for you.
Greg
May 11, 2006 at 9:13 am
It appears the permissions error is generated in the ActiveX Script task. What is the task doing? What connection is it using?
Greg
May 11, 2006 at 9:01 am
The package will execute in the security context of the login designated for SQL Server Agent. Make sure that login has permission to create the text file.
Greg
May 11, 2006 at 8:48 am
I queried MS Knowledge Base for the message and got 11 articles. Maybe one of them fits your situation.
Greg
May 10, 2006 at 5:02 pm
That would work. Make sure you update all versions.
Greg
May 9, 2006 at 3:20 pm
If the package will reside on the client's machine that you can't access, I can't think how you will be able to find the package let alone delete it.
Greg
May 9, 2006 at 9:24 am
Viewing 15 posts - 2,026 through 2,040 (of 2,636 total)