Viewing 3 posts - 1 through 3 (of 3 total)
Thanks for that, but I found this:
https://rextester.com/l/sql_server_online_compiler
Works really well 🙂
October 24, 2019 at 6:14 pm
#3691726
I think this will do nicely - a little bit of test code I tried at here:
DECLARE
@AssetNo AS nvarchar(12) = 'M123',
@Location as nvarchar(12) = null,
@ID AS INT = 42;
SELECT...
October 19, 2019 at 3:12 pm
#3690394
That looks like it should - simple - why didn't I think of it!
It's a case of not seeing the wood from the trees because I was going down a...
October 18, 2019 at 3:16 pm
#3690198