Viewing 15 posts - 136 through 150 (of 465 total)
I also think it's 2008, although it doesn't say that in the properties window. But that's when the machine is from.
That is one of the things I am wondering, if...
October 7, 2019 at 8:04 pm
Ah, that looks useful. Thank you.
September 20, 2019 at 5:16 pm
Good call - that works well. With the index on ID disabled, it is roughly a minute, the same as the original 'bad' version. But with the SSMS-suggested index in...
September 12, 2019 at 6:17 pm
Grant: "The other is the need to filter after the XML is put together."
Do you mean that it materializes the ENTIRE resultset into one giant XML construct, and then checks...
September 12, 2019 at 3:06 pm
I'm still unclear about something, though. Grant, you wrote "...all it takes is a single match and EXISTS stops executing...", which is exactly what I thought EXISTS does, which is...
September 12, 2019 at 10:20 am
Thank you both for looking at this. Another spanking for me by SQL Server - what else is new? But it's not going to be that much work to make...
September 11, 2019 at 7:38 pm
1+ seconds for such a thing is not "quickly" nor resource friendly IMHO
True, one second is not great, but for my purposes, in this application, it was good enough -...
September 11, 2019 at 7:34 pm
Thanks, that explains it. I thought, as you write, that the engine would evaluate the inner select individually, then apply the outer If Exists. But if it's generating an entire...
September 11, 2019 at 4:53 pm
Certainly, this is not a model of efficiency - I wrote that myself in the initial post.
However, the entire view (either a single "1" or an empty recordset) is materialized...
September 11, 2019 at 4:15 pm
I looked at the execution plans, and of course, they are different, but I'm not that good at reading them. Or more properly, I can read them okay, but understanding...
September 11, 2019 at 1:50 pm
Would that have the same effect as what I'm doing? I have studied backup manuals and online tutorials until I'm blue in the face, but I'm still a little vague...
June 20, 2018 at 4:29 pm
I realize this is a very old thread, but people do read archived posts for information, so I'm going to add my two cents worth. Adjust for inflation as necessary.
June 18, 2018 at 4:17 am
Just the schema, then I put object like views and stored procedures into the schema.
May 30, 2018 at 11:54 pm
Aha. It may be that -I- was able to write to read-only schema, since I have dbo permission on my login. I thought that the more restrictive permission would apply,...
May 30, 2018 at 1:14 am
Hm, now I'm really curious. Thanks for the explanation, although I'm still a litttle fuzzy on the details. However, my system is running well enough, so I can afford to...
May 29, 2018 at 9:55 am
Viewing 15 posts - 136 through 150 (of 465 total)