Viewing 15 posts - 1,621 through 1,635 (of 14,953 total)
I love the fact that a discussion about Facebook has morphed into an argument about legalizing heroin. Somehow, it feels completely sequitur.
April 25, 2012 at 6:38 am
Lynn Pettis (4/24/2012)
GSquared (4/24/2012)
jfogel (4/24/2012)
TravisDBA (4/24/2012)
April 24, 2012 at 2:06 pm
jfogel (4/24/2012)
TravisDBA (4/24/2012)
April 24, 2012 at 1:43 pm
Lynn Pettis (4/24/2012)
TravisDBA (4/24/2012)
April 24, 2012 at 1:41 pm
The query plan suggests an index that it thinks would help. You're getting a lot of scans, and it's possible you need them for this, but have you tried...
April 24, 2012 at 8:30 am
I see two things that are almost certainly the performance killers.
The first is this:
LEFT OUTER JOIN MOC_DT.dbo.TCN_Xref tcn
...
April 24, 2012 at 8:21 am
Okay, for clarification, is all this is doing is concatenating text together into a single text string, and then putting that in another table?
If so, you definitely don't need a...
April 24, 2012 at 6:41 am
Can you post any of the queries?
April 24, 2012 at 6:36 am
john barnett (4/24/2012)
April 24, 2012 at 6:34 am
Using varchar to hold date and time data is fine, so long as nobody will ever require that it be used for anything other than a human eye looking at...
April 24, 2012 at 6:31 am
dbrumley (4/23/2012)
And yet, you would be upset if you found somebody outside your bedroom handing out binoculars to passersby...
I would feel sorry for the passersby.
If they watch me in the...
April 23, 2012 at 1:49 pm
djackson 22568 (4/23/2012)
jay-h (4/23/2012)
terrance.steadman (4/23/2012)
April 23, 2012 at 1:43 pm
TravisDBA (4/23/2012)
We all need to keep in mind that while this question was posed to a group of tech people, it affects everyone. Maybe part of our responsibility is...
April 23, 2012 at 1:30 pm
You'll have to use a CASE statement that first tests if the PatIndex value is greater than zero, and if so use that, and if not, just return the string...
April 23, 2012 at 1:25 pm
If you select the default, that'll be you. Whatever credential you used to connect to SQL Server with. Usually, your Windows login.
That's a bad idea, because what happens...
April 23, 2012 at 1:18 pm
Viewing 15 posts - 1,621 through 1,635 (of 14,953 total)