Viewing 15 posts - 76 through 90 (of 9,658 total)
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
So, I could use some help on this one: To Drop or Not to Drop (the temp table question) – SQLServerCentral Forums
I've tried Googling it but not finding exactly...
February 7, 2023 at 1:22 pm
I have been having the worst time with this website on my work PC for the past 9 months. Couldn't log in (and login screen looked weird). When I did...
January 6, 2023 at 9:31 pm
Viewing 15 posts - 76 through 90 (of 9,658 total)