Hello friends, is there someone that got some script to compile query from file?

  • Hello friend, my boss sent to me a lot of files of t-SQL  and i need compile them,

    well i joined all files in only one but sometimes i have some problems to compile it because is very Large , and i thought  that with a script that compiles file by file this work would be easy... then is there some friend that have some script to compile TSQL?

    sorry my english i hope that you can understand me...

    a lot of  Thanks

  • Try SET NOEXEC ON. But as I recall, TSQL commands can't be 'precompiled' like other languages. SQL Server only holds the compiled code for a short time. SET NOEXEC ON is mainly used for debugging.

    -SQLBill

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply