Viewing 15 posts - 3,511 through 3,525 (of 6,041 total)
Matt Miller (#4) (8/24/2015)
Eric M Russell (8/24/2015)
August 24, 2015 at 2:43 pm
When I write unit tests, it gets run in both development and QA. Each unit test is a script that maps to a specific functional requirement. A test plan lists...
August 24, 2015 at 12:13 pm
All of the functionality you just mentioned (logging record counts, event handling, scheduling, email alerts, etc.) are basic functionality of SSIS and SQL Server Agent.
August 24, 2015 at 11:37 am
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
Viewing 15 posts - 3,511 through 3,525 (of 6,041 total)