rijnr.blogg.se

How to use ms visual studio code to query sql server
How to use ms visual studio code to query sql server







However, with the advent of Docker and some VS Code extensions, we can develop and test against SQL Server, giving us more confidence our apps will work once deployed to production. Another option could be to use SQLite when in development, as this is supported on a Mac, but then you risk having unforeseen problems when deploying to production as the two databases are not equivalent. The options are then to either target a remote database, either on-prem or cloud, which quickly becomes expensive and pushes out the inner loop development time. This is not the case when developing on a Mac as LocalDB or SQL Server full are not available natively. Developing and testing web apps that target Microsoft SQL Server are a breeze on Windows because you can leverage SQL Server Express LocalDB.









How to use ms visual studio code to query sql server