Viewing 15 posts - 1,666 through 1,680 (of 6,036 total)
I know what EAV is good for.
A search.
A search for value in one of the field.
Instead of building one of those "catch all" queries store all the values in an...
February 2, 2016 at 10:14 pm
JustMarie (1/25/2016)
February 2, 2016 at 3:22 pm
Hugo Kornelis (2/1/2016)
The clustered index should always be created before loading
And usually (well, that word - "usually" 🙂 ) a perfect candidate for a clustered PK on a staging table...
February 2, 2016 at 2:31 pm
MMartin1 (2/2/2016)
February 2, 2016 at 1:49 pm
Eirikur Eiriksson (1/27/2016)
But it is kind of disappointing when the structure of the solution is there and no one pitches in the final bit.😎
Only thing which was there was a...
February 1, 2016 at 7:33 pm
ScottPletcher (1/25/2016)
Sergiy (1/25/2016)
MMartin1 (1/25/2016)
January 25, 2016 at 1:11 pm
MMartin1 (1/25/2016)
January 25, 2016 at 11:15 am
Actually, none of the answers is correct.
As it was mentioned, INFORMATION_SCHEMA.ROUTINES lists not only procedures but functions as well. Without a filtering ROUTINE_TYPE in the query - it's not a...
January 24, 2016 at 9:19 pm
I think he was not totally understanding date math in sql server. Once he defined the problem better Scott was able to give him a solution. I was thrown...
January 23, 2016 at 12:03 am
Jeff Moden (1/21/2016)
nm.rajesh (1/17/2016)
Thanks a lot 🙂
See my post above. Unless the guarantees that I stated above are enforced by constraints and then the a_m column is brought into...
January 21, 2016 at 6:59 pm
Hugo Kornelis (1/21/2016)
Instead of bashing people who at least attempted to help the OP, why don't you chime in with your solution to the problem? For me,...
January 21, 2016 at 5:09 pm
MMartin1 (1/21/2016)
January 21, 2016 at 3:42 pm
MMartin1 (1/21/2016)
January 21, 2016 at 1:13 pm
MMartin1 (1/20/2016)
,ROW_NUMBER() OVER
(
...
January 20, 2016 at 8:29 pm
SumonB (1/20/2016)
This is used because if Current Date is less than 7th of the month, it should go to previous month to set the start date
OK, this is opposite to...
January 20, 2016 at 3:38 pm
Viewing 15 posts - 1,666 through 1,680 (of 6,036 total)