Viewing 15 posts - 4,096 through 4,110 (of 4,745 total)
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.
---------------------------------------------------------------------
December 2, 2008 at 3:30 am
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...
---------------------------------------------------------------------
November 29, 2008 at 7:32 am
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.
---------------------------------------------------------------------
November 28, 2008 at 10:12 am
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...
---------------------------------------------------------------------
November 28, 2008 at 7:09 am
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...
---------------------------------------------------------------------
November 26, 2008 at 4:21 pm
did the script set their default databases correctly? Do you have the exact login failure error as recorded in the SQL errorlog?
---------------------------------------------------------------------
November 26, 2008 at 2:37 am
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...
---------------------------------------------------------------------
November 25, 2008 at 3:02 pm
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...
---------------------------------------------------------------------
November 25, 2008 at 12:01 pm
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...
---------------------------------------------------------------------
November 25, 2008 at 11:18 am
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...
---------------------------------------------------------------------
November 24, 2008 at 1:17 pm
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...
---------------------------------------------------------------------
November 24, 2008 at 1:01 pm
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...
---------------------------------------------------------------------
November 23, 2008 at 4:22 am
you're welcome
---------------------------------------------------------------------
November 22, 2008 at 1:21 pm
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...
---------------------------------------------------------------------
November 21, 2008 at 9:37 am
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
---------------------------------------------------------------------
November 20, 2008 at 3:06 pm
Viewing 15 posts - 4,096 through 4,110 (of 4,745 total)