Viewing 15 posts - 2,266 through 2,280 (of 6,038 total)
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
By setting the property RetainSameConnection = True on the Connection Manager, temporary tables created in one Control Flow task can be retained in another task. You would have X number...
September 14, 2016 at 11:08 am
Gary Varga (9/14/2016)
September 14, 2016 at 10:11 am
djackson 22568 (9/14/2016)
Eric M Russell (9/14/2016)
djackson 22568 (9/13/2016)
Eric M Russell (9/13/2016)
The NSA is going to poop their pants if Gary Johnson is elected as the next US president.
I think more...
September 14, 2016 at 9:09 am
Viewing 15 posts - 2,266 through 2,280 (of 6,038 total)