Axapta Code solutions Education and Entertainments Earn Money its Real Experience of knowledge Imortant Weblink collections Fun and Entertainment God thoughts Get Ways to Invest your money Products overview and details
Command to reindiex database tables in sql
Write this command in query editor then run the command to reindex database
dbcc dbreindex('DBNM')
Then use this command to update statistics of database
update statistics 'DBNM'
Command to reindiex database tables in sql
Write this command in query editor then run the command to reindex database
dbcc dbreindex('DBNM')
Then use this command to update statistics of database
update statistics 'DBNM'
0 comments:
Post a Comment