Move Repository Directory
Random Lengths
Posts: 43 Bronze 2
I installed the Alert Repository to my production data directory. I now want it moved to another directory on the same server. How do I do this? Will I lose all my Alert history?
Comments
Please read this KB article. You will not lose any data.
http://www.red-gate.com/supportcenter/C ... 000321.htm
Thanks,
Priya
Project Manager
Red Gate Software
The Config.xml file pointed to a directory on the C drive, which was there and I moved it... But, the files I'm trying to move are not on the C drive, they are on the D drive. And look like this:
SQLResponse3cbdbea88e6b48b2ba6e641767152e7d.trc
My guess is that these are related to the actual alerts and or snapshots of the processes that caused the alerts. How do I manage where these files go?
The file which you have pointed are actually trace file created by SQL Response.
If you have turned trace ON on your SQL Sever instance then SQL Response creates these trace files. SQL Response creates these files and if any alert is raised then we copy parts of the trace in our alert snapshot file. These files have maximum size set (which is few KB) and they are deleted as soon as we have used it (generally within 5 minutes). Sorry but we do not have any way to manage these files. By default they go to SQL Server Data directory.
Thanks,
Priya
Project Manager
Red Gate Software
So, by your earlier statement then, can I just delete the files that are older than today? I guess I can live with 20 or so of these, but 86 is just too many.
I guess one option is to change the default data directory.
Regards,
Priya
Project Manager
Red Gate Software