Forum Replies Created

Viewing 15 posts - 4,096 through 4,110 (of 4,745 total)

  • RE: Log shipping in clustered SQL Server 2005

    Adi is correct. define the location where the log backups will be held as a share and define that share as a resource in cluster administrator.

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    do you still have the original instance? If so could you try this?

    add a new SQL login to the original instance

    rerun sp_help_revlogin

    extract out the create login statement for your new...

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    well that format looks correct.

    I can only think the app expects the server name built into the password somehow?

    honestly I've used help_revlogin lots of tines without problems.

    ---------------------------------------------------------------------

  • RE: The Ebb and Flow of Community

    I guess like most I just started out using SSC as a great source of info and then decided I should try and give something back (which speeds up the...

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    thats odd, if check_policy = off that rules out that area as a cause of the logon failure.

    I am at a loss to explain why sp_help_revlogin would fail to set...

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    did the script set their default databases correctly? Do you have the exact login failure error as recorded in the SQL errorlog?

    ---------------------------------------------------------------------

  • RE: Which hot fix should I install after I install SQL server 2005 SP2?

    Judy, there were lots of problems with maintenance plans with SP2, please apply at least GDR2.

    that security hotfix - I am pretty sure was MS08-052, but I'm not 100% sure...

    ---------------------------------------------------------------------

  • RE: Which hot fix should I install after I install SQL server 2005 SP2?

    Ah, the $64,000 question that has annoyed dbas about SQL 2005 for a while now, whether or not to apply cumulative updates. You will note that microsoft says not to...

    ---------------------------------------------------------------------

  • RE: How to Execute T-SQL Upon Server Shutdown

    whilst SQL is shutdown the data in the table is not going to change, so rather than try to capture it on shutdown, which is difficult, capture it on startup...

    ---------------------------------------------------------------------

  • RE: Left join problem in Sql2000 SP4 - bug?

    approaching from a different angle................

    what EXACT version of SQL are you on? I would be surprised if you had come across a new bug after all this time. The last...

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    I've not heard of this failing to work before.

    was this a 2005 to 2005 transfer?

    do the two servers have the same sort order?

    what error message did users get when first...

    ---------------------------------------------------------------------

  • RE: Can't start SQL Server Agent after applying latest security patch

    is the sp_configure option AWE enabled set on for you? (= 1). The one time I had problems with agents xp option it was because awe was enabled but the...

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    you're welcome

    ---------------------------------------------------------------------

  • RE: SQL Server 2000 Autogrow Failure

    no guarantees but two possibilities come to mind -

    is autogrow set at a percentage or an amount in MB? If a percentage autogrow will have more work to do...

    ---------------------------------------------------------------------

  • RE: Log-in's summary

    microsoft supply a well known script to do copy logins with the same sids and passwords - sp_help_revlogin

    see http://support.microsoft.com/kb/918992

    ---------------------------------------------------------------------

Viewing 15 posts - 4,096 through 4,110 (of 4,745 total)