Viewing 15 posts - 796 through 810 (of 8,760 total)
December 31, 2018 at 2:17 am
This should get you started
😎
USE TEEST;
GO
SET NOCOUNT ON;
;WITH BASE_DATA AS
(
SELECT
CID.custSOAcompanyCode
,CID.custSOAInvoiceDate
,CID.custSOAAmountInLocalCurrency
,SUM(CID.custSOAAmountInLocalCurrency)...
December 31, 2018 at 1:21 am
December 30, 2018 at 10:53 am
December 30, 2018 at 6:54 am
December 29, 2018 at 12:40 pm
December 29, 2018 at 11:09 am
December 29, 2018 at 10:39 am
Erikur thanks for your interest about this issue.
You are exactly right because STR TO...
December 29, 2018 at 9:59 am
We are migrating databases to brand new AOT cluster. Now the task is to...
December 29, 2018 at 9:13 am
I honestly think this is a great platform to learn and I am new...
December 29, 2018 at 8:43 am
[code...
December 29, 2018 at 8:33 am
December 29, 2018 at 8:08 am
Interesting. When I run it on my i5 (4 cores total, 4GB Ram...
December 29, 2018 at 7:58 am
Here is an example of a more costly implicit conversion
😎
USE TEEST;
GO
SET NOCOUNT ON;
-- /*
IF OBJECT_ID(N'dbo.TBL_TEST_IMPLICIT') IS NOT...
December 29, 2018 at 7:46 am
Thanks Eirikur;
I saw that thanks for your help.
In my thought some type of...
December 29, 2018 at 7:27 am
Viewing 15 posts - 796 through 810 (of 8,760 total)