Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何与我的 SQL 服务器背后的代码进行交互?我正在使用 Microsoft 的 SQL Server Management Studio,但那是一个 GUI,我想使用 SQL 对我的数据库的部分进行硬编码。
谢谢
普通 SQL Server仅用作后端,SQL Server Management Studio 用于调试和数据库维护。
应用程序是用不同的系统/语言开发的(SQL Server 大部分时间都与 Microsoft .NET 和 C# 或 VB.NET 等语言配对)。
因此,使用 .NET 语言开发您的前端和中间层,并使用 SQL Server 作为后端数据库。