Hi all,
I need to programmertically create and execute stored procedure in SMO, without registering it on the database. I also need to be able to load a file containing a stored procedure and execute it, using SMO.
Can someone show me how A C# sample would be greatly appreciated.
Thanks in advance.