Hi all, new to Betwise so sorry if this is not the place.
I created a local SQL DB (SQLEXPRESS) and I am wondering if I have some sort of configuration issue because the out of the box script to backfill historic data produces the following error. Any help would be great.
===================================
Cannot execute script.
===================================
Specified argument was out of the range of valid values.
Parameter name: chars (SQLEditors)
------------------------------
Program Location:
at Microsoft.SqlServer.Management.UI.VSIntegration.ShellTextBuffer.GetText(Int32 startPosition, Int32 chars)
at Microsoft.SqlServer.Management.UI.VSIntegration.ShellTextBuffer.get_Text()
at Microsoft.SqlServer.Management.UI.VSIntegration.ShellCodeWindowControl.GetSelectedTextSpan()
at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptEditorControl.GetSelectedTextSpan()
at Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptAndResultsEditorControl.OnExecScript(Object sender, EventArgs a)