SQL Complete script parsing issue
Posted: Tue 21 Dec 2010 10:11
Hello,
I've faced some critical issue when using SQL complete with a medium SQL script.
Script contains a bunch of similar lines (approx 300 lines), like:
During the script opening/loading Management Studio just hangs.
I've faced some critical issue when using SQL complete with a medium SQL script.
Script contains a bunch of similar lines (approx 300 lines), like:
Code: Select all
select 1, "TheName", 1234
union all select 2, "TheOtherName", 1234
union all select 3, "TheThirdName", 1234
...