Viewing 15 posts - 736 through 750 (of 26,490 total)
And why not just use constraints to prevent entering invalid data such as nulls or blanks?
November 1, 2018 at 12:08 pm
Kindly assist
DECLARE @query NVARCHAR(MAX);
SET @query = N'DECLARE @specsAndModel TABLE ( specName...
November 1, 2018 at 11:23 am
WHEN a.[Person Email] IS NULL AND a.[person name] IS...
November 1, 2018 at 9:39 am
November 1, 2018 at 9:23 am
November 1, 2018 at 8:43 am
One of...
October 31, 2018 at 3:58 pm
October 31, 2018 at 3:10 pm
October 31, 2018 at 2:52 pm
This is a rant, too be honest. Other than syntactical differences, what is different between the following two queries:
select
[a].[co_num]
, .[cust_po]
, [a].[co_line]
, [a].[co_release]
October 31, 2018 at 1:30 pm
October 31, 2018 at 12:31 pm
Also, please run the following and let us know what it returns:
select
[a].[co_num]
, .[cust_po]
, [a].[co_line]
, [a].[co_release]
, [a].[item]
, [a].[u_m]
, [a].[qty-ordered]
,...
October 31, 2018 at 11:07 am
October 31, 2018 at 10:55 am
October 31, 2018 at 10:53 am
Viewing 15 posts - 736 through 750 (of 26,490 total)