<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SQL Web Data Administrator</title><link>http://www.codeplex.com/SqlWebAdmin/Project/ProjectRss.aspx</link><description>The SQL Server Web Data Administrator enables you to easily manage your SQL Server data, wherever you are. Using its built-in features, you can do the following from Microsoft Internet Explorer or ...</description><item><title>New Post: Remote Log in fail</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=31514</link><description>&lt;div style="line-height: normal;"&gt;I have installed SQL web admin on dedicated webserver and want to manage all sql server on my sites , i have 4 sql server on diffrent server.&amp;nbsp; From webserver where i installed SQLwebadmin tool when i browse web site i can manage all sql database. but from client pc when i access websqlwebsite i got below error &amp;quot;&amp;nbsp;&lt;span id=ErrorLabel style="color:red"&gt;Invalid username and/or password, you are using a windows login that is not your own, or server does not exist.&amp;quot;&lt;br&gt;
&lt;br&gt;
Can someone please share whats wrong ?&lt;br&gt;
&lt;/span&gt;
&lt;/div&gt;</description><author>murtuz</author><pubDate>Tue, 15 Jul 2008 05:31:30 GMT</pubDate><guid isPermaLink="false">New Post: Remote Log in fail 20080715053130A</guid></item><item><title>NEW POST: Enable debug</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=28719</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
I'm not quite that good a developer, I need some guidance on how to enable the debugger? I read these posts:&lt;br&gt;
&lt;br&gt;
http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=14251&lt;br&gt;
http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=13730&lt;br&gt;
&lt;br&gt;
Bbut still don't understand how to enable debug? Could you get a little bit more specific on how to print error messages instead of just redirecting to an error page? The SQL Web Data Administrator isn't working for me when installing on a remote server&amp;nbsp; but i can login to the sql database with sql studio from the remote server so something else is wrong. Help will be much appreciated.&lt;br&gt;
&lt;br&gt;
Stefan Nielsen 
&lt;/div&gt;</description><author>stefannielsen</author><pubDate>Fri, 30 May 2008 14:09:12 GMT</pubDate><guid isPermaLink="false">NEW POST: Enable debug 20080530020912P</guid></item><item><title>NEW POST: User can see system DB</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=21740</link><description>&lt;div class="wikidoc"&gt;
the quick way is to put a big if around the add line.&lt;br /&gt; &lt;br /&gt; for (int i = 0; i &amp;lt; databases.Count; i++)&lt;br /&gt;{&lt;br /&gt;SqlDatabase database = databasesi;&lt;br /&gt;if(!database.Name.ToLower().Equals(&amp;quot;master&amp;quot;) &amp;amp;&amp;amp; !database.Name.ToLower().Equals(&amp;quot;master&amp;quot;))&lt;br /&gt;{&lt;br /&gt;ds.Tables0.Rows.Add(new object[] { Server.HtmlEncode(database.Name), Server.UrlEncode(database.Name), database.Size == -1 ? &amp;quot;Unknown&amp;quot; : String.Format(&amp;quot;{0}MB&amp;quot;, database.Size) });&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;I haven't looked but the database object probably has a property that tells you if it's a system db or not. &lt;br /&gt;
&lt;/div&gt;</description><author>DarthObiwan</author><pubDate>Tue, 06 May 2008 13:01:02 GMT</pubDate><guid isPermaLink="false">NEW POST: User can see system DB 20080506010102P</guid></item><item><title>NEW POST: User can see system DB</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=21740</link><description>&lt;div class="wikidoc"&gt;
Hi, I am not fluent in C#, but I am setting this application up for our developers. Can you possibly provide a more detailed example of how I would re-write this code to hide the system databases in SQL 2005? Thank you very much.&lt;br /&gt;
&lt;/div&gt;</description><author>jeidson</author><pubDate>Tue, 15 Apr 2008 05:03:17 GMT</pubDate><guid isPermaLink="false">NEW POST: User can see system DB 20080415050317A</guid></item><item><title>CREATED ISSUE: ServerLogins.aspx Throw Exception</title><link>http://www.codeplex.com/SqlWebAdmin/WorkItem/View.aspx?WorkItemId=15860</link><description>When I want to view logins on SQL Server 2000, the form throw an exception. The reason is a missing validation in the string properties of the class SqlLogin. I fix it replacing null string with String.Empty value.&lt;br /&gt;</description><author>jcluna</author><pubDate>Sat, 29 Mar 2008 05:54:54 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: ServerLogins.aspx Throw Exception 20080329055454A</guid></item><item><title>NEW POST: to change Datas in the tables</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=24279</link><description>&lt;div class="wikidoc"&gt;
i have some poweruser - they need to administer the datas in the tables for olap generation&lt;br /&gt;so it would be very fine to make a side where i select the table and then change the digits.&lt;br /&gt;
&lt;/div&gt;</description><author>meo</author><pubDate>Tue, 18 Mar 2008 17:35:16 GMT</pubDate><guid isPermaLink="false">NEW POST: to change Datas in the tables 20080318053516P</guid></item><item><title>NEW POST: DotNetPanel Application Pack</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=22271</link><description>&lt;div class="wikidoc"&gt;
I wonder what the result is for Management Studio.&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;chammock wrote:&lt;br /&gt;I can connect without issue using ASP.NET Enterprise Manager web based tool. But I wanted to try SQL Web Admin to see if it had a better feature set.&lt;br /&gt; &lt;br /&gt;So I know that I can connect with this other tool. Does that offer any clues as to what the issue might be?&lt;br /&gt; &lt;br /&gt;I don't have access right now to Management Studio. Will check that tomorrow.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Tue, 04 Mar 2008 18:06:39 GMT</pubDate><guid isPermaLink="false">NEW POST: DotNetPanel Application Pack 20080304060639P</guid></item><item><title>NEW POST: DotNetPanel Application Pack</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=22271</link><description>&lt;div class="wikidoc"&gt;
I can connect without issue using ASP.NET Enterprise Manager web based tool. But I wanted to try SQL Web Admin to see if it had a better feature set.&lt;br /&gt; &lt;br /&gt;So I know that I can connect with this other tool. Does that offer any clues as to what the issue might be?&lt;br /&gt; &lt;br /&gt;I don't have access right now to Management Studio. Will check that tomorrow.&lt;br /&gt;
&lt;/div&gt;</description><author>chammock</author><pubDate>Tue, 26 Feb 2008 02:01:57 GMT</pubDate><guid isPermaLink="false">NEW POST: DotNetPanel Application Pack 20080226020157A</guid></item><item><title>NEW POST: DotNetPanel Application Pack</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=22271</link><description>&lt;div class="wikidoc"&gt;
There is no special permissions are required on this application. I suggest you try to use &amp;quot;Sql Server Management Studio&amp;quot; and see if it will allow you to access the db. If you get the same results, then it is not the app itself but something with your setting.&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;chammock wrote:&lt;br /&gt;I did a remote desktop into the server and found that I was also prompted there with a windows login, but when I tried to login with administrator account, I was able to get to the SQL Web admin login. From there I was able to use a SQL Login to get to the correct db. &lt;br /&gt; &lt;br /&gt;So now it looks like there is some sort of permission issue on the folder, which is why I am being prompted with the windows login. &lt;br /&gt; &lt;br /&gt;Can someone let me know what permissions are required on this application? &lt;br /&gt; &lt;br /&gt;Thanks so much!&lt;br /&gt; &lt;br /&gt;Cliff&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Mon, 25 Feb 2008 23:11:15 GMT</pubDate><guid isPermaLink="false">NEW POST: DotNetPanel Application Pack 20080225111115P</guid></item><item><title>NEW POST: DotNetPanel Application Pack</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=22271</link><description>&lt;div class="wikidoc"&gt;
I did a remote desktop into the server and found that I was also prompted there with a windows login, but when I tried to login with administrator account, I was able to get to the SQL Web admin login. From there I was able to use a SQL Login to get to the correct db. &lt;br /&gt; &lt;br /&gt;So now it looks like there is some sort of permission issue on the folder, which is why I am being prompted with the windows login. &lt;br /&gt; &lt;br /&gt;Can someone let me know what permissions are required on this application? &lt;br /&gt; &lt;br /&gt;Thanks so much!&lt;br /&gt; &lt;br /&gt;Cliff&lt;br /&gt;
&lt;/div&gt;</description><author>chammock</author><pubDate>Thu, 21 Feb 2008 12:47:49 GMT</pubDate><guid isPermaLink="false">NEW POST: DotNetPanel Application Pack 20080221124749P</guid></item><item><title>NEW POST: Integrate into web site</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=20840</link><description>&lt;div class="wikidoc"&gt;
For the web.config, what is the error you got? Is that possible to integrate the web.config into the global web.config to solve the problem?&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;apostold wrote:&lt;br /&gt;I would like to integrate this tool in an existing web site and I was wondering what is the best way to go about it. I got it to work locally by creating a separate virtual directory for C:\Inetpub\SQLWebServer. &lt;br /&gt; &lt;br /&gt;Once that worked I copied SqlWebServer as is to the base web site directory. In IIS I made it an application. The problem is that when I tried to access SQLWebServer/SqlWebAdmin/default.aspx  it is reading the global web.config and throwing an error. Ideally I would also like to change the look and feel for the tool so that it looks consistent with the rest of the web site.&lt;br /&gt; &lt;br /&gt;Thank you! &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Thu, 21 Feb 2008 03:27:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Integrate into web site 20080221032754A</guid></item><item><title>NEW POST: DotNetPanel Application Pack</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=22271</link><description>&lt;div class="wikidoc"&gt;
Could you debug the source code and find which line is failing?&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;chammock wrote:&lt;br /&gt;I use DotNetPanel control panel for webhosting. SQL Web Data Administrator is included as an application pack that I can install. &lt;br /&gt;I installed it but when I try to login remotely I get a windows prompt to login with username and password.&lt;br /&gt;I try the admin account and it just hangs.&lt;br /&gt; &lt;br /&gt;If I remote desktop into the server and do the same thing I get the windows login prompt but my admin account gets me to the website and I can then use SQL Authentication to get to the right database. &lt;br /&gt; &lt;br /&gt;So apparently there are some permissions not being set correctly by the one-click application pack install in DotNetPanel.&lt;br /&gt; &lt;br /&gt;Can someone let me know the specific permissions that are required. I don't mind having the windows login prompt as that seems like a good layer of security. &lt;br /&gt;But it does not work remotely. &lt;br /&gt; &lt;br /&gt;Any ideas would be appreciated.&lt;br /&gt; &lt;br /&gt;Cliff&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Thu, 21 Feb 2008 03:25:04 GMT</pubDate><guid isPermaLink="false">NEW POST: DotNetPanel Application Pack 20080221032504A</guid></item><item><title>NEW POST: Speed up</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=20844</link><description>&lt;div class="wikidoc"&gt;
To find out why it takes long time to get lists of DBs or tables, I recommend you debug the code and find out exactly which step takes lengthy time.&lt;br /&gt; &lt;br /&gt;To reduce certain functionalities such as removing buttons is relatively easy to do. Just go to the corresponding .aspx page's design mode and delete the unwanted buttons, and then go to the corresponding source code file (.aspx.cs) and delete the functions.&lt;br /&gt; &lt;br /&gt;Please let us know if this is clear to you. If not, I can pick a scenario and make the changes as an example.&lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;apostold wrote:&lt;br /&gt;I really like the tool, but for some reason it takes a really long time to get the list of databases or list of tables for a particular db. Queries are ok, the rest is prohibitively slow, however. In reality, I only need a limited part of the application. I need the user to have read access to select databases (there is such a SQL user already) and to be able to query select tables, Just &amp;quot;select&amp;quot; queries. I don't want them to be able to import, export, insert/update, etc. and I want to remove the buttons for those funcitons, it will make it less confusing for the users. What would you advise in terms of making it faster and customizing the application so that it has only the bare bones functionality.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Thu, 21 Feb 2008 02:48:30 GMT</pubDate><guid isPermaLink="false">NEW POST: Speed up 20080221024830A</guid></item><item><title>NEW POST: Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} ...</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=21410</link><description>&lt;div class="wikidoc"&gt;
Check and see if SQLDMO installed on your webserver. If not, please do the following:&lt;br /&gt; &lt;br /&gt;1. Copy the contents of &amp;quot;C:\Program Files\Microsoft SQL Server\80\Tools\Binn&amp;quot; from (where ever you can find it) into a folder on your server (For example, SqlWebAdmin/bin)&lt;br /&gt;2. Open a command window, cd to that binn folder, and then run &amp;quot;regsvr32 SQLDMO.dll&amp;quot;, this installed SQLDMO.dll into the server's COM registry. It should give you a &amp;quot;installed successfully&amp;quot; message box.&lt;br /&gt;3. Logout and log back into your instance of SqlWebAdmin and see if it works. &lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;mirzasa wrote:&lt;br /&gt;I am getting the following error message after I login. Is anybody know how do I resolve this or if it is previously been addressed on this forum? It works fine on my local machine with the local database. But failed when I copied the same code on our remote webserver to access a remote database.&lt;br /&gt; &lt;br /&gt;Error Message: &lt;br /&gt;Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.&lt;br /&gt; &lt;br /&gt;Stack Trace: &lt;br /&gt;at SqlAdmin.SqlServer.Connect() in C:\SqlWebAdmin\SqlAdmin\SqlServer.cs:line 198 &lt;br /&gt;at SqlWebAdmin.databases.Page_Load(Object sender, EventArgs e) &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Thu, 21 Feb 2008 02:04:11 GMT</pubDate><guid isPermaLink="false">NEW POST: Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} ... 20080221020411A</guid></item><item><title>NEW POST: User can see system DB</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=21740</link><description>&lt;div class="wikidoc"&gt;
What you can do is to hide these system DBs. You can do that by modifying the following code in the Page_Load function in source file Databases.aspx.cs. Just don't add the system DBs in this &amp;quot;for&amp;quot; loop.&lt;br /&gt; &lt;br /&gt;            for (int i = 0; i &amp;lt; databases.Count; i++)&lt;br /&gt;            {&lt;br /&gt;                SqlDatabase database = databases&lt;a href="http://www.codeplex.com/SqlWebAdmin/Wiki/View.aspx?title=i"&gt;i&lt;/a&gt;;&lt;br /&gt;                ds.Tables&lt;a href="http://www.codeplex.com/SqlWebAdmin/Wiki/View.aspx?title=0"&gt;0&lt;/a&gt;.Rows.Add(new object[] { Server.HtmlEncode(database.Name), Server.UrlEncode(database.Name), database.Size == -1 ? &amp;quot;Unknown&amp;quot; : String.Format(&amp;quot;{0}MB&amp;quot;, database.Size) });&lt;br /&gt;            }&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;Kirill wrote:&lt;br /&gt;Hello,&lt;br /&gt; &lt;br /&gt;I have installed Web Data administrator on my server. &lt;br /&gt;Under all accounts I can see system DB (master, msdb etc.). Can you explain how I can deny view system DB? &lt;br /&gt; &lt;br /&gt;Thank you&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>nuanw</author><pubDate>Thu, 21 Feb 2008 01:46:28 GMT</pubDate><guid isPermaLink="false">NEW POST: User can see system DB 20080221014628A</guid></item><item><title>NEW POST: DotNetPanel Application Pack</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=22271</link><description>&lt;div class="wikidoc"&gt;
I use DotNetPanel control panel for webhosting. SQL Web Data Administrator is included as an application pack that I can install. &lt;br /&gt;I installed it but when I try to login remotely I get a windows prompt to login with username and password.&lt;br /&gt;I try the admin account and it just hangs.&lt;br /&gt; &lt;br /&gt;If I remote desktop into the server and do the same thing I get the windows login prompt but my admin account gets me to the website and I can then use SQL Authentication to get to the right database. &lt;br /&gt; &lt;br /&gt;So apparently there are some permissions not being set correctly by the one-click application pack install in DotNetPanel.&lt;br /&gt; &lt;br /&gt;Can someone let me know the specific permissions that are required. I don't mind having the windows login prompt as that seems like a good layer of security. &lt;br /&gt;But it does not work remotely. &lt;br /&gt; &lt;br /&gt;Any ideas would be appreciated.&lt;br /&gt; &lt;br /&gt;Cliff&lt;br /&gt;
&lt;/div&gt;</description><author>chammock</author><pubDate>Fri, 15 Feb 2008 21:46:53 GMT</pubDate><guid isPermaLink="false">NEW POST: DotNetPanel Application Pack 20080215094653P</guid></item><item><title>NEW POST: User can see system DB</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=21740</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I have installed Web Data administrator on my server. &lt;br /&gt;Under all accounts I can see system DB (master, msdb etc.). Can you explain how I can deny view system DB? &lt;br /&gt; &lt;br /&gt;Thank you&lt;br /&gt;
&lt;/div&gt;</description><author>Kirill</author><pubDate>Thu, 07 Feb 2008 21:18:21 GMT</pubDate><guid isPermaLink="false">NEW POST: User can see system DB 20080207091821P</guid></item><item><title>NEW POST: Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} ...</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=21410</link><description>&lt;div class="wikidoc"&gt;
I am getting the following error message after I login. Is anybody know how do I resolve this or if it is previously been addressed on this forum? It works fine on my local machine with the local database. But failed when I copied the same code on our remote webserver to access a remote database.&lt;br /&gt; &lt;br /&gt;Error Message: &lt;br /&gt;Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.&lt;br /&gt; &lt;br /&gt;Stack Trace: &lt;br /&gt;at SqlAdmin.SqlServer.Connect() in C:\SqlWebAdmin\SqlAdmin\SqlServer.cs:line 198 &lt;br /&gt;at SqlWebAdmin.databases.Page_Load(Object sender, EventArgs e) &lt;br /&gt;
&lt;/div&gt;</description><author>mirzasa</author><pubDate>Sat, 02 Feb 2008 05:02:28 GMT</pubDate><guid isPermaLink="false">NEW POST: Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} ... 20080202050228A</guid></item><item><title>NEW POST: Speed up</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=20844</link><description>&lt;div class="wikidoc"&gt;
I really like the tool, but for some reason it takes a really long time to get the list of databases or list of tables for a particular db. Queries are ok, the rest is prohibitively slow, however. In reality, I only need a limited part of the application. I need the user to have read access to select databases (there is such a SQL user already) and to be able to query select tables, Just &amp;quot;select&amp;quot; queries. I don't want them to be able to import, export, insert/update, etc. and I want to remove the buttons for those funcitons, it will make it less confusing for the users. What would you advise in terms of making it faster and customizing the application so that it has only the bare bones functionality.&lt;br /&gt;
&lt;/div&gt;</description><author>apostold</author><pubDate>Tue, 22 Jan 2008 17:58:37 GMT</pubDate><guid isPermaLink="false">NEW POST: Speed up 20080122055837P</guid></item><item><title>NEW POST: Integrate into web site</title><link>http://www.codeplex.com/SqlWebAdmin/Thread/View.aspx?ThreadId=20840</link><description>&lt;div class="wikidoc"&gt;
I would like to integrate this tool in an existing web site and I was wondering what is the best way to go about it. I got it to work locally by creating a separate virtual directory for C:\Inetpub\SQLWebServer. &lt;br /&gt; &lt;br /&gt;Once that worked I copied SqlWebServer as is to the base web site directory. In IIS I made it an application. The problem is that when I tried to access SQLWebServer/SqlWebAdmin/default.aspx  it is reading the global web.config and throwing an error. Ideally I would also like to change the look and feel for the tool so that it looks consistent with the rest of the web site.&lt;br /&gt; &lt;br /&gt;Thank you! &lt;br /&gt;
&lt;/div&gt;</description><author>apostold</author><pubDate>Tue, 22 Jan 2008 16:59:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Integrate into web site 20080122045929P</guid></item></channel></rss>