创建asp.net页面,这样我就可以创建简单的T-SQL查询

时间:2022-05-28 01:23:02

I have an ASP.NET site using a SQL Server database. I have to run a lot of small queries to do sums, counts, etc on the fly. I am doing them direct in SQL but I am not always on the LAN to do so.

我有一个使用SQL Server数据库的ASP.NET站点。我必须运行很多小的查询来动态地进行总结,计数等。我在SQL中直接执行它们但是我并不总是在LAN上这样做。

Is there a simple way to create an ASP.NET site so that I can run these basic queries direct from my site?

有没有一种简单的方法来创建一个ASP.NET站点,以便我可以直接从我的站点运行这些基本查询?

1 个解决方案

#1


1  

You can use this tool, https://rickbergfalk.github.io/sqlpad/ for this purpose. This is a web-based tool to run SQL server queries. Download and deploy it. It will help you

为此,您可以使用此工具https://rickbergfalk.github.io/sqlpad/。这是一个基于Web的工具,用于运行SQL Server查询。下载并部署它。它会帮助你

#1


1  

You can use this tool, https://rickbergfalk.github.io/sqlpad/ for this purpose. This is a web-based tool to run SQL server queries. Download and deploy it. It will help you

为此,您可以使用此工具https://rickbergfalk.github.io/sqlpad/。这是一个基于Web的工具,用于运行SQL Server查询。下载并部署它。它会帮助你