Viewing 15 posts - 1,681 through 1,695 (of 6,038 total)
There is no compelling reason to avoid cursors and dynamic sql when you're doing something like coding an administrative script that is occasionally used to iterate across databases or servers....
February 21, 2017 at 8:58 am
You might as well disable the login until the application is fixed.
February 21, 2017 at 7:21 am
A lot of application developers only work with transient persistence layers, something like session state for an embedded application or the shopping cart for an eCommerce website. In that case,...
February 21, 2017 at 6:40 am
February 21, 2017 at 6:28 am
I'll bet Google knows exactly where Steve is, right this minute. They know where he was exactly one year ago, and they probably have an algorithm that can predict where...
February 20, 2017 at 12:42 pm
Perhaps start with the AdventureWorks sample database, and then extend it by modeling additional tables for Payroll or Invoicing.
February 20, 2017 at 12:37 pm
Some people may (even subconsciously) be using their work life as an escape from home life.
February 20, 2017 at 11:55 am
If you lose a decision, do you resort to violence...
February 20, 2017 at 8:43 am
February 20, 2017 at 7:48 am
... The news cycle seems to be dominated by discussion of politics. Regardless of where you fall on the political spectrum, the talk of politics is inescapable and is...
February 19, 2017 at 6:28 am
Thanks for finding what tables contain the catalog permissions. Based on this I'll code up a script to generate GRANT_PERMISSION statements from SSISDB. There should have been a way to...
February 18, 2017 at 12:48 pm
First, is the workload on the new server the same as what was typical on the old? Also, list and compare the server level settings between the new and old...
February 18, 2017 at 12:41 pm
When I think of a "lookup table", it's usually not something that models a complete entity, but rather just ID and Description.
February 17, 2017 at 11:54 am
IIRC, BULK INSERT doesn't require you to disable the clustered index to get minimal...
February 17, 2017 at 11:40 am
February 17, 2017 at 11:16 am
Viewing 15 posts - 1,681 through 1,695 (of 6,038 total)