Viewing 15 posts - 9,346 through 9,360 (of 59,091 total)
Heh... and people wonder why I hate case sensitive code. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 6:14 pm
I noticed in the article you linked to, SSC Guru, that SQL 2017 will not allow you to set ANSI NULLs off. If that is the case, how are...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 6:10 pm
Why do "hundred of millions of rows" need to be updated? If we knew what the table was for, what the structure was, and the need to do the update,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 5:25 pm
Totally agree with the XP_CmdShell thing. Of course, if you do that, you don't need PowerShell to begin with. Just create the file deletion commands directly from MSDB backup history...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 12:42 pm
And that is no slight on the other SQL Saturdays. It takes a good bit of dedication and good planning to make an SQL Saturday and I've not seen a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 12:24 pm
It WAS working for me before on both places it is no longer working. I've not made any security level changes in FireFox or Chrome, either.
I hope I don't have...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 1:48 am
Why are you trying to do this in SQL, this is something that's extremely trivial in powershell, as in 1 line of code. (Get-ChildItem -Path ("C:\Test\*.txt") | Sort-Object...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2019 at 1:00 am
I don't see an upcoming SQLSaturday in Pittsburgh... for Sept, I only see events in Boston and Memphis in the US. Has it been announced yet? No, we always...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 11:30 pm
IIRC, the file paths and the fact that they're "COPY ONLY" are stored in the MSDB database. I think it would be a simple, very quick, and very accurate method...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 3:56 pm
In addition to the other posts: Perform the operation in a transaction at first do it with ROLLBACK, so that you can verify that you got the correct results...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 3:51 pm
No... they haven't announced it yet. IIRC, they normally announce it sometime in June.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 3:47 pm
Search for Brent Ozar's sp_Blitz. I consider it to be a gold standard along with many of his other "Blitz" scripts. The cool part is you can dump the output...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 3:46 pm
Yep... I know why it's there. I just think the implementation leaves a bit to be desired.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 3:43 pm
I wonder why it's not working for me. It times out for IE (yeah, I know but had to try) and FireFox on my personal laptop and it times out...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 3:41 pm
To add to that problem, when you're creating a post and need to lookup a BBCode and click on the "BBCode tags reference" (which points to https://www.bbcode.org/reference.php ), it takes...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 7, 2019 at 2:25 pm
Viewing 15 posts - 9,346 through 9,360 (of 59,091 total)