Hello,
Has anyone used sp_OAMethos to build stuff in VSS?
What I am trying to do is automate building a uniform hierarchy for all of my SQL stuff.
I have created an instance of Source Safe using sp_OACreate and now I want to use the equivelent of:
Set objVSSFile = objVSSDatabase.VSSItem(strItemPath)
Anyone ever done this? I have a Datacentre's worth of databases to create, and I'm loathed to do it manually. I'd like to do it from SQL if poss
Thanks in advance