Viewing 15 posts - 1,126 through 1,140 (of 8,731 total)
DECLARE @sql AS NVARCHAR(1000)
SET @sql...
July 10, 2017 at 1:46 pm
July 8, 2017 at 10:09 am
Is there any problem if we follow the logic from the original function? Or should we only remove numbers from personal identification numbers?
ALTER Function [dbo].[RemoveNumericCharacters](
...
July 7, 2017 at 1:55 pm
gvoshol 73146 - Friday, July 7, 2017 5:25 AMPerhaps he's obfuscating the true name of 12 different tables.
That's why I'm asking...
July 7, 2017 at 5:32 am
July 7, 2017 at 5:30 am
Why are you using DISTINCT and UNION ALL? That might be the the reason you need the GROUP BY.
SELECT s.SupplierID,
c.Carrier as Supplier
July 6, 2017 at 11:47 am
I agree with Lynn.
Going a little bit further. Unless the conditions are set on a column from a table in an outer join, the conditions are on the WHERE...
July 6, 2017 at 11:37 am
July 6, 2017 at 11:01 am
autoexcrement - Thursday, July 6, 2017 7:58 AMHumbled.
We all had to learn at some point. I learned this technique from the following...
July 6, 2017 at 10:44 am
July 6, 2017 at 7:45 am
July 6, 2017 at 7:27 am
July 6, 2017 at 7:20 am
July 6, 2017 at 6:59 am
Viewing 15 posts - 1,126 through 1,140 (of 8,731 total)