Viewing 15 posts - 7,591 through 7,605 (of 59,072 total)
Sure... just like I said over on SQLTeam.com...
To be honest, there is no completely reliable method to ensure that you don't delete stored procedures that are being used.. Consider the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2020 at 2:51 pm
Considering that it took almost 3 decades for them to get their fingers out of their ears on a true CSV format, I'll say "good luck with that submittal" David.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2020 at 2:47 pm
wait until you get an application that wants to create sql agent jobs and then delete them after. not a hope in hell stopping that process running as SA
we...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2020 at 2:19 pm
Dear Jeff,
Thank you for kind help!
I quite agree with you!
my said procedure, I just want to verify how the transaction(rollback) works on the said scripts, actually, when the 1st...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2020 at 2:10 pm
Don't get me wrong. I totally agree with you on big stuff about pencil and paper not being the way to go. My point was meant to be that no...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 9, 2020 at 2:04 pm
Thank you for the response, but need explanation for this problem / solution.
CPU looked ok on the VM ( ~ 30% ) . but view was opening ok till...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2020 at 3:53 pm
p.s. With regard to the original question of...
I'm doing development on large SCD2 tables (100M+ rows). When I've fixed bugs and it's time to re-run, I need to restore the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2020 at 3:50 pm
Correct. But, be really careful about killing SPIDs... kill the wrong one and your server server could serve as a boat anchor for hours. You should also plan on finding...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 8, 2020 at 2:45 pm
I can't help you with your Visual Studio problem because I don't use it. I can tell you, though, that your formula for age in years is incorrect simply because...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 3:45 pm
... but I am wondering if I can apply the filegroup backup from one database to another, specifically restoring only a particular filegroup of the database...
To the best of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 3:15 pm
Thanks for the feedback, Greg. I totally agree... this site has been a staple of knowledge for me, as well. I don't believe that I'd have been able to do...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 3:04 pm
I guess my only exception to what Rick stated above is that business logic is frequently better done on the database side of the house. FKs, Defaults, Checks, and a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 2:41 pm
Same problem, but someone with a completely different perspective came up with very different solution. Maybe part of it was I was a database guy, and only had to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 1:46 pm
They are not even Excel jockeys. One of them has a LAW degree. she just passed her bar exam and is not going into law. The rest...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 2:02 am
Cache is also temporary... very temporary. Dropping procs based on what is in cache is a sure fire way to need to resurrect your resume and sharpen it up. Seriously......
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2020 at 1:53 am
Viewing 15 posts - 7,591 through 7,605 (of 59,072 total)