Viewing 15 posts - 2,386 through 2,400 (of 15,381 total)
aleksandra 81219 (9/4/2015)
September 4, 2015 at 7:43 am
aleksandra 81219 (9/4/2015)
See what is underlined on my printcreen, i cant change how it is passed - im...
September 4, 2015 at 7:31 am
aleksandra 81219 (9/4/2015)
September 4, 2015 at 7:19 am
TomThomson (9/3/2015)
Steve Jones - SSC Editor (9/1/2015)
Passwords: http://www.pcworld.com/article/2978316/security/tired-of-memorizing-passwords-a-turing-award-winner-came-up-with-this-algorithmic-trick.html
So for AMAZON this guy is going to use a 6 character password? And for Yahoo he'll have a 5 character password?
It...
September 3, 2015 at 1:22 pm
jasona.work (9/3/2015)
Thursday before a 3-day weekend in the US = The place starting to clear out already...Tomorrow's going to be even quieter...
Nice and quiet around here today. They even gave...
September 3, 2015 at 10:29 am
ChrisM@Work (9/3/2015)
Eirikur Eiriksson (9/3/2015)
patilar (9/3/2015)
you can use Fn_split () function . The Code for it is available in googleQuick suggestion, don't use the Fn_split function, use DelimitedSplit8K [/url]instead
😎
For your amusement,...
September 3, 2015 at 8:27 am
Here is vote #3 for the DelimitedSplit8K function. You will notice there is a link to it in my signature. 😀
September 3, 2015 at 7:13 am
pietlinden (9/2/2015)
Maybe...
September 2, 2015 at 1:01 pm
Steve Jones - SSC Editor (9/2/2015)
Sean Lange (9/2/2015)
Steve Jones - SSC Editor (9/2/2015)
September 2, 2015 at 10:36 am
Steve Jones - SSC Editor (9/2/2015)
September 2, 2015 at 9:30 am
Luis Cazares (9/2/2015)
Sean Lange (9/2/2015)
BrainDonor (9/1/2015)
What's the difference between 'None of the above' and 'Other'?Also curious what is the difference between "Development" and "Development DBA".
I understand it as coder and...
September 2, 2015 at 7:56 am
I am guessing that Aaron did NOT convince Steve to use = instead of as. 😉
I have to say that I disagree with Aaron on this. I find it obtuse...
September 2, 2015 at 7:28 am
The DelimitedSplit8K is a bit overkill for this. Here is another option using PARSENAME.
select replace(parsename(replace(REPLACE(Filename, '.', ''), ':', '.'), 2), ' Records', '') as Bytes
, parsename(replace(REPLACE(Filename, '.', '^'), ':', '.'),...
September 2, 2015 at 7:16 am
BrainDonor (9/1/2015)
What's the difference between 'None of the above' and 'Other'?
Also curious what is the difference between "Development" and "Development DBA".
September 2, 2015 at 7:09 am
Sean Lange (9/1/2015)
Alvin Ramard (9/1/2015)
Sean Lange (9/1/2015)
Alvin Ramard (9/1/2015)
SQLRNNR (9/1/2015)
GilaMonster (9/1/2015)
Ed Wagner (9/1/2015)
ZZartin (9/1/2015)
Steve Jones - SSC Editor (9/1/2015)
Passwords: http://www.pcworld.com/article/2978316/security/tired-of-memorizing-passwords-a-turing-award-winner-came-up-with-this-algorithmic-trick.html
Now if only all websites used the same algorithm to determine...
September 1, 2015 at 3:02 pm
Viewing 15 posts - 2,386 through 2,400 (of 15,381 total)