Reindex your sql 2005 table
Hi all,
Today i want to share to you how to reindex your sql 2005 table. It will make you retrieve your data from table faster than before.
Here is the simple command.
Try it!
Today i want to share to you how to reindex your sql 2005 table. It will make you retrieve your data from table faster than before.
Here is the simple command.
update statistics [tablename]
Try it!


0 comments:
Post a Comment