Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indexing an already filled table

Status
Not open for further replies.

sethindeed

Programmer
Nov 13, 2001
2
CA
Hello,
I have indexed an SQL Server table that already contains some records. I have been told that I have to run an SQL prompt before the changes are applied to the table. Is it true ? Do you know what is the SQL text I have to run to optimize my newly created Indexes ?
Thanx
 
Check out the command UPDATE STATISTICS in Books Online.

Hope this helps.

Rick Cole
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top