Hello All,
I would like to write a stored procedure to drop tables based on the created date in the table properties, and if a specific word is within the table name, for instance "backup". I would like to set to check and drop if more than 18 months old and to execute the stored procedure monthly. I would want this applied to all .dbo's. Any help would be much appreciated.