Viewing 15 posts - 2,161 through 2,175 (of 6,038 total)
Ask yourself whether some of these cost and price related columns should really be attributes in a dimension, not measures on a fact table.
October 12, 2016 at 6:21 am
To block all readers suring your insert operation, either the TABLOCK or TABLOCKX hint will work.
October 11, 2016 at 11:39 am
If developers struggle to install and manage SQL Server on their local PC, imagine if they were left to manage the production database server? I guess it's like a DBA...
October 11, 2016 at 10:06 am
Hi Andy,
Let me run this past you.
So, the problem as I understand it is that we really don't need to be informed 1,000,000 times that (for example) an ETL...
October 11, 2016 at 8:05 am
First, I'll turn on the radio to NPR news (I hate political\entertainment talk radio and morning rock DJs shows). If there isn't a good feature on, then I'll switch over...
October 10, 2016 at 10:46 am
First thing, use a schema comparsion tool to confirm that all the indexes and code changes existing in development have been deployed to production.
Microsoft SQL Server Data Tools
https://msdn.microsoft.com/en-us/library/hh272690(v=vs.103).aspx
Open DBDiff
http://opendbdiff.codeplex.com/
RedGate SQL...
October 7, 2016 at 8:49 am
How many databases does each DBA in your organization manage?
Ha! That's a trick question.
If you had asked how many database servers, then I could give you a total number...
October 7, 2016 at 7:05 am
Jeff Moden (10/5/2016)
komal145 (10/5/2016)
i have check other tables and do lot of stuff to get this point . So , i have to do it in ssis.
Not really. ...
October 6, 2016 at 9:21 am
Maybe for an ISV, you have a group of developers who are always focussed on new development and then another team that does primarily maintenance and enhancement. However, everywhere I've...
October 6, 2016 at 9:11 am
I'd also mention the issue of page splitting, fragmentation, fill factor, and how it all relates to choosing the optimal clustering key combination.
https://sqlperformance.com/2015/04/sql-indexes/mitigating-index-fragmentation
Imagine you're stacking books on a shelf sorted...
October 6, 2016 at 7:06 am
Like today, within SSMS Object Explorer, you can right click on a stored procedure, table, view, etc. and select 'View Dependencies'.
Still there are occasions where it's useful to query...
October 5, 2016 at 9:51 am
Phil Parkin (10/5/2016)
If there is one feature I'd love to see added is the ability to stronly type worksheet columns, meaning for example that all values within a column would...
October 5, 2016 at 8:41 am
Excel is a marvelous tool for presentation and analysis, but .XLS and .XLSX are terrible formats for data interchange.
There have been cases where the business would submit excel documents...
October 5, 2016 at 7:47 am
It's important that the DBA be an integral team member. Include their database development and deployment tasks as part of sprint planning and invite them to daily stand-up meetings. Invite...
October 5, 2016 at 7:08 am
alex.sqldba (10/5/2016)
Yeah sadly no stored procs, otherwise it would have been much easier.
Let this archived thread be an enduring lesson to anyone currently in the process of building a database...
October 5, 2016 at 6:58 am
Viewing 15 posts - 2,161 through 2,175 (of 6,038 total)