<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQL Server Hosting Web Service (and toolkit)</title><link>http://sqlhost.codeplex.com/project/feeds/rss</link><description>The purpose of the SQL Server hosting toolkit is to provide hosting companies and developers with a rich set of tools to publish and post database changes to hosted instances of SQL Server.   </description><item><title>New Comment on "UploadAndExecute"</title><link>http://sqlhost.codeplex.com/wikipage?title=UploadAndExecute&amp;ANCHOR#C26442</link><description>i got error like this please give the solution&amp;#10;&amp;#10;&amp;#10;Opening url http&amp;#58;&amp;#47;&amp;#47;bimabadi.host-ed.me&amp;#47;LICPREMIUMS.MDF.sql&amp;#10;Connecting to SQL Server database...&amp;#10;An error occured&amp;#58; System.Data.SqlClient.SqlException&amp;#58; Server does not exist or connection refused. ---&amp;#62; Mono.Data.Tds.Protocol.TdsInternalException&amp;#58; Server does not exist or connection refused. ---&amp;#62; System.Net.Sockets.SocketException&amp;#58; Connection refused at System.Net.Sockets.Socket.Connect &amp;#40;System.Net.EndPoint remoteEP&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at System.Net.Sockets.Socket&amp;#43;Worker.Connect &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 --- End of inner exception stack trace --- at Mono.Data.Tds.Protocol.TdsComm..ctor &amp;#40;System.String dataSource, Int32 port, Int32 packetSize, Int32 timeout, TdsVersion tdsVersion&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at Mono.Data.Tds.Protocol.Tds..ctor &amp;#40;System.String dataSource, Int32 port, Int32 packetSize, Int32 timeout, TdsVersion tdsVersion&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at Mono.Data.Tds.Protocol.Tds70..ctor &amp;#40;System.String server, Int32 port, Int32 packetSize, Int32 timeout, TdsVersion version&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at Mono.Data.Tds.Protocol.Tds80..ctor &amp;#40;System.String server, Int32 port, Int32 packetSize, Int32 timeout&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at Mono.Data.Tds.Protocol.TdsConnectionPoolManager.CreateConnection &amp;#40;Mono.Data.Tds.Protocol.TdsConnectionInfo info&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at Mono.Data.Tds.Protocol.TdsConnectionPool.GetConnection &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at System.Data.SqlClient.SqlConnection.Open &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 --- End of inner exception stack trace --- at System.Data.SqlClient.SqlConnection.Open &amp;#40;&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0 at &amp;#40;wrapper remoting-invoke-with-check&amp;#41; System.Data.SqlClient.SqlConnection&amp;#58;Open &amp;#40;&amp;#41; at ASP.runsql_aspx.__RenderTree &amp;#40;System.Web.UI.HtmlTextWriter __output, System.Web.UI.Control parameterContainer&amp;#41; &amp;#91;0x00000&amp;#93; in &amp;#58;0</description><author>anilkumar200686</author><pubDate>Wed, 06 Feb 2013 11:47:00 GMT</pubDate><guid isPermaLink="false">New Comment on "UploadAndExecute" 20130206114700A</guid></item><item><title>Reviewed: 1.1 Production (一月 17, 2013)</title><link>http://sqlhost.codeplex.com/releases/view/2859#ReviewBy-32054605</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - 我想学习一下&amp;#12290;我想学习一下&amp;#12290;我想学习一下&amp;#12290;我想学习一下&amp;#12290;我想学习一下&amp;#12290;我想学习一下&amp;#12290;</description><author>32054605</author><pubDate>Fri, 18 Jan 2013 07:00:27 GMT</pubDate><guid isPermaLink="false">Reviewed: 1.1 Production (一月 17, 2013) 20130118070027A</guid></item><item><title>Source code checked in, #99885</title><link>http://sqlhost.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://sqlhost.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Commented Issue: object script order error [11072]</title><link>http://sqlhost.codeplex.com/workitem/11072</link><description>when I publish a database, it first scripted views, then tables.&lt;br /&gt;Comments: ** Comment from web user: ajitrm ** &lt;p&gt;Hi Himanshu,&lt;/p&gt;&lt;p&gt;Thanks for your comments on resolving the scripting sequence issue.&lt;br /&gt;My problem is I have to create a utility that will use sqlpubwiz.&lt;br /&gt;My utility can be run on any SQL Server database database &amp;#40;related to my product&amp;#41;.&lt;br /&gt;As there are 100s of databases across asiapacific, I&amp;#39;m not sure about views that are created using schema binding or not.&lt;/p&gt;&lt;p&gt;In my case I will not be able to use the work around that you have given.&lt;/p&gt;&lt;p&gt;I would appreciate if the sqlpubwiz provides a patch that will script all tables first then views.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Ajit&lt;/p&gt;</description><author>ajitrm</author><pubDate>Tue, 17 Jul 2012 03:12:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: object script order error [11072] 20120717031200A</guid></item><item><title>New Post: Project Dead?</title><link>http://sqlhost.codeplex.com/discussions/81491</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Meanwhile I am using SQL Server 2008 R2 ant it makes me sad that this utility still only supports SQL Server 2005!? Also working with Oracle / PL/SQL but one benefit using MS-SQL was the scripting host for generating test-data ...&lt;/p&gt;&lt;/div&gt;</description><author>hfrmobile</author><pubDate>Fri, 21 Oct 2011 11:11:22 GMT</pubDate><guid isPermaLink="false">New Post: Project Dead? 20111021111122A</guid></item><item><title>New Post: Project Dead?</title><link>http://sqlhost.codeplex.com/discussions/81491</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Meanwhile I am using SQL Server 2008 R2 ant it makes me sad that this utility still only supports SQL Server 2005!? Also working with Oracle / PL/SQL but one benefit using MS-SQL was the scripting host for generating test-data ...&lt;/p&gt;&lt;/div&gt;</description><author>hfrmobile</author><pubDate>Fri, 21 Oct 2011 11:11:22 GMT</pubDate><guid isPermaLink="false">New Post: Project Dead? 20111021111122A</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlhost.codeplex.com/wikipage?version=28</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=News%20Feeds&amp;referringTitle=Home"&gt;News Feeds&lt;/a&gt;&lt;br /&gt;&lt;b&gt;The goal of the SQL Server Hosting Toolkit is to enable a great experience around SQL Server in shared hosting environments.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Please be advised:&lt;/b&gt; The project has been posted several years ago and it is no longer supported by the SQL team at Microsoft. As such, there are no current plans to build on top of the previously published code and MSIs, and/or to fix defects associated with this project. The project consists of the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; and the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Services&amp;referringTitle=Home"&gt;Database Publishing Services&lt;/a&gt;&lt;/b&gt; (see details below), however the source code for the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; is not available on this site because the original code includes sources that are proprietary that we cannot share, in accordance with Microsoft policy. The tool is only available as an MSI. We apologize for this inconvenience.&lt;br /&gt;&lt;br /&gt;The following components are available in this project:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;For Hosting Customers
&lt;ul&gt;&lt;li&gt;The &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; makes it easy to upload databases to hosters, or generate T-SQL from the objects and data in your database.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;For Hosters
&lt;ul&gt;&lt;li&gt;The &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Services&amp;referringTitle=Home"&gt;Database Publishing Services&lt;/a&gt;&lt;/b&gt; are a set of ASP.NET web services you can easily deploy to make it simple for your customers to deploy SQL Server databases into your environment. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
If you&amp;#39;re interested in meeting the folks at Microsoft behind this project, check out the &lt;a href="http://sqlhost.codeplex.com/wikipage?title=Hosting%20Toolkit%20Team&amp;referringTitle=Home"&gt;Hosting Toolkit Team&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Also, see &lt;a href="http://sqlhost.codeplex.com/wikipage?title=other%20SQL%20Server%20projects%20on%20Codeplex&amp;referringTitle=Home"&gt;other SQL Server projects on Codeplex&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>obahat</author><pubDate>Thu, 20 Jan 2011 22:39:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110120103926P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlhost.codeplex.com/wikipage?version=27</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=News%20Feeds&amp;referringTitle=Home"&gt;News Feeds&lt;/a&gt;&lt;br /&gt;&lt;b&gt;The goal of the SQL Server Hosting Toolkit is to enable a great experience around SQL Server in shared hosting environments.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Please be advised:&lt;/b&gt; The project has been posted several years ago and it is no longer supported by the SQL team at Microsoft. As such, there are no current plans to build on top of the previously published code and MSIs, and/or fix defects. The project consists of the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; and the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Services&amp;referringTitle=Home"&gt;Database Publishing Services&lt;/a&gt;&lt;/b&gt; (see details below), however the source code for the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; is not available on this site because the original code includes sources that are proprietary that we cannot share, in accordance with Microsoft policy. The tool is only available as an MSI. We apologize for this inconvenience.&lt;br /&gt;&lt;br /&gt;The following components are available in this project:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;For Hosting Customers
&lt;ul&gt;&lt;li&gt;The &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; makes it easy to upload databases to hosters, or generate T-SQL from the objects and data in your database.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;For Hosters
&lt;ul&gt;&lt;li&gt;The &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Services&amp;referringTitle=Home"&gt;Database Publishing Services&lt;/a&gt;&lt;/b&gt; are a set of ASP.NET web services you can easily deploy to make it simple for your customers to deploy SQL Server databases into your environment. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
If you&amp;#39;re interested in meeting the folks at Microsoft behind this project, check out the &lt;a href="http://sqlhost.codeplex.com/wikipage?title=Hosting%20Toolkit%20Team&amp;referringTitle=Home"&gt;Hosting Toolkit Team&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Also, see &lt;a href="http://sqlhost.codeplex.com/wikipage?title=other%20SQL%20Server%20projects%20on%20Codeplex&amp;referringTitle=Home"&gt;other SQL Server projects on Codeplex&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>obahat</author><pubDate>Thu, 20 Jan 2011 22:37:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110120103734P</guid></item><item><title>Updated Wiki: Home</title><link>http://sqlhost.codeplex.com/wikipage?version=26</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=News%20Feeds&amp;referringTitle=Home"&gt;News Feeds&lt;/a&gt;&lt;br /&gt;&lt;b&gt;The goal of the SQL Server Hosting Toolkit is to enable a great experience around SQL Server in shared hosting environments.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Please be advised:&lt;/b&gt; The project has been posted several years ago and it is no longer supported by the SQL team at Microsoft. As such, there are no current plans to build on top of the previously published code and MSIs, and/or fix defects. The project consists of the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; and the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Services&amp;referringTitle=Home"&gt;Database Publishing Services&lt;/a&gt;&lt;/b&gt; (see details below), however the source code for the &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; is not available on this site because the original code includes sources that are proprietary that we cannot share, in accordance with Microsoft policy. We apologize for this inconvenience.&lt;br /&gt;&lt;br /&gt;The following components are available in this project:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;For Hosting Customers
&lt;ul&gt;&lt;li&gt;The &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Wizard&amp;referringTitle=Home"&gt;Database Publishing Wizard&lt;/a&gt;&lt;/b&gt; makes it easy to upload databases to hosters, or generate T-SQL from the objects and data in your database.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;For Hosters
&lt;ul&gt;&lt;li&gt;The &lt;b&gt;&lt;a href="http://sqlhost.codeplex.com/wikipage?title=Database%20Publishing%20Services&amp;referringTitle=Home"&gt;Database Publishing Services&lt;/a&gt;&lt;/b&gt; are a set of ASP.NET web services you can easily deploy to make it simple for your customers to deploy SQL Server databases into your environment. &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
If you&amp;#39;re interested in meeting the folks at Microsoft behind this project, check out the &lt;a href="http://sqlhost.codeplex.com/wikipage?title=Hosting%20Toolkit%20Team&amp;referringTitle=Home"&gt;Hosting Toolkit Team&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Also, see &lt;a href="http://sqlhost.codeplex.com/wikipage?title=other%20SQL%20Server%20projects%20on%20Codeplex&amp;referringTitle=Home"&gt;other SQL Server projects on Codeplex&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>obahat</author><pubDate>Thu, 20 Jan 2011 22:36:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110120103649P</guid></item><item><title>New Comment on "Tutorials"</title><link>http://sqlhost.codeplex.com/wikipage?title=Tutorials&amp;ANCHOR#C17807</link><description>Hi where is the  Query  Analyzer in SQL server 2008 &amp;#63;&amp;#63;&amp;#63;&amp;#63;&amp;#63;</description><author>shahidkhi68</author><pubDate>Fri, 26 Nov 2010 08:43:20 GMT</pubDate><guid isPermaLink="false">New Comment on "Tutorials" 20101126084320A</guid></item><item><title>New Post: SQLPUBWIZ store procedure error using view is created before trigger on view</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=56693</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I too have the same problem. I tried to create Database script by using command line SQLPubWiz.exe . Scripting process is successful, but script for Views is generated first and then for Tables, which is wrong as tables needs to be created first and then
 views coz views refers to those tables. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;any help please..&lt;/p&gt;
&lt;/div&gt;</description><author>sureshdrim</author><pubDate>Tue, 02 Nov 2010 11:33:16 GMT</pubDate><guid isPermaLink="false">New Post: SQLPUBWIZ store procedure error using view is created before trigger on view 20101102113316A</guid></item><item><title>New Post: SQLPUBWIZ store procedure error using view is created before trigger on view</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=56693</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I too have the same problem. I tried to create Database script by using command line SQLPubWiz.exe . Scripting process is successful, but script for Views is generated first and then for Tables, which is wrong as tables needs to be created first and then
 views coz views refers to those tables. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;any help please..&lt;/p&gt;
&lt;/div&gt;</description><author>sureshdrim</author><pubDate>Tue, 02 Nov 2010 11:33:16 GMT</pubDate><guid isPermaLink="false">New Post: SQLPUBWIZ store procedure error using view is created before trigger on view 20101102113316A</guid></item><item><title>New Post: Where is the source code?</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=21822</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Ugh &amp;lt;- agreed. Where is the Code?&lt;/p&gt;
&lt;/div&gt;</description><author>RebekahGater</author><pubDate>Tue, 26 Oct 2010 16:12:48 GMT</pubDate><guid isPermaLink="false">New Post: Where is the source code? 20101026041248P</guid></item><item><title>New Post: Where is the source code?</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=21822</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Ugh &amp;lt;- agreed. Where is the Code?&lt;/p&gt;
&lt;/div&gt;</description><author>RebekahGater</author><pubDate>Tue, 26 Oct 2010 16:12:48 GMT</pubDate><guid isPermaLink="false">New Post: Where is the source code? 20101026041248P</guid></item><item><title>New Post: Database Publishing Wizard run against Production DB</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=227220</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does the Database Publishing Wizard take the DB offline, or make it  inaccessible while it's running?&amp;nbsp; I'd like to run the DPW against a  production database so that I can create a local DB that will have good  test data, but I need to be sure it won't  interfere with the live website.&lt;/p&gt;&lt;/div&gt;</description><author>organicglenn</author><pubDate>Tue, 14 Sep 2010 21:40:09 GMT</pubDate><guid isPermaLink="false">New Post: Database Publishing Wizard run against Production DB 20100914094009P</guid></item><item><title>New Post: Database Publishing Wizard run against Production DB</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=227220</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does the Database Publishing Wizard take the DB offline, or make it  inaccessible while it's running?&amp;nbsp; I'd like to run the DPW against a  production database so that I can create a local DB that will have good  test data, but I need to be sure it won't  interfere with the live website.&lt;/p&gt;&lt;/div&gt;</description><author>organicglenn</author><pubDate>Tue, 14 Sep 2010 21:40:09 GMT</pubDate><guid isPermaLink="false">New Post: Database Publishing Wizard run against Production DB 20100914094009P</guid></item><item><title>Reviewed: 1.1 Production (Aug 05, 2010)</title><link>http://sqlhost.codeplex.com/releases/view/2859#ReviewBy-phutwo</link><description>Rated 1 Stars &amp;#40;out of 5&amp;#41; - Do you guys even take pride in your work&amp;#63; You even spell the name of your application wrong&amp;#58; Database_Publsihing_Services_1.1.zip .</description><author>phutwo</author><pubDate>Fri, 06 Aug 2010 01:00:18 GMT</pubDate><guid isPermaLink="false">Reviewed: 1.1 Production (Aug 05, 2010) 20100806010018A</guid></item><item><title>Source code checked in, #74794</title><link>http://sqlhost.codeplex.com/SourceControl/changeset/changes/74794</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 03 Aug 2010 19:44:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #74794 20100803074457P</guid></item><item><title>New Post: Installation issue</title><link>http://sqlhost.codeplex.com/Thread/View.aspx?ThreadId=214944</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi i had installed&amp;nbsp; database publishing wizard in my box . It is not&amp;nbsp;creating a entry&amp;nbsp;in the registry when i checked it&amp;nbsp; but it is creating a folder in 90\tools\publishing&amp;nbsp;. kindly help me on this as this is very urgent for me&lt;/p&gt;&lt;/div&gt;</description><author>premkuttan</author><pubDate>Fri, 04 Jun 2010 06:34:22 GMT</pubDate><guid isPermaLink="false">New Post: Installation issue 20100604063422A</guid></item></channel></rss>