keif888 / SQLServerMetadata

SQL Server Metadata Toolkit
Microsoft Public License
82 stars 32 forks source link

Avoid parsing other connections type than SQL Server #28

Open fpatou opened 6 years ago

fpatou commented 6 years ago

hello,

Error log show many 46010 error coming from MDX or Oracle...(as package connect to mutiples environments)

Would it be possible to avoid parsing sqlstm from other origins than SQL SERVER ? Regards

keif888 commented 6 years ago

This is possible, but, you will still get issues where an ODBC or ADO connection is used, as these could be SQL Server, or something that doesn't use TSQL.

I'll see if I can get the parser to better handle non TSQL, vs not understanding a TSQL statement.