Viewing 15 posts - 181 through 195 (of 2,863 total)
Just to reply to both Jeff Moden and Seketon567 - I do agree that Fox was ONE of the places reporting on it, but I heard about it elsewhere. A...
July 4, 2024 at 3:27 pm
Weird question but did you upgrade from a previous version of SQL (2017 or older) to 2019? If so, your maintenance plan MAY be in a previous version format that...
July 3, 2024 at 7:57 pm
one thing you could try is to change @json table variable to a permanent table. That way you can read the response from the WEB API call.
Now, that being said,...
July 3, 2024 at 7:46 pm
Have you checked the official docs:
From there you can see what User Scans is showing you - Number of scans by user queries that did not use 'seek' predicate. So...
June 17, 2024 at 5:52 pm
I would start by not following the news from Fox, but that's just a personal bias against Fox News. I would check tech news sites like the register (for example)...
June 17, 2024 at 5:41 pm
The other thing that helps is once you do the presentation at least once, you get a feel for what parts engaged the audience and what parts were boring and...
June 17, 2024 at 5:29 pm
The way things are set up in my environment, IT doesn't let me auto-generate my SPN's. I can't even make the SPN's. I need to put in a support request...
June 14, 2024 at 9:58 pm
Have you tried googling the error? There are a lot of pages on google with similar errors such as this one:
https://dba.stackexchange.com/questions/188833/sql-linked-server-returning-error-suddenly-upon-query
In that scenario, the problem was a faulty NIC.
I recommend...
June 14, 2024 at 8:34 pm
I may be mistaken but I am pretty sure that the error "The specified network name is no longer available" means that your computer lost access to the server for...
June 14, 2024 at 8:30 pm
Just to add, data manipulation operations (INSERT, UPDATE, and DELETE) on a table need to modify most (all?) indexes on the table. So adding indexes to improve performance of deletes...
May 30, 2024 at 5:25 pm
Apologies for the confusions caused . I am planning to set the execution timeout for all queries that I will be running in SSMS. My goal is to stop...
May 30, 2024 at 2:56 pm
I think the problem is that you are trying to do something that doesn't make sense. The timeouts are configured on a session by session basis, not on an instance...
May 27, 2024 at 3:33 pm
Sorry, been traveling, but to me, I'd say there are a few big things and then a whole lot of small ones.
Biggies
May 24, 2024 at 9:49 pm
I agree with you Steve. Presenting is terrifying and also fun. My first presentation I did was actually as a guest presenter at a university course where the professor had...
May 24, 2024 at 2:56 pm
What I'm seriously miffed about is that no one at Redgate seems aware nor gives a damn about these forums. Apparently even Steve has zero pull with them.
Two short...
May 24, 2024 at 2:38 pm
Viewing 15 posts - 181 through 195 (of 2,863 total)