Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Allowing Non-SA to change schedule

    SQL Agent Roles will not work. Only an owner or a sys-admin can change someone else's job.

  • RE: xp_instance_regwrite question

    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

  • RE: Changing Columns to Upper Case

    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...

  • RE: MDAC 2.6 SP2 problems

    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...

  • RE: Transfer SP

    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...

  • RE: Urgent: Migrating Users to New Domain

    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...

  • RE: Urgent: Migrating Users to New Domain

    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...

Viewing 7 posts - 1 through 7 (of 7 total)