Web enabled SQL Server Management Studio?

  • Does anyoen know if there is a web enabled version of SQL Server Management Studio?

  • Hello David,

    Please check the below link.. Is this you were looking for?

    http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/

  • that's certainly worth a look at!

    Cheers!

  • unfortunately the link redirects to a generic Microsoft site rather than a download 🙁

  • david take a look at www.mylittleadmin.com/

    if that's not what you are after, I can give you a copy of a simple aspx page I slapped together a long time ago. it does a decent job of providing an interface, it's all inline vb.NET code, nothing compiled,so you can edit it as needed.

    I call it my "PanicPage" for when the SHTF and a web site goes down for one reason or another.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Hi Lowell,

    Yes "MyLittleAdmin" probably WOUDL do the trick but the price is a little prohibitive at the moment :0( If I could get a copy of your web page that would be great mate!!

  • Would hosting SSMS on an RDP or Citrix server be an option? Both have web-based clients which could seamlessly share SSMS rather well if you have this infrastructure in place.

    I hadn't heard of mylittleadmin.com, and though it looks impressive the price tag is rather astronomical and out of reach for most smaller IT shops.

  • Also I just found this which may do the trick - http://sqlwebadmin.codeplex.com/ - plus it appears to be open source, so even better 🙂

  • pchirags (12/5/2012)


    http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/

    Nice Link to go through..

    Thanks

    I found this earlier too, but it appears to be an outdated article since the Download URI goes to http://www.microsoft.com/en-us/download/default.aspx which isn't valid. I haven't looked too much at http://sqlwebadmin.codeplex.com/ yet, but I'm not sure if that's the same project or not.

  • samalex (12/5/2012)


    pchirags (12/5/2012)


    http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/

    Nice Link to go through..

    Thanks

    I found this earlier too, but it appears to be an outdated article since the Download URI goes to http://www.microsoft.com/en-us/download/default.aspx which isn't valid. I haven't looked too much at http://sqlwebadmin.codeplex.com/ yet, but I'm not sure if that's the same project or not.

    wow i am such a packrat!

    I downloaded that file over four years ago on 02/27/2008, and still have it in my SQLTools folders.

    I just threw a zipped copy of the MSI on my web site for anyone who wants it:

    SQL_Server_Web_Data_Administrator_setup.zip

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Lowell (12/5/2012)


    samalex (12/5/2012)


    pchirags (12/5/2012)


    http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/

    Nice Link to go through..

    Thanks

    I found this earlier too, but it appears to be an outdated article since the Download URI goes to http://www.microsoft.com/en-us/download/default.aspx which isn't valid. I haven't looked too much at http://sqlwebadmin.codeplex.com/ yet, but I'm not sure if that's the same project or not.

    wow i am such a packrat!

    I downloaded that file over four years ago on 02/27/2008, and still have it in my SQLTools folders.

    I just threw a zipped copy of the MSI on my web site for anyone who wants it:

    SQL_Server_Web_Data_Administrator_setup.zip

    Cool! Yeah I have a few of these app hoarding directories for apps I may need some day. As for this one, if it's no longer maintained I'd be leery of using it on production servers, especially on versions of SQL that didn't exist when it was written. The one in CodePlex at least is open source so you can peek under the hood.

Viewing 12 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic. Login to reply