Viewing 15 posts - 616 through 630 (of 2,636 total)
I've used a free tool called DTSBackup 2000 to transfer multiple packages from a SQL 2000 server to a SQL 2005 server. Get it here: http://www.sqldts.com/242.aspx
December 9, 2008 at 10:16 am
They could use SP_HELPTEXT stored procedure or OBJECT_DEFINITION function. I think either one only requires membership in the PUBLIC role to work.
December 9, 2008 at 9:49 am
I like an uncluttered inbox; maybe not zero, but at least not more than one screen full. I have several "subject" folders with subfolders under them where I put...
December 9, 2008 at 9:35 am
I've done this exactly the way Jack describes and it does work. The "deny" for the individual overides the "permit" for the group.
December 8, 2008 at 9:32 am
Yes I do. I think you'll be less likely to have steps missed by reading well-organized and thought out articles than by having someone list the steps off the...
December 5, 2008 at 11:47 am
I've used this script for years to figure out the insert/delete order of tables with foreign keys. I haven't had time to change the SQL 2000 system table names...
December 4, 2008 at 10:17 am
How you handle a failed job really depends on what the job does. As Jerry said, some failed jobs can be ignored because they'll get caught up on the...
December 4, 2008 at 9:22 am
That's a pretty in-depth subject. Have you looked at any of the documents/resources available here?: http://www.microsoft.com/sqlserver/2005/en/us/upgrading.aspx
My first suggestion is for you to review the information above then post any...
December 4, 2008 at 9:16 am
Sorry, I used the DTS task name. I haven't actually used the task in SSIS, so I can't offer any advice about it's use, but a search on this...
December 3, 2008 at 2:56 pm
The schedule is included in the job script. You don't need to create anything separately.
December 3, 2008 at 1:11 pm
I get the same error. I don't know what causes it, but I suspect it has something to do with the objects being in SQL 2005 because it works...
December 3, 2008 at 1:08 pm
If you're not comfortable creating a DTS package, you can script jobs in Enterprise Manager:
Management -> SQL Server Agent -> Jobs
Right-click on a job or jobs -> All Tasks...
December 3, 2008 at 12:25 pm
jnaumann (12/3/2008)
To allow truncate you can add 'WITH EXECUTE AS OWNER' to the procedure.😉
Joerg
...but only in SQL 2005.
December 3, 2008 at 12:05 pm
You can't restore a backup of a system database (master, msdb, model) that was made in SQL 2000. See "Copying Databases with Backup and Restore" in BOL.
December 2, 2008 at 5:45 pm
Viewing 15 posts - 616 through 630 (of 2,636 total)