-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug on execution #450
Comments
@egaultier what is the debug output from the messages tab? |
`Msg 50000, Level 11, State 1, Procedure DBATOOLS.dbo.sp_QuickieStore, Line 8537 [Batch Start Line 0] SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; Completion time: 2024-06-26T15:24:33.7548459+02:00 |
If I add the debug parameter. output on message tab `Starting analysis for database STW_GALLIANCE_PRD SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 1631 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 454 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 973 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 561 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 3181 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 1614 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 1426 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 1562 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 1544 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 1082 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; 8469 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; Msg 50000, Level 11, State 1, Procedure DBATOOLS.dbo.sp_QuickieStore, Line 8537 [Batch Start Line 0] SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED; Completion time: 2024-06-26T15:25:50.2697927+02:00 |
@egaultier Yep, this is a weird localization issue. I can't reproduce it on my end unless I change the language. Here's a short repo:
I'll work on the code change, but for now you should be able to work around it by using |
Hi Erik Thank you for your quickly bug correction. Now this OK on french instance. have a good day. Emmanuel |
Hi
I downloaded your sp script this morming. Wednesday 26th june
Sqlserver Os version : Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2016 Standard 10.0 (Build 14393: ) (Hypervisor)
When I execute the proc, I have this error :
EXEC DBATOOLS.dbo.sp_QuickieStore
--@debug = 1,
@database_name = 'Example',
@sort_order = 'memory',
@top = 10
Msg 50000, Level 11, State 1, Procedure DBATOOLS.dbo.sp_QuickieStore, Line 8537 [Batch Start Line 0]
error while selecting final results with @expert mode = 0 and format_output = 1
No result return.
I make test on an other instance with different sqlserver version and collation. Same example
Thank you for your help.
Emmanuel
The text was updated successfully, but these errors were encountered: