Viewing 15 posts - 3,106 through 3,120 (of 6,038 total)
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
A quick Google search for (+"SQL SERVER" +SSDT +PowerShell + Automation) did not turn up anything useful except for answered inquiries in Microsoft forums stating that it's not supported at...
December 18, 2015 at 6:53 am
The data comparison feature you're using in Visual Studio; is that the same thing as the SQL Server Data Tools plugin? I've found an MSDN article which seems to suggest...
December 17, 2015 at 10:45 am
ZZartin (12/17/2015)
Eric M Russell (12/17/2015)
Sean Redmond (12/17/2015)
December 17, 2015 at 7:55 am
Viewing 15 posts - 3,106 through 3,120 (of 6,038 total)