SQL Server help:
I have created a local table @Emp in my database and inserted values to it. Can I add clustered indexes on this table? I need to reduce my sorting cost (78%), hence I need to do this.
SQL Server help:
I have created a local table @Emp in my database and inserted values to it. Can I add clustered indexes on this table? I need to reduce my sorting cost (78%), hence I need to do this.