I am looking to piece together a few T-SQL scripts into a single script in a way similar to the c "include BlahBlah.H" feature.
I've searched Online books and Googled but everything comes up with solutions that invoke an external script via OSQL or ISQL rather than a continuation of inline code (which is what I'm after).
It may well be that the reason is that this is not a supported feature. If so, please let me know. My experience level is that I get to play in here once every two or three years, so I get quite rusty.
If there is a more helpful answer that's fine too of course, but I'd like the view of someone with the current experience :)
I've searched Online books and Googled but everything comes up with solutions that invoke an external script via OSQL or ISQL rather than a continuation of inline code (which is what I'm after).
It may well be that the reason is that this is not a supported feature. If so, please let me know. My experience level is that I get to play in here once every two or three years, so I get quite rusty.
If there is a more helpful answer that's fine too of course, but I'd like the view of someone with the current experience :)
Comment