Viewing 15 posts - 346 through 360 (of 49,571 total)
Is there a shrink database/shrink file running? Does the DB have autoshrink enabled? Is there another index operation running on that index?
February 13, 2018 at 1:30 am
February 12, 2018 at 2:01 pm
February 12, 2018 at 7:04 am
February 12, 2018 at 5:31 am
There's a lot of things wrong with that, but the most obvious is that the FROM is not followed by a table or subquery. Looks like there's a SELECT missing.
February 12, 2018 at 4:35 am
When placing your Dynamic SQL code into production (typically in stored...
February 12, 2018 at 4:31 am
I'm at a loss to explain...
February 12, 2018 at 2:13 am
February 9, 2018 at 8:40 am
February 9, 2018 at 8:38 am
Keep in mind that Developer edition is not licensed for production usage. So by using it in prod, you're at risk of audits hitting you with a lot of fines.
February 9, 2018 at 8:36 am
You can't. You'll have to rewrite it as an SSIS package.
February 9, 2018 at 6:10 am
February 9, 2018 at 6:08 am
My plans for the year include the rest of the Expanse series, to try and make a dent in the unread Data and Machine Learning books I've bought, to read...
February 9, 2018 at 5:39 am
February 9, 2018 at 5:35 am
If there aren't too many foreign keys and the amount you're deleting is more than the amount of rows you want to keep, it may well be faster to insert...
February 9, 2018 at 5:29 am
Viewing 15 posts - 346 through 360 (of 49,571 total)