Viewing 15 posts - 2,221 through 2,235 (of 2,651 total)
October 13, 2018 at 10:52 am
SELECT...
October 13, 2018 at 7:07 am
October 13, 2018 at 6:59 am
October 13, 2018 at 5:50 am
October 13, 2018 at 5:22 am
October 13, 2018 at 3:12 am
October 13, 2018 at 2:27 am
October 12, 2018 at 6:30 pm
Unless this is a datawarehouse (and even that not a must) then lots are wrong.
See http://agiledata.org/essays/dataNormalization.html for some info - and search net for database normalization.
As...
October 12, 2018 at 6:01 pm
October 12, 2018 at 5:53 pm
a few possible issues
select CMLN "LOAN NUMBER"
, substring(CMGLAC,1,2) "LOAN TYPE"
, CMHC1 "HoldCode1"
, SIFFUL "HoldCode Desc"
...
October 12, 2018 at 2:20 pm
October 12, 2018 at 11:47 am
one common cause for it is time synchronization across servers - if there is a difference between them it can cause it.
And this happens when your SQL Server computer...
October 12, 2018 at 10:44 am
Viewing 15 posts - 2,221 through 2,235 (of 2,651 total)