Viewing 15 posts - 241 through 255 (of 601 total)
Time to hire a bring in a summer intern whose only job is to be passed the phone on those calls, pretend to be you, and whose only job is...
April 14, 2014 at 12:32 pm
OCTom (4/10/2014)
Hackers are not going to try to hack all severs. They look for the easiest or most rewarding path.
fixed in bold.
You can be really hard to get into, but...
April 10, 2014 at 11:34 am
venoym (4/10/2014)
April 10, 2014 at 7:08 am
Trust in god, but tie your camel first
Everyone working in software should have long since learned the danger of assumptions. The preparations in that article, as pessimistic as they...
April 10, 2014 at 7:02 am
If all the tables are in the same source DB, why not just do your query in one source and send it to your transformation?
You seem to be...
April 9, 2014 at 1:26 pm
To tell the truth, we are currently using a couple of environment variables, and will be using a max of 3 environments, so we were not planning to source control...
March 31, 2014 at 8:13 am
skeleton567
I worked for one ethnic minority supervisor in my career, and remember him not as a minority but as incompetent.
That reinforces my stereotypes of supervisors more than of minorities.
Socialy...
March 31, 2014 at 7:02 am
I think there is definitely a good argument to be made about software being patched/supported longer, or moving more to licensing models with ongoing support and new versions, rather than...
March 26, 2014 at 9:45 am
Do you care about holidays or just saturday / sunday?
Do you have access to (or are you willing to create and maintain) a calendar table?
If you need to discount...
March 25, 2014 at 7:13 am
SELECT @getCnt = COUNT(AcctID)
FROM Customer
WHERE accttype in (@AcctType)
You can't build a string in the query (use indirection) unless you use dynamic SQL. So the ' + @accttype +...
March 21, 2014 at 8:40 am
Check the first link again. Sql links the int types to NumberStyles.Number, not NumberStyles.Integer.
March 18, 2014 at 6:47 am
It sounds like you think the date you are getting is formatted MMDDYYYY, but is really formatted DDMMYYYY. Either that or local settings are tripping you up.
The...
March 17, 2014 at 11:41 am
Not really a bug, just .net doing what it says it will
The values for the data_type parameter are restricted to the types shown in the following table,...
March 17, 2014 at 9:20 am
Of course that seems to me to be a pretty clear indication that the MYSQL database you are stuck with is pretty horrible (as it needs a 6 way join...
March 17, 2014 at 8:08 am
Passwords are and will continue to be a nightmare.
Worse yet, they are a bit of a catch-22. Steps you take towards making them more secure (different...
March 17, 2014 at 7:03 am
Viewing 15 posts - 241 through 255 (of 601 total)