Arvind Shyamsundar
Arvind Shyamsundar
As an aspirational goal, it would be great to have CI do an actual cluster deployment, run sanity checks (create a table, insert a few entries, compact, offline / online...
Came across this, and nfldb, some weeks ago and it is great! However, now that I look, I seem to have missing Pro Bowls for the 2016 and 2017 seasons....
SQL Server 2022 introduced a new type of backup - [snapshot](https://learn.microsoft.com/en-us/sql/relational-databases/backup-restore/create-a-transact-sql-snapshot-backup?view=sql-server-ver16). ScriptDom currently does not support this type of backup. Note that this is different from the database snapshot functionality,...
**Is your feature request related to a problem? Please describe.** Some use cases for the Sql*ScriptGenerator classes are actually for code "pretty printing" / formatting. However, using Sql150ScriptGenerator to re-generate...
As an example, when XML format "RVA callstack" input is presented in upper-case, the tool does not recognize the input and returns back as-is. It would be useful to cross-check...
Detect if the input contains only Virtual Addresses, and if the user has not also added loaded modules info, then prompt them to do so.
This can be useful in cases where the user is copy-pasting from some source and needs to narrow down the "search space". The obvious workaround is to have the user...
The documentation states that when `ActiveDirectoryManagedIdentity` is used, we need to specify the Managed Identity name as the user name in sqlcmd. So I tried: ``` .\sqlcmd.exe --authentication-method=ActiveDirectoryManagedIdentity -U vm_msi_name...