Viewing 15 posts - 5,176 through 5,190 (of 9,253 total)
No, you may have only 1 default instance. The rest would be named
August 15, 2012 at 9:16 am
you will need to throroughly test this, set the timeout via T-SQL
August 15, 2012 at 4:33 am
Manie Verster (8/15/2012)
Yes! I know but how and to what? I don't have a cooking clue. Can you help maybe, Perry?
as Anthony said above really.
You could also use the stored...
August 15, 2012 at 3:58 am
liteswitch (8/15/2012)
Now, I want the cluster to operate in a synchronous mode, with a witness
Let's clear the confusion first, you mean mirror session not cluster
liteswitch (8/15/2012)
August 15, 2012 at 2:38 am
Manie Verster (8/15/2012)
August 15, 2012 at 2:10 am
Initially I would have said the login owns the database, double check and confirm this is not the case.
Has this database come from sql2000 at some point?
August 14, 2012 at 11:58 pm
you need to instantiate the Urn[] collection before attempting to use it.
Revise the following
StringCollection sc = scripter.Script(new Urn[] {db.Urn });
August 14, 2012 at 10:24 am
SQLCrazyCertified (8/13/2012)
I need help from all of you to put together a checklist for troubleshooting disk space issues. In our environment, we get a lot of tickets regarding space...
August 14, 2012 at 10:06 am
you're opening the SQL Server configuration manager program, correct?
August 14, 2012 at 10:01 am
the DTC is used by many applications including sql server. In SQL Server a dtc is used for remote transactions such as lnked servers and openrowset queries.
A clustered DTC is...
August 14, 2012 at 9:47 am
ufcheema (8/14/2012)
Q. 1.====
Let me know how and what to configure for stable SQL 2005 cluster in clustering (mean services etc to be configured in win 2003 cluster).
The installer configures all...
August 14, 2012 at 9:41 am
Your main issue was the syntax error in the calling script.
It won't hurt too much to use page count 8 in your script as your using the results to view...
August 14, 2012 at 9:28 am
that's as maybe, but the idea is to specify port or instance name. Both just serves to cause some people confusion
August 14, 2012 at 8:41 am
SQLSACT (8/14/2012)
Perry Whittle (8/14/2012)
If <mask> is absent or 0, then no affinitywill be enforced.
:Whistling: 😉
Thanks
What does that mean?
OK, now i'm worried 🙂
if you intend to...
August 14, 2012 at 7:25 am
Viewing 15 posts - 5,176 through 5,190 (of 9,253 total)