Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for your thoguhts ..
I believed that Primary key needs an index (clustred/ non-clustred) but wanted to see if we can create it without index.
I have attempted with an...
August 9, 2012 at 1:36 am
#1523603
Luis,
I think your query is right if we remove the where clause as we need to show status 'OP' as well in the output.
SELECT EID,
[Status],
...
July 26, 2012 at 7:52 am
#1517947