Viewing 15 posts - 2,266 through 2,280 (of 6,041 total)
Any programmer will be X times more efficient when given an assignment that matches their skillset, a clear set of specifications, sufficient managmement/QA/DevOps support, and sufficiently sized blocks of uninterrupted...
September 19, 2016 at 8:25 am
Gary Varga (9/16/2016)
Eric M Russell (9/16/2016)
...during slow or "down" periods...What? Does not compute!!!
I'm not a freelancer, so I don't have the option of context switching to another client. So, when...
September 16, 2016 at 2:50 pm
Rod at work (9/16/2016)
I just read this. WOW, I am almost salivating reading about this Down Tools...
September 16, 2016 at 9:16 am
If this is something like a data warehouse, where you have very large tables that are sourced for reporting purposes from other transactional databases, then consider more of a Kimball...
September 16, 2016 at 7:54 am
jerry-621596 (9/15/2016)
Seems like the mystery runs deeper...
September 16, 2016 at 7:44 am
I find it convenient to use xp_cmdshell to do things like execute NET or DOS commands for informational purposes, like in environments where the host server doesn't allow RDP connections....
September 16, 2016 at 7:39 am
Data Science belongs more on the Business Intelligence wing of the IT department, rather than over in the DBA wing. Certainly we as a DBA can leverage tools like Excel...
September 16, 2016 at 7:00 am
This happens for me occasionally, and I use the following script to update sysjobactivity to reflect that the last run ended, and then it calls procedure to stop the job.
declare...
September 15, 2016 at 2:18 pm
djackson 22568 (9/15/2016)
Eric M Russell (9/15/2016)
September 15, 2016 at 9:28 am
Gary Varga (9/15/2016)
Eric M Russell (9/15/2016)
September 15, 2016 at 9:20 am
I'd reccomend against an indexed view for reasons mentioned earlier by others.
However, if this view is giving the reporting users everything they need, and they can tolerate some degree of...
September 15, 2016 at 8:46 am
Analyzing data while in the process of performing your job as a DBA is not really "science". It's just like knowing a little something about chemistry can help you be...
September 15, 2016 at 7:46 am
But going back to Steve's editorial, organizations need to implement application level encryption (ie: PGP for emails) and database level encryption rather than relying on infrastructure encryption like SSL, VPN,...
September 15, 2016 at 7:37 am
Iwas Bornready (9/15/2016)
Jeff Moden (9/14/2016)
From the Article:
An organization wouldn't need to cater food every night.
Night? Free brainstorming for the company and it's at night?
I've heard of "Down Tools" or "Down...
September 15, 2016 at 7:00 am
You can't really elminate the number of tables joined unless you refactor your data model. However, Common Table Expressions can reduce the complexity, and sometimes improve the performance, of queries...
September 15, 2016 at 6:53 am
Viewing 15 posts - 2,266 through 2,280 (of 6,041 total)