Viewing 15 posts - 1,006 through 1,020 (of 2,636 total)
Neil,
No, you wouldn't need a proxy in that case. When you look at the job history, does it say that the job step is executed as the login that...
May 23, 2008 at 10:06 am
Jaybee,
Regarding moving DTS packages between SQL 2000 instances, I prefer to open the packages in the old instance and save them to the new instance. They're stored in msdb,...
May 23, 2008 at 9:57 am
I guess Manoj and Simon got here before me, but I'm glad you got the info you needed.
May 23, 2008 at 9:45 am
Is the source data folder where the package file is stored i.e. D:\DMSSURG2K5_SSIS\CTSurg2K5_SSIS\CTSurg2K5_SSIS\CTSurgerySSISInboundRecords.dtsx?
That's what the Agent login needs access to.
May 22, 2008 at 12:48 pm
User permissions are stored in the database, so they are not copied when you copy logins from instance to instance. You can either script the users and permission from...
May 22, 2008 at 10:32 am
I got this error when trying to execute a package stored in the file system and found that the SQL Agent account didn't have access to the folder where the...
May 22, 2008 at 9:51 am
I think the problem is not so much who owns the package as it is who is running the job. If you want a login other than the one...
May 22, 2008 at 9:46 am
Go here for links to a bunch of articles: http://wiki.sqlis.com/default.aspx/SQLISWiki/UpgradingDTS.html
Download and run SQL Server 2005 Upgrade Advisor to see a what issues you may have with your DTS packages. ...
May 22, 2008 at 9:24 am
No. Build it yourself by selecting from sysfulltextcatalogs in each database.
May 22, 2008 at 8:50 am
You could add a check to see if each table exists before attempting to import it. I could either be a step in the job before the step that...
May 21, 2008 at 2:38 pm
PK_MyTableName is probably the primary key for MyTableNameorig. Renaming a table doesn't rename it's indexes and constraints.
May 21, 2008 at 2:24 pm
I can't find it on the SQL 2005 installation CD so it probably isn't included. That doesn't mean it won't work in SQL 2005. If you have a...
May 21, 2008 at 2:19 pm
I don't think there's a built-in way to do this. This is probably best handled in code in stored procedures. How are employees accessing the data? Do...
May 21, 2008 at 10:13 am
Viewing 15 posts - 1,006 through 1,020 (of 2,636 total)