Viewing 15 posts - 2,086 through 2,100 (of 14,953 total)
Pen and paper, on a regular notepad.
To-do items, I copy into a ticketing system.
I periodically review the notepad and put a checkmark over items that require no further attention at...
January 31, 2012 at 8:01 am
mtillman-921105 (1/30/2012)
January 31, 2012 at 6:56 am
Rob-350472 (1/31/2012)
You want to obtain the most recent communication and a count of communications for a particular customer.
Running that...
January 31, 2012 at 6:51 am
SQL Kiwi (1/30/2012)
GSquared (1/30/2012)
It will potentially save the CPU overhead of establishing a shared lock. On a seriously overloaded system, that could be beneficial.
The Read Committed isolation level guarantees...
January 31, 2012 at 6:47 am
What version and edition of SQL Server did you run it on? I'm on 2008 R2 SP1 Dev Edition.
January 31, 2012 at 6:44 am
Steve Jones - SSC Editor (1/30/2012)
Stephanie J Brown (1/30/2012)
January 31, 2012 at 6:43 am
PaulB-TheOneAndOnly (1/30/2012)
January 31, 2012 at 6:33 am
Thanks.
I'm about to implement a fairly large first-names thesaurus, and was curious if your experience covered performance hits. I'll be testing it, of course, but data from others with...
January 30, 2012 at 2:27 pm
SQLKnowItAll (1/30/2012)
jcb (1/30/2012)
For example it can be used for domain tables, since these tables dont change daily (or even monthly) the dirty reads ill no to be a issue.
Why use...
January 30, 2012 at 2:05 pm
Matt Miller (#4) (1/30/2012)
GSquared (1/30/2012)
Matt Miller (#4) (1/27/2012)
January 30, 2012 at 2:00 pm
Stripping that kind of thing from a string does, obviously, take some CPU cycles, but it's usually minimal. Might make a difference on a server that was close to...
January 30, 2012 at 1:58 pm
Lowell, with that size thesaurus, did you see a significant performance hit on FTS queries? Or did you test it that far?
January 30, 2012 at 1:56 pm
mtillman-921105 (1/30/2012)
Sean Lange (1/30/2012)
January 30, 2012 at 1:26 pm
The order of the columns in the table shouldn't matter. If it does, views are the way to go.
Personally, I consider this pattern of data auditing to be more...
January 30, 2012 at 12:44 pm
GSquared (1/30/2012)
A shared connection (from a web server, of course) ran into two concurrent missing...
January 30, 2012 at 11:15 am
Viewing 15 posts - 2,086 through 2,100 (of 14,953 total)