up vote 1 down vote favorite
1
share [g+] share [fb]

Searching around the Microsoft.M assembly I found the SourceParser class and whole set of classes in the Microsoft.TSQL10 namespace that seem related to parsing SQL but I cannot find examples of how to use it.

I know the you can generate T-SQL easily enough, but can you consume it, manipulate the data structure and re-output a modified version of the SQL select?

link|improve this question

75% accept rate
feedback

1 Answer

No is apparently the answer. I received confirmation of this on the MSDN forums.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.