You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can repro this. It looks like the handling of result sets when the batch is executed multiple times is wrong - it always returns the same resultset instead of handling a case where there are many of them. I will look to fix this given I added support for this feature.
kevcunnane
added a commit
to microsoft/sqltoolsservice
that referenced
this issue
Mar 8, 2018
Issue Type
Bug
Description
Executing batch script to produce random values using GO N doesn't change the seed.
Steps to Reproduce:
SSMS generates random values when using GO N, but mssql in VS Code produces the same value.
The text was updated successfully, but these errors were encountered: