Viewing 15 posts - 5,131 through 5,145 (of 8,753 total)
tcronin 95651 (6/1/2015)
June 1, 2015 at 12:55 pm
pietlinden (6/1/2015)
That's what happens when you sleepcode... you do silly things. For some reason I totally forgot about ABS()...
I do know the fealing:-D
😎
June 1, 2015 at 12:19 pm
Quick suggestion that fits the posted sample data
😎
USE tempdb;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.TBL_SAMPLE_DATA_012') IS NOT NULL DROP TABLE dbo.TBL_SAMPLE_DATA_012;
CREATE TABLE dbo.TBL_SAMPLE_DATA_012
(
Id ...
May 31, 2015 at 11:49 pm
Very nice piece Jeff and a very good point.
😎
As a side note, I have not hindered or limited my children's access to any source of information, rather I've spent...
May 31, 2015 at 2:14 pm
satish.saidapur (5/31/2015)
I have installed SQL server 2012 STD successfully but i missed to add my ID as well as group ID while installing. So now...
May 31, 2015 at 4:26 am
Jampandu (5/31/2015)
Thanks a lot Eirikur.
You are very welcome.
One more thing, you should check that the data types in the XQuery output matches the destination, cannot do that for you as...
May 31, 2015 at 2:09 am
Jampandu (5/31/2015)
I need to extract values from XML column in table instead of variable.
Here I'm attaching the sql file for test data (some part of xml data). Could...
May 31, 2015 at 1:43 am
Finally it looks like your posts are back Jason, and good job on the sample and test code. The addition of the index does remove the primary sort but optimizer...
May 30, 2015 at 4:43 pm
TomThomson (5/30/2015)
Eirikur Eiriksson (5/30/2015)
SQLRNNR (5/29/2015)
GalagaZingiberaceae
Turmeric
Fingers
May 30, 2015 at 2:04 pm
Steven W (5/30/2015)
May 30, 2015 at 8:43 am
A currently active thread: "I don't use any clustered indexes actually... all of mine are non-clustered..."
Sometimes I do wonder where things went wrong with MS and SQL documentation/references/best practices...
😎
May 29, 2015 at 3:16 pm
Steven W (5/29/2015)
I don't use any clustered indexes actually... all of mine are non-clustered...
That's not making things easier, may I ask why not?
😎
May 29, 2015 at 3:12 pm
Steven W (5/29/2015)
Is it just the indexes that get fragmented? If so, can I just drop and recreate them all?
For clustered indexes (non-heap tables) No, for Non-clustered indexes Yes,...
May 29, 2015 at 2:38 pm
Lynn Pettis (5/29/2015)
Eirikur Eiriksson (5/29/2015)
Lynn Pettis (5/29/2015)
< rant >
I am still amazed at how...
May 29, 2015 at 1:52 pm
Viewing 15 posts - 5,131 through 5,145 (of 8,753 total)