Guest_imported
New member
- Jan 1, 1970
- 0
I have a table with 1200 rows. Total size of a single row is around 1000 characters. When I execute a select * from tablename query in Query analyser, it takes 30 seconds to return the entire rows. I had created a primary key to improve the perofmance. Then I tried clustered and non-clustered indexes also. There is no difference..? Anybody have any Idea??? I'm using SQL Server7.0.