MS SQL server是否有基于web的开源管理?

时间:2021-11-05 22:47:15

Does anyone know of a web based MS SQL manager (in ASP.NET or classic ASP)? I'm getting sick of using their studio software, and use MySQL a lot too, so I'm used to the web based management. Thanks :)

有人知道基于web的MS SQL manager吗?净或经典ASP)?我厌倦了使用他们的studio软件,也厌倦了使用MySQL,所以我习惯了基于web的管理。谢谢:)

3 个解决方案

#1


9  

Check out SQL Web Data Administrator, it's ASP.NET and sounds like it fits the bill. Not sure I'd ever let it exist outside a local network, but if you're running phpMyAdmin or the like then it's probably not much different.

查询SQL Web数据管理员,它是ASP。NET,听起来很符合这个要求。我不确定我是否会让它存在于本地网络之外,但是如果您正在运行phpMyAdmin或类似的程序,那么它可能没有什么不同。

(Also, spend a week using the real MySQL command-line client - you'll learn to love SQL SMS with all it's clicky draggy syntax-colored quirks.)

(另外,使用真正的MySQL命令行客户端花一个星期的时间——你将学会喜欢SQL短信,所有这些都是有点击性的、带有语法色彩的怪癖。)

#2


2  

I do not know of any open source or free solutions for this, and honestly I'm going to doubt that you are going to find anything at that level that is going to do everything you need.

我不知道有任何开源或免费的解决方案可以解决这个问题,老实说,我怀疑你是否能找到任何能满足你需要的东西。

There is a commercial offering myLittleAdmin that works very well, but it is expensive.

有一个商业产品,myLittleAdmin很好用,但是它很贵。

#3


-1  

I've been working on a Web based SQL Management Studio that works for the most part. Code at GitHub: https://github.com/sanin17/WebSQL or a demo at https://www.saninsoftware.com/WebSQL/Home/Start/

我一直在开发一个基于Web的SQL管理工作室,大部分时间都在工作。代码在GitHub: https://github.com/sanin17/WebSQL或者https://www.saninsoftware.com/WebSQL/Home/Start/的演示

#1


9  

Check out SQL Web Data Administrator, it's ASP.NET and sounds like it fits the bill. Not sure I'd ever let it exist outside a local network, but if you're running phpMyAdmin or the like then it's probably not much different.

查询SQL Web数据管理员,它是ASP。NET,听起来很符合这个要求。我不确定我是否会让它存在于本地网络之外,但是如果您正在运行phpMyAdmin或类似的程序,那么它可能没有什么不同。

(Also, spend a week using the real MySQL command-line client - you'll learn to love SQL SMS with all it's clicky draggy syntax-colored quirks.)

(另外,使用真正的MySQL命令行客户端花一个星期的时间——你将学会喜欢SQL短信,所有这些都是有点击性的、带有语法色彩的怪癖。)

#2


2  

I do not know of any open source or free solutions for this, and honestly I'm going to doubt that you are going to find anything at that level that is going to do everything you need.

我不知道有任何开源或免费的解决方案可以解决这个问题,老实说,我怀疑你是否能找到任何能满足你需要的东西。

There is a commercial offering myLittleAdmin that works very well, but it is expensive.

有一个商业产品,myLittleAdmin很好用,但是它很贵。

#3


-1  

I've been working on a Web based SQL Management Studio that works for the most part. Code at GitHub: https://github.com/sanin17/WebSQL or a demo at https://www.saninsoftware.com/WebSQL/Home/Start/

我一直在开发一个基于Web的SQL管理工作室,大部分时间都在工作。代码在GitHub: https://github.com/sanin17/WebSQL或者https://www.saninsoftware.com/WebSQL/Home/Start/的演示