Viewing 15 posts - 286 through 300 (of 22,184 total)
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
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 devs to...
November 29, 2023 at 4:10 pm
Presumably, that means a lot of Extended Events sessions outputing to the ring_buffers. Probably not the best way to go. Output to file is generally better. But, it does depend...
November 29, 2023 at 4:07 pm
Just piling on. I think @Ant-Green has nailed it. Availability Groups are where Microsoft has been investing all it's time and money. So if you're going to be building an...
November 29, 2023 at 3:28 pm
Just piling on. I think @Ant-Green has nailed it. Availability Groups are where Microsoft has been investing all it's time and money. So if you're going to be building an...
November 29, 2023 at 3:28 pm
I'm confused. What is this in relation to?
November 29, 2023 at 12:34 pm
Viewing 15 posts - 286 through 300 (of 22,184 total)