Viewing 15 posts - 7,771 through 7,785 (of 9,253 total)
PaulB-TheOneAndOnly (8/18/2010)
A system able to support 10K concurrent database requests is not your everyday project.
Good luck
True, and IMHO certainly not a virtualisation candidate either!!
August 19, 2010 at 12:34 am
No, it just provides the required node count for the majority scenario to operate correctly and prevent any split brain occurrence!
August 18, 2010 at 3:21 pm
rdecker (8/18/2010)
Perry, I relayed your message to Russel and he's laughing.
Not as much as I am I bet 😀 :crazy:
August 18, 2010 at 2:36 pm
dso808 (8/18/2010)
trying to restore the system databases from a clustered server to a NON-clustered server
I have done this before, its entirely possible. As I said you need to have extensive...
August 18, 2010 at 1:27 pm
Or
Better NOT to get Microsoft involved in the project! 😀
August 18, 2010 at 10:53 am
Duran (8/18/2010)
No cheeky answers, please!
Would I?? 😉
Duran (8/18/2010)
August 18, 2010 at 10:12 am
yes, but only for publication database. BOL details this more!
August 18, 2010 at 10:04 am
dso808 (8/11/2010)
August 18, 2010 at 9:59 am
Perry Whittle (8/18/2010)
which version\edition of the Windows operating system are you using?
August 18, 2010 at 9:32 am
Hello, me again.
God this guy Russel likes Dell doesn't he? Not on the payroll by any chance is he? 😀
Just one piece of advice, don't do it!!
If a machine starts...
August 18, 2010 at 9:24 am
Firstly, it would help if you post in the correct forum location for help with your issue, that aside the link at
http://support.microsoft.com/kb/918992/en-us
does not apply to your scenario in any...
August 18, 2010 at 9:18 am
The following gets any SQL Server login that has had their account changed in the last 3 days
select [name] as SQL_User, modify_date as ModifiedDate
from sys.server_principals
where type = 'S' and...
August 18, 2010 at 8:40 am
Viewing 15 posts - 7,771 through 7,785 (of 9,253 total)