Skip to content
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

Timestamp in message log is wrong #25979

Open
fabsenet opened this issue Oct 18, 2024 · 0 comments
Open

Timestamp in message log is wrong #25979

fabsenet opened this issue Oct 18, 2024 · 0 comments

Comments

@fabsenet
Copy link

Type: Bug

I execute a long sql script against a database where every step take some time like index creation on larger tables. The script contains severel "go" statements. the message log in lower half of the window writes every step including the line of the script. this is nice. But all the timestamps are from when I pressed "run", not when the individual statement actually ran.

Consider this:

WAITFOR delay '00:00:02'
go
WAITFOR delay '00:00:02'
go
WAITFOR delay '00:00:02'
go

Image

Azure Data Studio version: azuredatastudio 1.49.1 (2f696aa, 2024-08-13T18:12:38.831Z)
OS version: Windows_NT x64 10.0.22631
Restricted Mode: No
Preview Features: Enabled
Modes:

System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz (8 x 2419)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 31.69GB (3.13GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (1)
Extension Author (truncated) Version
azdata-sanddance msr 4.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant