Viewing 15 posts - 406 through 420 (of 2,635 total)
Open the failing package in DTS Designer, click on Package - Properties - Logging tab. Check the 'Log package execution to SQL Server' box and select the server where...
Greg
April 27, 2009 at 10:10 am
No, but if you do a side-by-side migration, you'll have to copy the packages from the SQL 2000 instance to the SQL 2005 instance. Here are the methods I've...
Greg
April 24, 2009 at 10:58 am
Yes. It's a hassle, compared to using Enterprise Manager in 2000, but it's all they've given us.
Greg
April 24, 2009 at 9:39 am
Anil Kumar Kurra (4/23/2009)
Thanks for the reply. If we Back up & restore the database in another server whether all security Objects like Users,
Roles etc...
Greg
April 24, 2009 at 9:34 am
VG (4/23/2009)
Greg
April 23, 2009 at 3:29 pm
You right to be hesitant. If applications are using the logins in connection strings to connect to SQL Server, there's no way you can change passwords without affecting them....
Greg
April 23, 2009 at 3:13 pm
Actually, according to BOL, members of SQLAgentOperatorRole can enable and disable schedules they don't own.
4 SQLAgentOperatorRole members can enable or disable schedules they do not own by using the stored...
Greg
April 23, 2009 at 9:40 am
Philip,
I'm still a bit uncertain of what you want to script. The definitions of all jobs are in the sysjobs table in msdb. The definitions of stored procedures...
Greg
April 23, 2009 at 9:31 am
I've used this script, which is a modified version of sp_help_revlogin, to script out logins, server roles, database users, database roles, and object permissions. Remember that the databases need...
Greg
April 23, 2009 at 9:13 am
Where did the job originate? Is it still in a SQL 2000 instance? If it is, you can script it out and run the script in Management Studio...
Greg
April 22, 2009 at 9:34 am
You migrated a DTS package to SSIS, not a job, so you won't find it in SQL Agent. You'll have to create the job seperately.
To see the...
Greg
April 22, 2009 at 9:14 am
Try changing both workflows leading to 'Intersection Step' to 'On Completion' rather than 'On Success'. Also, take a look at the method described in this article: http://www.sqldts.com/218.aspx.
Greg
April 21, 2009 at 10:05 am
Please post the SQL code from the Execute SQL task. The CREATE and INSERT are in a single task, correct?
If you're using the table in another task, you might...
Greg
April 21, 2009 at 9:47 am
At the database level, we make developers members of db_ddladmin, db_datawriter, and db_datareader.
db_ddladmin allows object creation, db_datawriter allows insert, update, & delete in all user tables, db_datareader allows select from...
Greg
April 17, 2009 at 11:06 am
Viewing 15 posts - 406 through 420 (of 2,635 total)