sql server 2008 - execute sql query string from vba - where/how to store huge query strings -


i have select statement in excel 2007 vba code 20 lines long. there way call sql server function returns query string or way store query string in sql, it's easier read in case changes required? way, tried sql variable of type nvarchar(max) not contain entire sql string. other recommended solutions appreciated.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -