DBCC DBREINDEX(@TableName,' ',90) , if not mentioning the index name, it will rebuild all indexes of a table? in this case ' ' are use after the table name?
↧
DBCC DBREINDEX(@TableName,' ',90) , if not mentioning the index name, it will rebuild all indexes of a table? in this case ' ' are use after the table name?