Viewing 9 posts - 106 through 114 (of 114 total)
Was the first example 0.3 meant to make us think there would be some other result than 1.5?
August 23, 2016 at 2:01 am
TheFault (8/16/2016)
Having worked predominantly within support during my career I have to disagree with some of this editorial.
I agree with all your disagreements!
August 16, 2016 at 6:19 am
TomThomson (8/2/2016)
funbi (8/2/2016)
August 2, 2016 at 1:11 pm
mjh 45389 (8/2/2016)
August 2, 2016 at 2:08 am
The problem with passwords is that people can't remember them - look up most common helpdesk calls and forgotten passwords are always at the top of the list. Unless you...
August 1, 2016 at 2:26 am
"I was only doing support and very little new development" <-- mostly this. Often when I have been somewhere a while I am the only person who knows about X,...
July 22, 2016 at 3:55 am
set dateformat dmy
declare @Visit table (
VisitId int not null,
PatientID int not null,
VisitNo int not null,
VisitDate datetime not null
)
insert into @Visit select 1, 1, 1, '12/01/2005'
insert into @Visit select 2,...
July 12, 2016 at 2:18 am
I confess I looked it up... and still got it wrong (I answered 2, not 3)
The MSDN article on strong passwords said:
Combines letters, numbers, and symbol characters within the...
July 8, 2016 at 2:05 am
"This scenario has a limitation worth pointing out. It suitable for schema changes only, with no regard for data and, more importantly, constraints over the data."
Unless these points are addressed...
June 8, 2016 at 2:01 am
Viewing 9 posts - 106 through 114 (of 114 total)