Viewing 15 posts - 1 through 15 (of 69 total)
Hey, I'm still around. I can't say that I know too much about this process as I got it working quite a while ago. From what I can see from...
May 10, 2012 at 12:27 pm
Jeff Moden (2/25/2012)
February 27, 2012 at 9:37 am
Thanks for the insight everyone. And thanks again Jeff for going over and above to help find those roadblock cross joins. I will try the composite index and see how...
February 27, 2012 at 9:16 am
Statistics on the base table are up to date, that didn't fix the issue.
The view is just so I don't have to type that join all of the time....
February 24, 2012 at 12:00 pm
Jeff Moden (11/26/2011)
loki1049 (11/25/2011)
November 28, 2011 at 11:37 am
So looking at this more, it seems we have to store it as a comma delimited string in an NVARCHAR(MAX) column due to the strings length*. Anyhow, its a similar...
November 25, 2011 at 10:09 am
Ah yes, ok I can work with this. Thanks for the example. I will be getting back at this tomorrow.
EDIT:
Jeff Moden (11/21/2011)
November 21, 2011 at 7:36 pm
Jeff Moden (11/21/2011)
November 21, 2011 at 7:23 pm
Jeff Moden (11/21/2011)
November 21, 2011 at 7:03 pm
Jeff Moden (11/18/2011)
November 21, 2011 at 4:24 pm
GilaMonster (11/21/2011)
What's the front end for this data? What are you using to put data in and later display/interpret/create pretty pictures with? 😉
That's just the thing, we are not really...
November 21, 2011 at 3:09 pm
Thanks for the very informative post. Sorry I have not participated but I was away for the weekend. As Jeff pointed out, yes the spectral data is 1024 randomized (due...
November 21, 2011 at 11:47 am
SQL server limits the number of columns in a table and view to 1024. So the wide solution is not acceptable as it stands because 1024 columns plus 1 sample...
November 18, 2011 at 12:26 pm
Lowell (11/16/2011)
do those 1024 columns logically break into groups that could be, say 4 or 5 other tables? (measurement types?)then you have , dunno, 5...
November 16, 2011 at 2:05 pm
mtassin (4/18/2011)
That way the quick FMTONLY on statement will just get a field list back.
My problems with FMTONLY have involved temp tables not getting created in that case......
April 18, 2011 at 11:26 am
Viewing 15 posts - 1 through 15 (of 69 total)