We have a stored procedure that we want to run weekly to reorganize the indexes for a table. Should the reorganization of indexes with a stored procedure be done as a SQL Server Agent job or Maintenance Plan?
This is my first time doing this so any additional information or advice on this would be appreciated.