Viewing 15 posts - 8,146 through 8,160 (of 9,253 total)
ourehman (3/30/2010)
Can you login with some other admin account.
see my post immediately above, he needs to confirm he is logging into the correct instance first!
March 30, 2010 at 7:49 am
paulc.byrum (3/29/2010)
March 30, 2010 at 7:18 am
Youngoz
upgrade straight to 2008, just bear in mind what i previously pointed out and as Jeffrey said update your stats too. The full rebuild should catch most of those anyway,...
March 29, 2010 at 3:10 am
whether upgrading to SQL server 2005 or 2008, immediately after run DBCC UPDATEUSAGE and rebuild all indexes. Also run DBCC CHECKDB with DATA_PURITY to ensure your database(s) have no metadata...
March 28, 2010 at 2:30 pm
pandrikopoulos (3/28/2010)
I agree in general with your suggestions but you should take into account that the database hosts a SAP application. SAP has some restrictions in the way a database...
March 28, 2010 at 2:02 pm
what info does the event log show?
March 28, 2010 at 5:52 am
when upgrading from SQL Server 2000 to 2005 you are well advised to run DBCC UPDATEUSAGE and rebuild all indexes.
Having said that when carrying out normal maintenance on a SQL...
March 28, 2010 at 5:49 am
scripting the login accounts from the primary to the secondary should take care of any SID mismatches. Or just use the SP_Change_Users_Login stored procedure
March 26, 2010 at 3:47 pm
starterm (3/25/2010)
How do you make failure in primary server instance
Pull the network cable out!!!!
starterm (3/25/2010)
and make secondary server instance databases onlineplease provide your suggestions..
To bring secondary databases online, restore any...
March 26, 2010 at 3:38 am
No problem, glad i could help!
March 25, 2010 at 7:16 am
river1 (3/24/2010)
ok, thank you very much.So what is the "EXECUTE AS" for?
to execute as another database user that is not linked to a server level login
March 24, 2010 at 12:13 pm
test the SP3 first on a test sql server to make sure it doesnt break anything!
March 24, 2010 at 12:09 pm
river1 (3/24/2010)
I need to know where (in wich database) to create the login and the...
March 24, 2010 at 12:06 pm
if you script this yourself just remember to disable or remove any foreign keys, triggers, etc first. Create the base schema (Tables) and load all the data then apply any...
March 24, 2010 at 11:51 am
Viewing 15 posts - 8,146 through 8,160 (of 9,253 total)