Viewing 15 posts - 886 through 900 (of 1,179 total)
If you are looking for automatic failover than you should think about clustering or mirroring option.
Refer following link for further detail:
http://msdn.microsoft.com/en-us/library/bb510414.aspx
HTH
August 6, 2009 at 4:06 am
Refer the following link for realted replicated table:
http://msdn.microsoft.com/en-us/library/ms179855.aspx
The link include other than Transaction replication object too; you need to segrigate as per your need.
HTH
August 6, 2009 at 3:53 am
I guess you need to re-configure the mail as it's unable to find the mail server details.
MSDB contains all the informations regarding jobs, history, mail, maintenance plans, Scheduling etc.
Hence...
August 5, 2009 at 3:14 am
Hello Shane,
Refer the following link for performing the failover.
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/2d7cc40a-47e8-4419-9b2b-7c69f700e806.htm
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/edfe5d59-4287-49c1-96c9-dd56212027bc.htm
HTH
July 19, 2009 at 11:09 pm
Nick,
You need to create the user first.
Refer this link for further detail:
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_6tsql/html/61a40eb4-573f-460c-9164-bd1bbfaf8b25.htm
Cheers!
July 17, 2009 at 5:21 am
Hi Shane,
Yes you have evaluated almost all the possibilities.
Here Cluster is an very ideal solution for your scenario.
And yes you can do detach and reattach the database but looks not...
July 17, 2009 at 5:16 am
If you do have 'sa' privilages you can check following:
1. In surface area configuration xp_cmdshell is enabled.
2. exec this command in Query window
sp_helpuser 'PostOptApp'
If about command gives...
July 17, 2009 at 5:02 am
humm... can you check the database if it's rebuilded; as /qn suppress all error messages and setup dilogbox.
Check the logfile too.
Also if possible (NOT PRODUCTION) try changing collation setting with...
July 17, 2009 at 4:50 am
Give full path for setup.exe e.g. c:\sql\setup.exe or D:\Servers\Setup.exe
July 17, 2009 at 3:32 am
Are you kidding? somebody will say delete something and as a DBA you will do it? (It's good and save you as you didn't took any action)
Always refer BOL if...
July 15, 2009 at 6:30 am
Hello Chris,
Check this in regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\MSSQLLicenseInfo\MSSQL9.00
if Mode value is 0 and ConcurrentLimit 10 than client lincenses is for 10.
July 15, 2009 at 12:17 am
Usually Log file is 20-25% of your datafile. But still it depends on the application you are running, frequency of T-log backup, using logspace at the time of maintenance etc.
HTH
July 15, 2009 at 12:05 am
You can try again restore.
Be careful if it's production.
July 14, 2009 at 11:59 pm
Full proof plan for rolback MUST having upto date backup of all system as well as user database.
July 14, 2009 at 11:55 pm
Viewing 15 posts - 886 through 900 (of 1,179 total)