문제

How do I interact with the code behind my SQL server ? I am using Microsoft's SQL Server Management Studio but that is a GUI, I would like to hard code parts of my database, using SQL.

Thanks

도움이 되었습니까?

해결책

Ordinary SQL Server is used as backend only and SQL Server Management Studio is used for debugging and database maintenance.

Applications are developed in different system/languages (SQL Server most of the time is paired with Microsoft .NET and languages such as C# or VB.NET).

So develop your front-end and middle-tier in a .NET language and use SQL Server as a backend database.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top