How to parse SQL files using C# ?
        Posted  
        
            by Sunil Agarwal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sunil Agarwal
        
        
        
        Published on 2010-06-01T18:41:45Z
        Indexed on 
            2010/06/01
            18:43 UTC
        
        
        Read the original article
        Hit count: 267
        
Hi,
Can anyone please help me?
I am having bunch of .sql files. I want to parse (validate) those files before executing them on server.
I have many online sites which parse the code. But I want to parse the code using C#.
So please can you guide. If there is any tool, dll I need to use.
I just want to parse the file and not execute it
© Stack Overflow or respective owner