[thelist] New annoying feature of SQL Server

Rob Smith rob.smith at THERMON.com
Fri Jan 3 11:09:02 CST 2003


Why are you breaking up the values? You can store both in one field
(saving space), and then display as needed on output (as Rudy suggests)

sgd
--

I have plans in the future to implement the data in a graphical manner. I
thought this would be the fastest approach as far as processor speed goes.
Select date only then count, OR... select date and time and then split()
count() join() etc. potentially a million times.

rjs



More information about the thelist mailing list