Viewing 15 posts - 10,621 through 10,635 (of 59,065 total)
p.s. If you don't understand the code and how it does what it does, post back. You're the one that will have to support the code.
November 10, 2018 at 9:27 am
This should do it for you
--===== Create a sample using variables.
DECLARE @OrderDate NUMERIC(18,0) = 118063
,@OrderTime FLOAT = 11456
;
--===== This solves for...
November 10, 2018 at 9:23 am
OrderDate: Sample Data: 118063 and data type is Numeric (18,0)
OrderTime: Sample Data: 11456 and...
November 10, 2018 at 8:49 am
November 10, 2018 at 8:32 am
I believe you meant "not" rather than "now".
However, your first example is also non-deterministic. Here's the proof.
Create
November 10, 2018 at 8:00 am
November 10, 2018 at 7:52 am
p.s. You should write an article on it.
November 10, 2018 at 7:48 am
Very cool stuff, Eddie. Added that to my briefcase. Thanks for taking the time to do the experiment and post the results and the explanation!
November 10, 2018 at 7:48 am
David.Poole (1/31/2015)
November 10, 2018 at 7:26 am
November 10, 2018 at 7:10 am
Is there a way of optimizing(/workaround) the performance of a LIKE '%text%' query, on a...
November 9, 2018 at 9:01 pm
Viewing 15 posts - 10,621 through 10,635 (of 59,065 total)