Home Forums SQL Server 7,2000 T-SQL Limitation of Varchar 8000 in executing a dynamic MDX inside stored Procedure RE: Limitation of Varchar 8000 in executing a dynamic MDX inside stored Procedure

  • In your original post, you used multiple variables as the string was over 8k. In your most recent post, you use a single variable to hold the MDX query. Did you perhaps forget to concatenate the two variables in your latest attempts?