I am looking for a replacement to the VB script I had rolled into a SQL job that would manually script all of my SQL Server jobs to a file. It uses SQLDMO (I know many of you have seen this canned job out on the net).
Issue is SQL2008 is not wanting to play with SQLDMO any more (or at least on my 08 servers) SO I am looking for a replacement using SMO.
I know there are third party apps (free and for a price) out there on the Web but I want to keep the code in a SQL job as a SMO or TSQL snippette.
Anyone now of such a beast?
Thanks
J. Kusch
Issue is SQL2008 is not wanting to play with SQLDMO any more (or at least on my 08 servers) SO I am looking for a replacement using SMO.
I know there are third party apps (free and for a price) out there on the Web but I want to keep the code in a SQL job as a SMO or TSQL snippette.
Anyone now of such a beast?
Thanks
J. Kusch