Hello!
One of our clients is running navision on SQL 2005 and its database is too big to reindex it by one night. So I'd like to reindex the hot tables only (G/L entry, value entry table etc). But I didn't manage to configure the T-SQL in maintenance plan setup. I followed instructions from the help, but it didn't help. Maybe some of you can help me.
Thanks in advance
0
Comments
Sorry for the advertisement. :oops:
You could create one extra table with the fields:
- table name
- group ID
You can create a stored procedure which reads this table, filters on the group and execute a reindex for these tables.
e.g.:
If you define: You could schedule a daily stored procedure like this: And a weekly stored procedure like this:
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog