Viewing 15 posts - 3,106 through 3,120 (of 6,041 total)
What do we mean by adding "random" columns? Do the new columns fall within the scope of the requirements, and is this essentially a 3NF table modeling design?
December 21, 2015 at 1:37 pm
Perhaps what you need is a 'Derived Column Transformation' task between your Source and Destination that uses expression and leverage SUBSTRING function to build string in format YYYY-MM-DD and also...
December 21, 2015 at 12:23 pm
T2512 (12/21/2015)
During an interview I was asked apart from reducing speed, what else does a developer...
December 21, 2015 at 11:22 am
sam 55243 (12/18/2015)
Your solution will work however I have one query . Can I handle lock/deadlock issue with this approach. For instance if in any of the sub-procedures there...
December 21, 2015 at 10:38 am
Ed Wagner (12/19/2015)
Eric M Russell (12/18/2015)
Orlando Colamatteo (12/18/2015)
Eric M Russell (12/18/2015)
December 21, 2015 at 9:56 am
Is the transaction log competing for space with the data files or another database? Perhaps there is no need to actually shrink the log, just let it recycle.
December 21, 2015 at 9:24 am
Alternative technical approaches aside (I'd at least give 3NF a fair shot), first challenge whether an EAV solution is needed. I would interview the users and run some aggregate queries...
December 21, 2015 at 8:15 am
Luis Cazares (12/21/2015)
I...
December 21, 2015 at 7:21 am
I think the whole concept of a 'SA' account is a bad idea, because essentially it's an account which has full access and which can be sharable across users. It...
December 21, 2015 at 7:04 am
Orlando Colamatteo (12/18/2015)
Eric M Russell (12/18/2015)
December 18, 2015 at 7:24 pm
Michael L John (12/18/2015)
This becomes an issue when there are situations created that...
December 18, 2015 at 8:52 am
Renaming the real 'SA' account, and then creating a new (so called) 'SA' account with least privilege can be useful in those situations where developers and 3rd party tools think...
December 18, 2015 at 8:14 am
Alastair Marshall (12/18/2015)
December 18, 2015 at 7:54 am
I'll work outside regular hours, if something critical is broken, or if there is a project with an approaching deployment and there are still some unresolved tasks (but only if...
December 18, 2015 at 7:18 am
It's not an issue of fashion; there are some scenarios where SQL Server account authentication is required (or at least practical), like when linking to server instances on a different...
December 18, 2015 at 7:00 am
Viewing 15 posts - 3,106 through 3,120 (of 6,041 total)