Viewing 15 posts - 421 through 435 (of 1,271 total)
Very nice article! I like this idea. You can also add the SPID of the session that spawned the trigger using @@SPID, and once you have that value, you also...
June 19, 2011 at 10:37 pm
For the tempDB questions, my advice differs a little from what others are saying.
I agree 100% that most systems do not need 1 data file per CPU (that's logical CPU,...
June 8, 2011 at 8:30 am
If they need to do write operations, then mirroring isn't going to work either unless you do something like what ALZDBA recommends. What is the nature of the writes? If...
May 20, 2011 at 7:27 am
That's correct. SNAC = SQL Server Native Client
May 18, 2011 at 11:14 pm
Yes, the 2 phase commit would not affect a read operation.
What access protocol are you using? (SNAC, ODBC, JDBC?) Can you share your connection string (with any sensitive data obfuscated)...
May 18, 2011 at 9:36 pm
The client does not check the failover partner unless it fails to login to the principal. Can you post a repro?
May 18, 2011 at 1:19 pm
I'll always answer questions whether you buy my book or not. Help comes with no strings attached.
You can't specify an instance name for the conenction string. only server name (FQDN...
May 18, 2011 at 11:09 am
If you only update the log shipping secondary every 2 or 4 hours, then I agree that it becomes a trivial issue.
If you're using log shipping primarily as DR and...
May 18, 2011 at 11:05 am
Yes, there are examples and much, much more in the book I wrote. 🙂
May 18, 2011 at 8:55 am
Melissa, you have the slash going the wrong direction. Should be / instead of \.
SET WITNESS = 'TCP://MirrorDB\SQLWitness:5033';
May 18, 2011 at 8:35 am
Perry Whittle (5/18/2011)
why not just use log shipping for the report databases, no need for snapshots or mirroring then?
Because then you have to kick off users to be able to...
May 18, 2011 at 8:31 am
Was that a typo? Does your server really have only 4 GB of RAM? Do you have the 3 GB parameter set or using AWE?
My minimum reccommendation for SQL Server...
May 18, 2011 at 8:19 am
I have to question your priorities. The server was down because the master database was corrupted and you opted to deal with WMI permissions first?
May 16, 2011 at 1:27 pm
tbailey 19088 (5/6/2011)
Is this a joke??? I am a little bit socially challenged and I don't always correctly identify humor.
I love this reply!! This is by far the best response!!
May 6, 2011 at 9:30 am
+1
antony-688446 (5/5/2011)
I'm sorry, but I don't see the point of wrapping a perfectly useable & readable function with another one. Just adds unnecessary bloat and confusion.
May 5, 2011 at 10:32 pm
Viewing 15 posts - 421 through 435 (of 1,271 total)