Webbased SQL Query Analyzer?
-
Hello I've got a problem. In my office, the Port 1435 and 1433 under which my MSSQL Database runs is locked. But I have to use the db for the finish work of my apprentice. Is there something Like a Web based Sql Query Analyzer, where I can run SQL Code? With it I can generate my Stored Procedures and tables? Best regards succo
-
Hello I've got a problem. In my office, the Port 1435 and 1433 under which my MSSQL Database runs is locked. But I have to use the db for the finish work of my apprentice. Is there something Like a Web based Sql Query Analyzer, where I can run SQL Code? With it I can generate my Stored Procedures and tables? Best regards succo
How does this relate to C# ? You want to go to a website, which creates procs and tables on your local SQL Server, or which hosts one you can play with ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
How does this relate to C# ? You want to go to a website, which creates procs and tables on your local SQL Server, or which hosts one you can play with ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I search a Web Application, which i can use on my ASP.NET web space. (Something like that: http://www.codeproject.com/aspnet/WebSqlUtility.asp) The Application doesn't have to have an intelligent. I Program my Application on my local Computer and when I'm finish i will put it online. I will create script, which creates the SPs and Tables. The tool have only to exec the SQL-Code.
-
I search a Web Application, which i can use on my ASP.NET web space. (Something like that: http://www.codeproject.com/aspnet/WebSqlUtility.asp) The Application doesn't have to have an intelligent. I Program my Application on my local Computer and when I'm finish i will put it online. I will create script, which creates the SPs and Tables. The tool have only to exec the SQL-Code.
You didn't answer me - where would the database be, local to you, or local to the tool ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You didn't answer me - where would the database be, local to you, or local to the tool ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
sorry. local to the tool.
-
sorry. local to the tool.
I found the "SQL Server Web Data Administrator" (http://www.microsoft.com/downloads/details.aspx?FamilyID=c039a798-c57a-419e-acbc-2a332cb7f959&displaylang=en). This is exactly, what I've searched for. Thank you!