Viewing 15 posts - 271 through 285 (of 22,189 total)
Instead of installing SQL Server locally for development, you might consider running it as a container. The advantages are, you can turn it on & off without mucking with services....
February 5, 2024 at 2:01 pm
If there are no transactions, it will only show the older data. There isn't an automatic rest of pg_stats_statements. However, there is a command you can issue to reset it...
January 30, 2024 at 1:36 pm
You've updated windows, have you updated SSMS and the underlying tools? If not, start there.
January 30, 2024 at 1:30 pm
If you want more detailed answers, post the full set of code, and probably some of the structure as well.
January 30, 2024 at 1:28 pm
HI FOLKS
ill go back and check the index's being used on both to ensure both the same (its the exact same query using exact same front end application) only...
January 17, 2024 at 9:00 pm
Just to emphasize one point, the bacpac is not like a backup. It's not transactionally aware. So, if you can't quiet the database, meaning stop transactions against it, that you're...
January 17, 2024 at 1:21 pm
To be sure, I'd need to see the query and an execution plan. Also, the collation you're using could affect this. However, in general, no, that shouldn't be a concern....
January 17, 2024 at 1:19 pm
To be sure, I'd need to see the query and an execution plan. Also, the collation you're using could affect this. However, in general, no, that shouldn't be a concern....
January 17, 2024 at 1:18 pm
Grant, loved the post. I remember coming out of college and interviewing for my first job. I was interview by a 50-something year old who was still a software...
January 16, 2024 at 9:04 pm
Communication is key. What you need is honest feedback, not soft-soap feedback.
Not dismissing any of what you wrote, all sounds great honestly, but this bit, oh yes!!
January 15, 2024 at 1:50 pm
I like the way you put it, Grant; "Play to your strengths". I will sometimes daydream about being a CEO because of the money they make, but I think...
January 15, 2024 at 1:48 pm
A nice read for a Saturday morning. I remember back when I started in my current department and I thought "one day, I want to be a manager like...
January 15, 2024 at 1:46 pm
Good morning Grant. First, I congratulate you on having put in 35 years in IT. You are a survivor for sure. I understand your feelings about those who 'climbed...
January 15, 2024 at 1:44 pm
Maximize your maximums, minimize your minimums.
Love it!
January 15, 2024 at 1:43 pm
Moving this kind of data truly comes down to hardware (or service tiers if you're in the cloud). All the suggestions will help, but mostly at the margins. More memory,...
January 4, 2024 at 1:19 pm
Viewing 15 posts - 271 through 285 (of 22,189 total)