Jeff Sodeman
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Created Can't use DECLARE @variable in console script
CompletedI've found several similar posts that are 5+ years old with no answers.I'm connected to a MS SQL Server database. I've set the SQL Dialects to MS SQL Server. I've set the console mode to “Script” b... -
Created Way to automatically change JS quotes to backticks (template literals) when ${} is entered in string?
When typing something like this: console.log("The value is if I next typed ${ to begin a template literal then it would be great if I didn't have to manually change the surrounding quotes to backt...