Viewing 15 posts - 16 through 30 (of 253 total)
Thank you, Phil - the execution plan is the same. And same as with my tally table, 94% of it goes on INSERT INTO @t table
June 13, 2023 at 3:58 pm
Thank you, Jeff.
Much appreciated.
May 31, 2023 at 7:31 am
1. Only #temp or ##temp tables.
2. Yes
3. Sadly no.
Massive thanks.
May 31, 2023 at 12:33 am
Thank you, Jeff. The real data will have various reasons, but I need to exclude only three out of the rest.
I can confirm now the pipe (|) can be added...
May 30, 2023 at 9:27 pm
Very valid point. No, there is no separator, but after having an internal chat, it may be possible to add a pipe (|) as a separator.
May 30, 2023 at 8:09 pm
Thank you for the reply, yet I think it will not work if the reason column, as I mentioned in my original request, will have several concatenated reasons.
May 30, 2023 at 3:15 pm
Does anyone realize that if the docs are stored on the file system as opposed to a blob in a table, the need to scan them is then part...
April 12, 2023 at 3:07 pm
Does the antivirus software you use have a CLI?
You could write a script task in C#, VB.Net to interact with your AV and call it to scan the file...
April 12, 2023 at 11:04 am
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof...
March 30, 2023 at 7:47 am
The DBA's right about the concurrency issue.
Please be specific as to what kind of blocking occurs and how long it actually lasts.
Then, let's see some proof or an...
March 29, 2023 at 6:34 pm
The DBA's right about the concurrency issue. Also, you should really only create a clustered index on a temp table and it should be created before the table is...
March 29, 2023 at 9:48 am
The DBA's right about the concurrency issue. Also, you should really only create a clustered index on a temp table and it should be created before the table is...
March 28, 2023 at 2:05 pm
Then pray that your data has no times in it because of the use of BETWEEN. 😉
I have got your point.
I have removed the dates related part from WHERE...
March 17, 2023 at 8:55 am
Wasn't it obvious.... THANK YOU!
March 16, 2023 at 2:53 pm
Thank you, Jeff
It was extremely helpful article.
November 14, 2022 at 4:49 pm
Viewing 15 posts - 16 through 30 (of 253 total)