wrote:
> Alexey wrote on 19 Apr 2007 23:33:59 -0700:
>
>
>
>
>
> > On Apr 20, 5:48 am, "Eric Layman" <namyalcire[at no spam]gmail.com>
> > wrote:
> >> Hi,
>
> >> I'm not sure if this is the right place.
>
> >> I understand there is a tool called MSDE web admin which is supposely a
> >> web based version of our fav MS SQL GUI tools. But that requires
> >> installation.
>
> >> The reason im asking this is because currently we are doing a project in
> >> which client's IT side do not allow remote connection into their MS SQL
> >> server due to security concerns.
>
> >> Problem is whenever we develop scripts/apps for them, we have to send the
> >> raw scripts and stored proc via email.
>
> >> Whenever there are any bug fixes or column changes, we have to resend the
> >> changes to them and they have to alter the objects again.
>
> >> So, I'm thinking whether are there any phpmyadmin clones which I can
> >> simply upload to the web server and do the data modifications/ column
> >> modifications / sp modifications ourselves.
>
> >> Please advise. Thanks
>
> > ASP.NET Enterprise Manager
> >
http://sourceforge.net/projects/asp-ent-man/ >
> Not only does this appear to be no longer being developed (last updates are
> 2002), but I've had the unfortunate experience of actually having to use it
> on a recent project. It's bug ridden, and a nightmare to have to use.
>
> Most frustrating is the inability to be able to export a script (such as for
> creating or altering tables, or indexes) from SQL EM or SMSS and run it in
> ASP.NET EM - every time I've done this it does nothing.
>
> Making changes to tables is painful - it took me a while to work out that
> all the errors I got due to existing _temp tables was because it has a
> problem when there is a PK on the table, I had to untick the PK and save,
> then make the changes and save, then tick the PK again and save.
>
> I'm in the process of trying to get the host using ASP.NET EM to install
> Visual WebGUI Enterprise Manager
> (
http://sourceforge.net/projects/vwg-ent-man) which looks to pretty much
> replicate SQL EM, and is the only other SQL web admin I've come across since
> trying to find a replacement for ASP.NET EM.
>
> Dan- Hide quoted text -
>
> - Show quoted text -
installed by default) and had no big problems with it... A lack of
submit button. Using that page you can execute any script (assuming