Using SMO, how do I get a table's ower? I'm scripting out some tables to disk
based on the table's name, but I'm getting a clash on the file name because
the same table name exists with different owners. I want to encorporate the
owner's name into the file name to prevent such clashes.

Thanks.
Scott C.

Re: [REPOST] SMO Table Owner by Scott

Scott
Wed May 10 19:07:10 CDT 2006

ping using MSDN account..

Scott C.

> Using SMO, how do I get a table's ower? I'm scripting out some tables
> to disk based on the table's name, but I'm getting a clash on the file
> name because the same table name exists with different owners. I want
> to encorporate the owner's name into the file name to prevent such
> clashes