Viewing 7 posts - 1 through 7 (of 7 total)
SQL Agent Roles will not work. Only an owner or a sys-admin can change someone else's job.
April 23, 2009 at 5:36 am
Restarting SQL Server Agent did not resolve the issue. In reallity the restart should not even occur because the setting does not depend on the restart
March 28, 2007 at 5:43 am
The easier way is to run the update statement against syscolumns table.
select 'update syscolumns set name = upper(name) where object_name(id) like ' + '''' + name...
April 15, 2004 at 5:50 am
The problem you are experiencing is that with MDAC 2.6 Microsoft has changed the entire structure of MDAC and how it operates. Also, they have installed stand-alone version of Client...
March 19, 2003 at 8:47 am
The best approach for this would be to use DTS. You can even use DTS import wizard. This will do several things for you. First of all, you will be...
January 24, 2003 at 11:36 am
Brian thank for your response. The migration is side-by-side. We have performed the test and it did not work. The user was able to login to the server based on...
January 24, 2003 at 8:52 am
Andy,
Thanks a lot for the reply. The solution we are looking is to resolve issues with ownership in user databases (sysusers) and updating sysprotects. I found an sp sp_sidmap, but...
January 17, 2003 at 12:58 pm
Viewing 7 posts - 1 through 7 (of 7 total)