Viewing 15 posts - 9,121 through 9,135 (of 59,067 total)
Heh... perhaps the next article should be about the delays of ghost row cleanups. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2019 at 12:31 pm
I'll never understand why some people write 100's of lines of code without testing the code before turning it into a stored procedure or whatever and wether or not there...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2019 at 12:14 pm
I'm going to suggest that you DON'T make such an over-arching delete system. There may be a need for different instances/systems to do the deletes of old backup files on...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2019 at 12:17 am
p.s. Since the forum software still provides no easy method back to the article being discussed, here's the link to the original script article, if anyone is interested.
https://www.sqlservercentral.com/scripts/add-working-days-but-avoid-holidays-2
--Jeff Moden
Change is inevitable... Change for the better is not.
June 17, 2019 at 12:11 am
Thought I'd throw my 2 cents in from a presentation I did nearly a decade ago and it still works to allow the secure operation of xp_CmdShell. Here's the full...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2019 at 11:40 pm
It also depends on what the package is doing...and whether or not I have to connect to SQL Server for other configuration values.
That same thought is usually the justification...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 16, 2019 at 3:08 pm
I would like to know if corruption/unavaialability of one partition would impact whole DB? Will I still be able to access rest of the partitions? Can I take one...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 15, 2019 at 12:01 am
Hmmph... additionally, the "Free" online version is limited to 100 lines of code. The non-free versions aren't expensive but, considering the bug I found above, I wouldn't spend a nickle...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:51 pm
A lot of people make the mistake of thinking that a CTE is rendered as a separate object. Unless there is a "blocking operator" in the CTE, it's treated like...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:48 pm
Thanks for taking the time, Henrik. A lot of people will continue to be "stuck" in 2008 R2 for one reason or another and so I wanted to know what's...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:34 pm
Thanks for taking the time to post back, Randy. Since you're one of the folks that needs to support it, do you know how it works?
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:30 pm
Sorry... duplicate post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:29 pm
Yowch. Thanks for the info, Phil.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:14 pm
Based on the fact that all execution plans are thrown away during a reboot or restart of the SQL Server Service and you said the server suffered a reboot or...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:10 pm
You first need to find out what the code that uses the table looks like. DW tables are NOT usually "proper normalized tables". For example, removing the "month" column or...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 14, 2019 at 11:04 pm
Viewing 15 posts - 9,121 through 9,135 (of 59,067 total)