Viewing 3 posts - 1 through 3 (of 3 total)
I agree. You could just write
select so.* from SalesOrderdetail as so
and get the same result. (with the not null model)
That code...
October 24, 2010 at 11:59 am
#1241346
I had come to this conclusion independently. It is nice to see collaboration.
One difference is that in my test case, the ROW_NUMBER was always faster even when properly indexed....
June 24, 2009 at 4:36 pm
#1014988
sql server 2008 express has import/export.
right-click on yourdatabasename, then click tasks
June 5, 2009 at 5:38 pm
#1005594