December 5, 2012 at 5:36 am
Does anyoen know if there is a web enabled version of SQL Server Management Studio?
December 5, 2012 at 5:39 am
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/
December 5, 2012 at 5:45 am
that's certainly worth a look at!
Cheers!
December 5, 2012 at 5:49 am
unfortunately the link redirects to a generic Microsoft site rather than a download 🙁
December 5, 2012 at 7:21 am
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
December 5, 2012 at 7:59 am
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!!
December 5, 2012 at 12:01 pm
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.
December 5, 2012 at 12:03 pm
Also I just found this which may do the trick - http://sqlwebadmin.codeplex.com/ - plus it appears to be open source, so even better 🙂
December 5, 2012 at 2:38 pm
http://www.mssqltips.com/sqlservertip/1311/web-based-database-administration-for-sql-server/
Nice Link to go through..
Thanks
December 5, 2012 at 3:04 pm
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.
December 5, 2012 at 3:16 pm
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
December 5, 2012 at 3:32 pm
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:
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