Viewing 15 posts - 2,071 through 2,085 (of 59,082 total)
Ran a test after enabling TF 692 and continued to see blocking by the select against sys.dm_db_index_physical_stats, unfortunately.
Ooooo lordy. My apologies for missing your reply to your now 3...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2023 at 4:22 pm
Not being a math genius by any means, I'm still deeply interested in what the formula solves for?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2023 at 12:39 am
NM... Jonathan pulled it off mathematically. (Nicely done, Jonathan!!!)
I'd still like to know what question the math resolves. Thanks.
p.s. I know all the gazintas that Jonathan used to solve this...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 11:02 pm
I found the same error message in the SQL Error log on 3 dozen different SQL 2019 Standard instances. The message was:
BACKUP failed to complete the command BACKUP LOG...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 7:22 pm
Hello!
When we failover one node from another, does the roles from the node failover to another node too?
Thanks
Test it. Even if someone says "yeah", you MUST test it!
I'd also...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 7:14 pm
what does the backup log init do?
It compels me to point out that folks should read the documentation. 😀 Here's the link...
https://learn.microsoft.com/en-us/sql/t-sql/statements/backup-transact-sql?#-noinit--init-
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 7:11 pm
Since the interviewer specifically stated "what if the developer does any typo error", I'm thinking he was looking for the "mapping table" that Phil spoke of in his post.
That would...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2023 at 4:46 pm
Yeah... there's the other part of a 2 part SPAM thread.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 24, 2023 at 8:14 pm
To be honest, I'll never understand the idea of creating a Temp Table and then deleting rows from it.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 11:50 pm
I was at a company that hired a new IT director. He made it very clear at the beginning that he wanted to bring in his own people, so...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 7:22 pm
I wrote an entire book on this topic, based on the work I did at AIRMICS. Look at ISO-11179 and the Metadata Committee stuff. We found that with good...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 7:18 pm
If the looping is necessary, just add a column (maybe call it ProcessOrder) to the temp table and populate it with ROW_NUMBER() OVER (ORDER BY ID).
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 5:45 pm
Also, to support Thom on his claim that 3 and 4 part naming has been deprecated, take a look at the following article written by a really smart...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 5:32 pm
Now THERE'S and SQL "Oolie" if I ever saw one! Nice job, Mr. Collins. And, yep, it IS clearly documented.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 1:45 am
This topic interests me intensely. I've been reading about software development trends for many years, with a view to improve myself and to suggest better ways for those I...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 23, 2023 at 1:27 am
Viewing 15 posts - 2,071 through 2,085 (of 59,082 total)