Viewing 15 posts - 91 through 105 (of 9,675 total)
Well, my workplace desktop support is useless on the SSC website issue. I am the only person in the office having problems with it but apparently the issue is SSC....
May 18, 2023 at 9:26 pm
I have not. But don't they have to be set up in advance?
I found something about SQL Profiler / server trace and perfmon as well, but again, stuff that needs...
April 11, 2023 at 11:09 pm
Well, I just encountered victory of a sorts. After I pushed back and told the Dev this didn't make sense that the two issues were connected, he managed to find...
March 9, 2023 at 7:09 pm
Ha. I think you're right. NLTM is the method.
March 8, 2023 at 6:23 pm
I want to point out this part of the code:
SET @TSql = N'INSERT INTO dbo.PR_Archive
SELECT * FROM OPENQUERY([LinedServer],''SELECT Col1,...
March 8, 2023 at 1:28 pm
My apologies for the mistype on OpenQuery. I spent all day querying stuff with a lot of underscores in the name. I think my fingers just defaulted to that without...
March 8, 2023 at 1:26 pm
The SPN thing is a definite possibility, but why would the test NAS work but the QC NAS not work on the QC server?
That's what is driving me nuts. One...
March 8, 2023 at 12:55 pm
Talking about ChatGPT, has anyone seen this one yet? https://www.cnn.com/2023/02/08/tech/google-ai-bard-demo-error/index.html
<headdesk>
February 9, 2023 at 1:14 pm
And finally other documentation has been supplied by the person who mentioned this to me:
SQL Server Temporary Table Caching (mssqltips.com)
Thank you everyone for your help. I appreciate it.
February 8, 2023 at 1:19 pm
Looks like I woke everyone up this morning. Heeeheee.
@=)
February 8, 2023 at 12:58 pm
Forget leading commas. Let's debate leading semi-colons. @=)
February 8, 2023 at 12:14 pm
Don't get me started in WITH (NOLOCK). Apparently there are a number of people suddenly making that recommendation to get rid of blocking.
It's apparently easier advice to give people than...
February 7, 2023 at 7:11 pm
Phil: Someone told you that these temp table drops are expensive (in database terms), but without providing evidence, and now they're expecting you just to believe them?
The burden of proof...
February 7, 2023 at 5:11 pm
Thanks for the links. I will review.
February 7, 2023 at 2:43 pm
I believe that SQL renames temp tables rather than dropping them, esp. for stored procs. That way, when the proc runs again, it doesn't have to fully recreate the...
February 7, 2023 at 2:43 pm
Viewing 15 posts - 91 through 105 (of 9,675 total)