Viewing 15 posts - 1,561 through 1,575 (of 22,202 total)
Guessing.
It's SSMS. Someone is using the GUI to edit tables. They're getting warnings and ignoring them.
October 9, 2020 at 1:00 pm
Please don't cross post the same question across multiple forums. It makes it hard to keep a focused conversation and answer the question efficiently. Please, any additional posts on this...
October 9, 2020 at 12:58 pm
Be careful of autogrowth here. Also, it's a good idea on any drive with auto-growth enabled, create an file called 'deletemeinemergencies' or similar. Make it big enough, say 20 or...
October 9, 2020 at 12:55 pm
To keep conversations focused, please don't cross-post between forums. Anyone who wishes to discuss this, there's a conversation going over here.
October 9, 2020 at 12:53 pm
To keep conversations focused, please don't cross-post between forums. Anyone who wishes to discuss this, there's a conversation going over here.
October 9, 2020 at 12:52 pm
Grant ,
I can see now where Cursor is not needed rather use a simple select statement with insert records into the table variable.
Grant, thank you. I will rewrite ...
October 9, 2020 at 12:16 pm
Best of luck on it. You should see a radical improvement in speed.
October 9, 2020 at 11:11 am
There is no way to decrypt it (I mean, maybe there's some deep level hack, but nothing functional within normal operations).
I agree with @Cebisa. Get a certificate you can share....
October 8, 2020 at 12:14 pm
Instead of one giant transaction, break the delete up into smaller transactions. Simple or Full recovery, won't matter if the single transaction is bigger than you have storage space for.
October 8, 2020 at 12:11 pm
Mainly you need to look for what's using memory in such a way that the pages will be flushed. Again, if everything else is fine, this is probably just normal...
October 8, 2020 at 11:33 am
Instead of a cursor to walk the code, what about simply using the SELECT statement with an INSERT statement to add the code to the table variable? Better still, why...
October 7, 2020 at 1:56 pm
Piling on because this is a serious topic.
First, yes, using READ UNCOMMITTED is actually a much better choice than painting your code in NOLOCK hints.
Next, the fact is, reading uncommitted...
October 7, 2020 at 1:26 pm
And you're seeing exactly why PLE is a horrible measure, standing on it's own. In combination with other measures, it may tell you things. Just PLE, nope. No real information...
October 7, 2020 at 1:18 pm
Sure thing. And since you're just getting started in the wide world of query tuning, I'd suggest getting copies of my books (one is free in digital mode). Also a...
October 7, 2020 at 12:25 pm
Viewing 15 posts - 1,561 through 1,575 (of 22,202 total)