Viewing 15 posts - 406 through 420 (of 2,636 total)
You can see that information in the Job Activity Monitor screen which is displayed immediately under Jobs in the SSMS Object Explorer.
April 27, 2009 at 10:28 am
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...
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...
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.
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...
April 24, 2009 at 9:34 am
VG (4/23/2009)
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....
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...
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...
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...
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...
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...
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.
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...
April 21, 2009 at 9:47 am
Viewing 15 posts - 406 through 420 (of 2,636 total)