Viewing 15 posts - 511 through 525 (of 4,081 total)
Sean Pearce (7/16/2014)
SELECT ID, Code, Value1
FROM Table1 T1
WHERE ISNULL(T1.[Code], 'NULL') IN (@Param)
One thing about the code above. It is always going to produce a table scan, because...
July 24, 2014 at 12:13 am
Cafe du Monde in the French Quarter? Probably a few miles as the crow flies. I'd take a cab.
July 16, 2014 at 8:57 pm
Woohoo!! Done with work for the evening, and in the morning we're heading to New Orleans for a long weekend. 😀 😀 😀
I would send...
July 16, 2014 at 5:35 pm
Steve Jones - SSC Editor (7/16/2014)
The Dixie Flatline (7/15/2014)
Sometimes I think MVPs are a real pain in the ***. Present company excepted.I agree
Hey, back so soon, Steve? ...
July 16, 2014 at 11:35 am
Scott,
I'm about to go on a long weekend to New Orleans, so I'm in a really mellow mood right now and full of goodwill towards all mankind. ...
July 16, 2014 at 10:54 am
Sometimes I think MVPs are a real pain in the ***. Present company excepted.
July 15, 2014 at 9:53 pm
Statement of fact: No single clustered index can ideally serve the needs of multiple queries searching against different columns of the table. Non-clustered indexes are indeed duplicated...
July 15, 2014 at 9:44 pm
Scott, I respectfully have to ask for clarification. Whenever you add multiple columns to the clustered index, you increase the size of ALL nonclustered indexes on the same...
July 15, 2014 at 2:49 pm
I'd like to suggest an alternative, since making multiple columns a clustered key increases the size, and degrades performance of all your non-clustered indexes on the target table. Remember,...
July 14, 2014 at 11:08 pm
Are you running your query in the same database where the table was created?
July 14, 2014 at 8:45 pm
wolfkillj (7/8/2014)
wolfkillj (7/8/2014)
GilaMonster (7/8/2014)
The Dixie Flatline (7/8/2014)
I abandoned any thoughts of playing it when I realized I already have a job.
🙁 EVE hasn't taken over my life. Not entirely...
July 8, 2014 at 6:39 pm
GilaMonster (7/8/2014)
The Dixie Flatline (7/8/2014)
GilaMonster (7/7/2014)
EVE OnlineThat's one of his more comprehensible posts.
Wolfkill needs to know if there are tanks in EVE Online, as well as bombers.
Tanks are very important....
July 8, 2014 at 2:04 pm
XML didn't catch on in ancient times because it was too much extra effort to chisel the tags into stone tablets. 😎
July 8, 2014 at 2:00 pm
Like Grant said, the fundamentals are the same regardless of where the output goes. Where I work, we deal with hundreds of millions of rows and are guided by...
July 8, 2014 at 1:56 pm
Viewing 15 posts - 511 through 525 (of 4,081 total)