What is the mximum length for a SELECT statement, and for a CREATE VIEW statement.
Are there different limits in SQL 7 and SQL 2000, or in different editions of these products?
I have seen reference to a maximum SELECT statement length of 8000 characters. If true, this could be a problem as we need to create complex statements/views that will need over 12k characters in the SELECT or CREATE VIEW statement.
Disclaimer: All information given is a personal opinion that may not match reality. This posting is a personal opinion only, and may not reflect reality.
Are there different limits in SQL 7 and SQL 2000, or in different editions of these products?
I have seen reference to a maximum SELECT statement length of 8000 characters. If true, this could be a problem as we need to create complex statements/views that will need over 12k characters in the SELECT or CREATE VIEW statement.
Disclaimer: All information given is a personal opinion that may not match reality. This posting is a personal opinion only, and may not reflect reality.