Viewing 15 posts - 76 through 90 (of 253 total)
October 12, 2018 at 2:30 am
October 11, 2018 at 8:19 am
Thank you @desnorton,
When I execute your solution it also includes columns HST and PST, which are not part of Q VAT Code (it has GST and...
October 11, 2018 at 4:54 am
September 17, 2018 at 9:56 am
September 5, 2018 at 2:30 pm
September 5, 2018 at 2:17 pm
September 5, 2018 at 10:40 am
It's hard to tell on such a small sample, but using GROUPING SETS might actually...
August 9, 2018 at 10:54 am
July 25, 2018 at 3:02 pm
July 25, 2018 at 1:46 pm
July 25, 2018 at 12:56 pm
July 23, 2018 at 2:31 pm
Below is how I process various airline companies' classes:
DECLARE @xmlData XML;
SET @xmlData = '<?xml version="1.0"?>
<Air_classes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ROOT>
<Carrier>* </Carrier>
<Dep>*</Dep>
<Arr>*</Arr>
<ClassCode>A</ClassCode>
July 10, 2018 at 2:30 am
I have used this original post back then to write a script to scan a specified folder for files with .sql extension, execute them across all test DB's we have,...
June 25, 2018 at 6:46 am
Viewing 15 posts - 76 through 90 (of 253 total)