Viewing 15 posts - 4,771 through 4,785 (of 7,502 total)
This LUN extend capabilities may depend on the kind of san you have.
HP xyz ?
June 24, 2008 at 3:35 am
A "strange" consideration.
In my test without a witness, but synchronized, it I simulated a principal failure (by shutting down its instance (instance01) ), I needed to perform
a Alter...
June 24, 2008 at 2:14 am
If - as you say - you suspect the mp:
- inspect the mp logging files (activate if needed)
- start a profiler trace right befor the mp is scheduled to launch.
-...
June 23, 2008 at 12:51 am
did you check the post sp4 hotfixes ? http://support.microsoft.com/kb/894905
June 20, 2008 at 4:57 am
what version of sql2000 are you running ?
(+ sp / hf)
June 20, 2008 at 4:04 am
Oh I'm sorry. :blush:
I've forgotten to remove the quoted section.
I started with a quoted reply, but just wanted to add to your arguments.
June 20, 2008 at 3:18 am
AndyD (6/20/2008)
If yes, then...
June 20, 2008 at 2:59 am
For mirroring you need to test network speed, if you want it the synchronous way.
Even assync your transaction load will need to meet the timeoutcriteria to couver the 100mi within...
June 20, 2008 at 12:43 am
technet.microsoft.com/en-us/sysinternals/bb896655.aspx
you can download it free.
You can find operation / parameter information at the webpage.
June 19, 2008 at 11:47 pm
Script the whole DDL using SSMS.
Keep in mind to adjust all the scripting parameters you need !
Rightclick on a dabase name in the object browser, choose tasks and go from...
June 19, 2008 at 1:31 pm
get sysinternals handle to find out what other thing is holding your file.
June 19, 2008 at 1:29 pm
I think you have an operator percedence problem: Your ORs stand on their own, neglecting the other predicates.
WHERE (c.CustomerID = '3942')
AND (ol.DetailTableID ...
June 19, 2008 at 1:26 pm
- Nice intro to SMO for this purpose.
- Keep in mind, you have to inspect the .bak files content. They may contain more than one backup.
- You can even perform...
June 19, 2008 at 2:21 am
Viewing 15 posts - 4,771 through 4,785 (of 7,502 total)