Viewing 15 posts - 3,091 through 3,105 (of 6,038 total)
awarnke 39611 (12/22/2015)
Jacob you are correct it is a virtual environment. We tried giving priority to the processors, but not much change. We...
December 22, 2015 at 7:26 pm
It depends on what they're planning to use CLR functions for.
December 22, 2015 at 2:34 pm
Have you confirmed how many CPU are visible to SQL Server? This could be limited by licensing or configuration.
December 22, 2015 at 9:17 am
GilaMonster (12/22/2015)
Eric M Russell (12/21/2015)
Try unit testing using (MAXDOP 1) query hint.
Why? Parallel execution is good, it means SQL's using resources effectively to return results quickly. A parallel query is...
December 22, 2015 at 9:06 am
Remotely hacking another driver's Bluetooth component system is a way cooler and less violent way to express road rage than pulling out a handgun. 🙂
December 22, 2015 at 7:50 am
Remember the story about the 5 year old kid who accidentally discovered he could hack through XBox user authentication by padding the password field with a spaces?
http://www.cnn.com/2014/04/04/tech/gaming-gadgets/5-year-old-xbox-hack/index.html
December 22, 2015 at 7:17 am
Ivanova (12/21/2015)
December 22, 2015 at 6:54 am
Ed Wagner (12/21/2015)
Eric M Russell (12/21/2015)
December 21, 2015 at 3:28 pm
Let me guess... the table is 100 GB, there are twenty foreign key dependencies, and they want it deployed to production before Christmas? 😛
December 21, 2015 at 3:12 pm
If the new columns are required by the business and there is a 1x1 normalized relationship between them and the original table, then add then to the original table. What...
December 21, 2015 at 2:51 pm
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
Viewing 15 posts - 3,091 through 3,105 (of 6,038 total)