Viewing 15 posts - 3,511 through 3,525 (of 6,038 total)
Jeff Moden (8/24/2015)
Eric M Russell (8/24/2015)
August 24, 2015 at 10:08 am
It seems to me that, even in the event of a catastrophic computer system failure, an airplane should still be functional enough to make an emergency landing under manual control.
August 24, 2015 at 9:25 am
maxlezious (8/24/2015)
Eric M Russell (8/24/2015)
maxlezious (8/24/2015)
I currently have a job setup which runs the stored procedure every week and inserts the usage figures in a table. All...
August 24, 2015 at 8:18 am
maxlezious (8/24/2015)
I currently have a job setup which runs the stored procedure every week and inserts the usage figures in a table. All i am looking for...
August 24, 2015 at 8:02 am
Hopefully you are converting all your "CharDate" columns to Date and never looking back. However, if there will still be some tables or databases containing formatted date values in Char...
August 24, 2015 at 7:52 am
Grant Fritchey (7/30/2015)
August 24, 2015 at 7:44 am
You can find plenty of articles on SQLServerCentral or YouTube videos explaining how to write secure code. It would be easy for an organization to provide their developers with relevent...
August 24, 2015 at 7:30 am
The training is probably more about legal procedure, having each employee acknowledge that they've been informed of specific security policies. For example, there is no reason for someone to plead...
August 21, 2015 at 1:16 pm
I can understand GenY application developers right out of university wanting to bypass the grumpy DBA middleman and code directly against an object database that they control themselves. The presenters...
August 21, 2015 at 12:00 pm
You'd think that folks would know better, but having dealt with a large number of development, UAT, and production servers; this script actually returns some surprises on occasion. It may...
August 21, 2015 at 9:45 am
Here is a script I use to grant (or request for myself) "power user" permissions without the need for full sysadmin membership.
-- server level permissions:
use master
-- grant user permission to...
August 21, 2015 at 9:38 am
djackson 22568 (8/21/2015)
ZZartin (8/21/2015)
We have to go...
August 21, 2015 at 9:29 am
Here is a little ditty I coded up yesterday to return a quick and dirty difference comparison between two tables having identical column definition and overlapping rowsets. It's new, but...
August 21, 2015 at 9:09 am
We already have the SSMS Template Browser to cover commonly used commands and DMV queries.
However, the MERGE statement is complicated enough that it could use a GUI helper, if that...
August 21, 2015 at 8:44 am
An hour long pre-recorded video covering generic IT security topics, something the employees watch alone from their desk during a lunch break, probably doesn't count for much, if they've seen...
August 21, 2015 at 8:17 am
Viewing 15 posts - 3,511 through 3,525 (of 6,038 total)