Viewing 15 posts - 5,236 through 5,250 (of 5,685 total)
Brandie Tarvin (10/22/2010)
GilaMonster
I love this reply from one of the regulars over at SQLTeamHave a look at your post and then think about if we can understand what you want...
Hey,...
October 22, 2010 at 12:17 pm
dcohn99 (10/21/2010)
Thank youI cannot take the Raid off the OS. The server is in a data center so instant physical access is not happening.
Well, that sucks.
We are coming from...
October 22, 2010 at 12:09 pm
Here's the DelimitedString8k function that's been heavily worked on round these parts. Modify to suit your needs. I didn't create it, didn't work on it, and have copy/pasta'd...
October 21, 2010 at 6:00 pm
WayneS (10/21/2010)
Craig Farrell (10/21/2010)
Going up to the SAN on Monday morning just before everyone starts needing to crank out work and hotswapping one drive in every RAID 5...
October 21, 2010 at 5:44 pm
Alvin Ramard (10/21/2010)
Stefan Krzywicki (10/21/2010)
Q: Explain how to determine if a table has a primary key?Lock the database, if the table can get back in, it has a key.
That's not...
October 21, 2010 at 5:40 pm
Ahhh, Cheap fun...
Going up to the SAN on Monday morning just before everyone starts needing to crank out work and hotswapping one drive in every RAID 5 array... just to...
October 21, 2010 at 5:18 pm
You'll really want to get logs and tempdb off the same physical spindles if possible. There will be some heavy contention there if you don't.
By preference, data/logs are on...
October 21, 2010 at 5:06 pm
Of course, you could always have some fun with it...
Change the collation to Hebrew_CI_AI, Cyrillic_General_CI_AI, or Japanese_CS_AS.
Use a replacement cypher that only swaps to characters at CHAR(500) +...
October 21, 2010 at 2:51 pm
Found the problem.
This specific line:
,ROW_NUMBER() OVER(ORDER BY p.PortfolioCode) AS POSN_KY_POS_ID
is causing the entire problem. Remove that line (and only that line, the converts were not causing an issue), and...
October 21, 2010 at 2:13 pm
The attachment has flown the coup. Please reattach. 🙂
October 21, 2010 at 1:57 pm
Both excellent ideas, and unfortunately went there already.
In regards to the first one I tried using count(*) instead of any column list to make sure I wasn't dealing with a...
October 21, 2010 at 1:41 pm
Um, wha? What are you trying to do? As already mentioned, the answer is no, not exactly, though kinda yes, because non-clustered will include the clustered as a...
October 21, 2010 at 1:26 pm
GilaMonster (10/21/2010)
Anyone need a good laugh?http://www.careerride.com/sql-server-what-is-index-segmentation.aspx
Oh good grief, my brain already hurt today. Now it's making a run for the border. Tequila, anyone?
October 21, 2010 at 1:23 pm
A bit of additional information I neglected to include in the above discussion:
If I take the select statement directly out of the view and append the where clause directly to...
October 21, 2010 at 12:53 pm
Viewing 15 posts - 5,236 through 5,250 (of 5,685 total)