Viewing 15 posts - 1 through 15 (of 252 total)
Gosh I just don't remember at this point what we ended up doing. I want to say that we either recommended that they rewrite it to use a single database...
May 6, 2024 at 7:06 pm
Hi, yes that is my concern that BEGAN TRAN; and COMMIT TRAN; might not be improving things and could expose the query to holding a lock should something go wrong...
November 27, 2023 at 8:15 pm
I can't use truncate because not all rows are deleted. The delete is matching rows to rows in a stage table that qualify to be deleted.
The question I have in...
November 27, 2023 at 8:10 pm
schleep, not exactly. I too expected that xp_logininfo would show that the user has read permission to the database but it does not. It indicates only that the person gains...
November 15, 2019 at 5:13 pm
Because logins have user mappings, I though that a login had to be mapped to a database user for the person to get those database permissions. Apparently not... having a...
November 8, 2019 at 9:01 pm
Thanks for the replies and the warning about constraints. We have not faced a problem with online index rebuilds because the method that SQL Server uses to keep the index...
February 14, 2019 at 10:48 am
Thanks both of you for the info. I'll check perfmon counters.
Looking at another fairly busy vm that handles some communications tools, I see spikes up to 879,956 pages/sec....
December 13, 2018 at 4:22 pm
Hi Sue. I just tested again with another login.
grant select on [ReportServer].[dbo].[ExecutionLog3] to [xxx\xxxxx]
The user did not yet exist in the ReportServer database so...
October 9, 2018 at 11:39 am
Thank you. I tried to create the user as you advised but it told me that there was already a user in the ReportServer database that had that name. Checked...
October 9, 2018 at 11:17 am
Thank you Jack. It confuses me that the row estimate is more accurate and the subtree cost is lower in 2017 but the elapsed time is longer.
The reason...
May 25, 2018 at 1:55 pm
Thanks for the script.
Right click inside the query results windows and choose "Save Results As..." will also preserve the formatting when a csv is opened in Excel.
March 23, 2018 at 1:54 pm
Thanks a lot for replying Jacob. That did work.
It means that the developer will need to change the query or else remove the repeatable read requirement. More work...
June 2, 2017 at 11:49 am
I take it that the error message is trying to say this:
"Repeatable Read transactions must access memory optimized tables and natively compiled modules under snapshot isolation."
Does...
June 2, 2017 at 10:32 am
Thanks Chris and Sue. Very good information.
Howard
March 15, 2017 at 3:00 pm
March 15, 2017 at 2:06 pm
Viewing 15 posts - 1 through 15 (of 252 total)