Viewing 15 posts - 286 through 300 (of 22,189 total)
I'm going off what they typed. If that's true, there's the problem and solution. If not, we need to know that.
January 2, 2024 at 4:50 pm
...currently it returns all records in the table...
We can ignore everything else for the moment.
If a query is returning everything from a table, and there is no way to...
January 2, 2024 at 4:17 pm
As far as I understand it, SQL compiles the plan before it executes.
When you use a variable, SQL compiles a plan for an unknown value.
When you use a fixed...
December 20, 2023 at 1:26 pm
Ha! Thanks. I'll see if we can do it. We only had yesterday and today to play a little.
December 17, 2023 at 5:36 am
For something like this, assuming no other objects involved, it's not a view, you're not running some kind of monitoring, then, my suggestion is as follows. You have very little...
December 7, 2023 at 12:55 pm
This could be so many different things it's going to be hard to give you an answer. First of all, you haven't stated what you're doing. Is this a SELECT...
December 7, 2023 at 12:27 pm
I cannot find the article referenced: "Writing SQL Server code with AI using GitHub Copilot" that is supposed to discuss how to install CoPilot. After installing per GitHub...
December 6, 2023 at 2:28 pm
I cannot find the article referenced: "Writing SQL Server code with AI using GitHub Copilot" that is supposed to discuss how to install CoPilot. After installing per GitHub...
December 6, 2023 at 2:27 pm
Just so you know, the only people who will see this, and maybe provide some answers, are ones who already subscribe to this thread, or find it by accident. If...
December 5, 2023 at 12:48 pm
This situation was quite the train wreck. First blush, I kind of felt bad for the organizers. I understand the struggle to get a diverse rost put together. Then, the...
December 4, 2023 at 2:24 pm
Well, the first one is, I'm guessing, being worked on by someone, somewhere. I don't know of any though.
The second one, yeah, I can help. Redgate Software, my employer, is...
December 1, 2023 at 2:01 pm
I'm a very firm believer in the least privilege principal. You should be barely have enough access to get the job done. However, you should have enough access to get...
December 1, 2023 at 1:56 pm
Oh, and I missed the formatting thing. Yeah, it does it. Just double click on the batch_text or whatever field and it will open a window like this one:
November 30, 2023 at 2:40 pm
Yeah, you can set up SQL Trace or Extended Events to catch those errors. It's like a net for those SQLExceptions. But in the long run, asking...
November 30, 2023 at 2:11 pm
So, probably, most of your scripts for looking at queries and query behavior use DMVs. Which were released in 2005. That means, those scripts won't work. If you want to...
November 30, 2023 at 12:49 pm
Viewing 15 posts - 286 through 300 (of 22,189 total)