Viewing 15 posts - 4,696 through 4,710 (of 13,871 total)
Your requirements decode directly into SQL with very few changes:SELECT *
FROM #mytable m
WHERE
m.AttributeID = 5022
AND m.Value <= 7
AND
(
February 12, 2018 at 12:11 pm
February 12, 2018 at 11:20 am
February 12, 2018 at 11:15 am
February 12, 2018 at 10:57 am
You could use SqlPackage to generate a dacpac.
February 12, 2018 at 8:48 am
February 10, 2018 at 11:03 am
February 10, 2018 at 6:51 am
February 9, 2018 at 2:02 pm
February 9, 2018 at 11:51 am
February 9, 2018 at 9:01 am
At my new job we have a sql 2014 developer edition in production...
February 9, 2018 at 6:40 am
Can you use dynamic SQL to 'fool' the 'tooling'? (With appropriate injection protection, of course.)
February 8, 2018 at 2:34 pm
corgi_77 - Thursday, February 8, 2018 6:46 AMI do not need to covert date format.
I assume you meant convert.
Unless you have dates...
February 8, 2018 at 7:27 am
February 8, 2018 at 5:07 am
February 7, 2018 at 11:57 am
Viewing 15 posts - 4,696 through 4,710 (of 13,871 total)