Viewing 15 posts - 766 through 780 (of 22,184 total)
Take a look above at the "Stairways" menu choice. Inside there are tons of classes, including several on T-SQL fundamentals. They're 100% free. Go here.
September 13, 2022 at 12:33 pm
Just for clarification, each execution plan is only, ever, for a given query. Sure, a batch or procedure might have 50 queries, but there will be 50, individual, execution plans...
September 13, 2022 at 12:31 pm
Is your user in the public role? If not, that could be it. That's required to access sys.dm_os_host_info per the documentation.
September 13, 2022 at 12:29 pm
Ken is correct, query store only works on the primary prior to 2022.
Yeah, query store is database by database, only, even in 2022. So each database gets it's own store....
September 13, 2022 at 12:26 pm
Also, Azure SQL Database is backed up for you. Further, there is no capability for you to do a traditional backup. Instead, you can create what's called a...
September 9, 2022 at 8:31 pm
I don't have a degree. Will I get the degree if I answer the question?
September 9, 2022 at 7:08 pm
Please, no, don't start throwing hints all over it. Instead, focus on getting the execution plan and understanding what it is telling about how the query is behaving and how...
September 9, 2022 at 7:07 pm
Also, Azure SQL Database is backed up for you. Further, there is no capability for you to do a traditional backup. Instead, you can create what's called a bacpac, an...
September 9, 2022 at 7:02 pm
I guess you need to ask yourself, how likely is it that you're going to go back to Week 17 of Year 6 in your 10 years of weekly backups?...
September 9, 2022 at 6:57 pm
You can do exactly that for the databases. However, there will be the downtime of copying them over to the new server prior to attaching them.
However, the system stuff, logins,...
September 7, 2022 at 4:25 pm
I have a saying that I borrowed from the Submarine Service about things like that... "Don't worry about the fire... the flooding will put it out". 😀
Same...
September 7, 2022 at 3:25 pm
Hey all!
Back from sabbatical. Happy to see we're still talking deadlocks. Ha!
September 6, 2022 at 11:35 am
I was just troubleshooting a similar issue to find the difference was the default database assigned to the user accounts. After getting query execution plans for both logins (which...
August 17, 2022 at 2:04 pm
...do you rely only on objects in LINQ to "join" tables?
Yes. You will be hard pressed to find join in any EF tutorials; other than just the places...
August 16, 2022 at 2:14 pm
One more small thing: if we are dealing with poor database design, sometimes neither tuning nor hardware helps.
PREACH BROTHER!
Writing the final chapter of the book, and the first section...
August 13, 2022 at 3:10 pm
Viewing 15 posts - 766 through 780 (of 22,184 total)