Viewing 15 posts - 61 through 75 (of 296 total)
LightVader (10/31/2016)
Jeff Moden (10/30/2016)
aaron.reese (10/30/2016)
October 31, 2016 at 7:51 am
You should also tell them that LINQ is evil personified:-D (not really, but...)
I have this discussion with developers from time to time, and have had to use Profiler to show...
October 21, 2016 at 12:07 pm
Michael L John (10/19/2016)
Also, you aren't really doing work on a production system, are you??
It's always good to reinforce this point. It's why, in the environment I work in, only...
October 20, 2016 at 6:34 am
My office moved from 3 miles away to 29 miles away, so my commute went from 10 minutes to 45. I am in a van pool, and drive in the...
October 10, 2016 at 11:18 am
Eric M Russell (7/20/2016)
dndaughtery (7/20/2016)
August 24, 2016 at 1:34 pm
Hugo Kornelis (3/31/2016)
Chitown (3/31/2016)
Hugo Kornelis (3/31/2016)
I recommend using this opportunity as a test case to check how long the restore will take. Then compare...
April 1, 2016 at 7:04 am
We have one system where the core DB has been around since 1965. It serves its purpose very well. Mainframe applications can be very long lived, and seldom need to...
October 2, 2015 at 9:40 am
Wayne West (5/25/2015)
Ross McMicken (5/25/2015)
GPO (5/23/2015)
May 26, 2015 at 10:03 am
GPO (5/23/2015)
May 25, 2015 at 9:18 am
I did something like this a couple of years ago looking for specific 3 to 6 character strings in every table in a database (what fools we were to not...
April 23, 2015 at 8:52 am
SumOfDavid (4/21/2015)
April 22, 2015 at 5:11 pm
During the last 5 years in an SAP support role, I've often thought that a SQL server version of the SAP transport management process would be extremely useful. It tracks...
March 2, 2015 at 7:51 am
The problem with random salts is they have to be stored somewhere, which probably makes them available to the hacker, especially if they are prepended to the hash, which is...
July 8, 2014 at 5:08 pm
I've been thinking for a while that the userid, especially if it's an email address, would be a good salt. It's unique per user, doesn't have to be stored separately,...
July 7, 2014 at 5:07 pm
We've told several vendors that there is not a chance that they will get to use sa to do anything, and that they need to change their product to meet...
April 24, 2014 at 3:50 pm
Viewing 15 posts - 61 through 75 (of 296 total)