<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Dennis van der Stelt - All Comments</title><link>http://bloggingabout.net/blogs/dennis/default.aspx</link><description>The most votes generally drown out the best votes</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Query analyzer for SQL Server 2005/2008</title><link>http://bloggingabout.net/blogs/dennis/archive/2008/03/07/query-analyzer-for-sql-server-2005-2008.aspx#483007</link><pubDate>Thu, 18 Mar 2010 18:56:50 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483007</guid><dc:creator>Crazy Superman</dc:creator><description>&lt;p&gt;Time to upgrade from that calculator to a PC&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=483007" width="1" height="1"&gt;</description></item><item><title>re: WCF Part 5 : Consuming the service</title><link>http://bloggingabout.net/blogs/dennis/archive/2006/11/16/WCF-Part-5-_3A00_-Consuming-the-service.aspx#483001</link><pubDate>Wed, 17 Mar 2010 07:22:39 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:483001</guid><dc:creator>Kedar</dc:creator><description>&lt;p&gt;The session was informative and useful. I got to know how exactly we consume and build WCF services&lt;/p&gt;
&lt;p&gt;-Kedar&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=483001" width="1" height="1"&gt;</description></item><item><title>re: Cannot drop database because of replication</title><link>http://bloggingabout.net/blogs/dennis/archive/2007/08/03/cannot-drop-database-because-of-replication.aspx#482996</link><pubDate>Tue, 16 Mar 2010 17:04:36 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482996</guid><dc:creator>Noravia Rodriguez</dc:creator><description>&lt;p&gt;SQL Server 2000&lt;/p&gt;
&lt;p&gt;a.	Database&lt;/p&gt;
&lt;p&gt;use master&lt;/p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;exec sp_replicationdboption @dbname = N&amp;#39;dbPOMS&amp;#39;, @optname = N&amp;#39;publish&amp;#39;, @value = N&amp;#39;false&amp;#39;&lt;/p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;b.	Columns&lt;/p&gt;
&lt;p&gt;use master&lt;/p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;exec sp_replicationdboption @dbname = N&amp;#39;dbPOMS&amp;#39;, @optname = N&amp;#39;publish&amp;#39;, @value = N&amp;#39;false&amp;#39;&lt;/p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;use [dbPOMS]&lt;/p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;sp_configure &amp;#39;allow updates&amp;#39;, 1&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;p&gt;reconfigure with override&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;p&gt;-- For Tables&lt;/p&gt;
&lt;p&gt;UPDATE syscolumns SET colstat = colstat &amp;amp; ~4096 WHERE colstat &amp;amp; 4096 &amp;lt;&amp;gt;0&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;p&gt;-- For columns&lt;/p&gt;
&lt;p&gt;UPDATE sysobjects SET repinfo=0 where repinfo=1&lt;/p&gt;
&lt;p&gt;Go&lt;/p&gt;
&lt;p&gt;sp_configure &amp;#39;allow updates&amp;#39;, 0&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;p&gt;reconfigure with override&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482996" width="1" height="1"&gt;</description></item><item><title>re: Attempted to read or write protected memory in a .NET application</title><link>http://bloggingabout.net/blogs/dennis/archive/2009/06/08/attempted-to-read-or-write-protected-memory-in-a-net-application.aspx#482995</link><pubDate>Tue, 16 Mar 2010 16:56:10 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482995</guid><dc:creator>Elias P Ulahannan</dc:creator><description>&lt;p&gt;I got the same problem. My problem was that I compiled the dll with a different version of third party component like Infragistics 9.1 instead of Infragistics 9.2. When I referenced the actual component and compiled then it&amp;#39;s working fine.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482995" width="1" height="1"&gt;</description></item><item><title>re: Cannot drop database because of replication</title><link>http://bloggingabout.net/blogs/dennis/archive/2007/08/03/cannot-drop-database-because-of-replication.aspx#482994</link><pubDate>Tue, 16 Mar 2010 16:51:40 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482994</guid><dc:creator>Noravia Rodriguez - City Of Miami - Database Manager</dc:creator><description>&lt;p&gt;Autor &amp;nbsp; &amp;nbsp; &amp;nbsp;: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Noravia Rodriguez&lt;/p&gt;
&lt;p&gt;Date &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 03/02/2010&lt;/p&gt;
&lt;p&gt;Updates: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 03/16/2010&lt;/p&gt;
&lt;p&gt;Purpose: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;How to unmark a database marked as replicated in SQL Server 2005&lt;/p&gt;
&lt;p&gt;How to unmark a database marked as replicated in SQL Server 2005&lt;/p&gt;
&lt;p&gt;1.	Try:&lt;/p&gt;
&lt;p&gt;EXEC sp_removeddbreplication “”DatabaseName”&lt;/p&gt;
&lt;p&gt;GO&lt;/p&gt;
&lt;p&gt;2.	Try:&lt;/p&gt;
&lt;p&gt;Take Database OffLine&lt;/p&gt;
&lt;p&gt;Deatch&lt;/p&gt;
&lt;p&gt;Attach Database Back&lt;/p&gt;
&lt;p&gt;3.	This tasks need to be done MANUALLY and in the following order:&lt;/p&gt;
&lt;p&gt;i.	Drop all existing subscriptions &lt;/p&gt;
&lt;p&gt;ii.	Drop all existing pubications&lt;/p&gt;
&lt;p&gt;iii.	Create a new publications with the same name&lt;/p&gt;
&lt;p&gt;iv.	Drop it again and say “Yes” to delete information on the Distributor (Distribution Database)&lt;/p&gt;
&lt;p&gt;v.	Verify Database has been unmark for replication&lt;/p&gt;
&lt;p&gt;1.	Go to the Database-Tasks-Detach and ensure that mark has been removed&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;2.	Run the following query and ensure “Category”=0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (RECOMMENDED)&lt;/p&gt;
&lt;p&gt;SELECT name,category,* FROM master..sysdatabases&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482994" width="1" height="1"&gt;</description></item><item><title>re: Windows Live Writer and ZoomIt</title><link>http://bloggingabout.net/blogs/dennis/archive/2008/06/05/windows-live-writer-and-zoomit.aspx#482993</link><pubDate>Tue, 16 Mar 2010 15:31:31 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482993</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;How do I keep my mouse arrow showing on the screen when I use zoomit?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482993" width="1" height="1"&gt;</description></item><item><title>re: Unit testing in Visual Studio 2008 tips</title><link>http://bloggingabout.net/blogs/dennis/archive/2007/12/11/unit-testing-in-visual-studio-2008-tips.aspx#482991</link><pubDate>Tue, 16 Mar 2010 13:15:44 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482991</guid><dc:creator>omer</dc:creator><description>&lt;p&gt;Can we set default value(s) for testing the parametrized function.&lt;/p&gt;
&lt;p&gt;for example:&lt;/p&gt;
&lt;p&gt;&amp;lt;TestMethod()&amp;gt;_&lt;/p&gt;
&lt;p&gt;Public Sub GetStoresTest()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim target As FCFProvider = New FCFProvider &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim intUserID As Integer = 67097 &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim expected As DataTable = Nothing&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim actual As DataTable&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;actual = target.GetStores(intUserID)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assert.AreEqual(expected, actual)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Sub&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482991" width="1" height="1"&gt;</description></item><item><title>re: ClickOnce manual updates</title><link>http://bloggingabout.net/blogs/dennis/archive/2010/02/24/clickonce-manual-updates.aspx#482986</link><pubDate>Mon, 15 Mar 2010 21:02:42 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482986</guid><dc:creator>crystal</dc:creator><description>&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.e-goodbags.com&amp;quot;"&gt;http://www.e-goodbags.com&amp;quot;&lt;/a&gt; target=&amp;quot;_blank&amp;quot;&amp;gt;Replica Gucci handbags&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.e-goodbags.com&amp;quot;"&gt;http://www.e-goodbags.com&amp;quot;&lt;/a&gt; target=&amp;quot;_blank&amp;quot;&amp;gt;Replica Dior handbags&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.e-goodbags.com&amp;quot;"&gt;http://www.e-goodbags.com&amp;quot;&lt;/a&gt; target=&amp;quot;_blank&amp;quot;&amp;gt;Replica Chanel Handbags&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.e-goodbags.com&amp;quot;"&gt;http://www.e-goodbags.com&amp;quot;&lt;/a&gt;&amp;gt;Wholesale Replica Handbags&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.e-goodbags.com&amp;quot;"&gt;http://www.e-goodbags.com&amp;quot;&lt;/a&gt; target=&amp;quot;_blank&amp;quot;&amp;gt;Discount Balenciaga handbags &amp;nbsp;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://www.e-goodbags.com&amp;quot;"&gt;http://www.e-goodbags.com&amp;quot;&lt;/a&gt; &amp;gt;Fashion Handbags&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482986" width="1" height="1"&gt;</description></item><item><title>re: WCF Part 0 : Introduction</title><link>http://bloggingabout.net/blogs/dennis/archive/2006/10/18/WCF-Part-0-_3A00_-Introduction.aspx#482962</link><pubDate>Fri, 12 Mar 2010 15:40:12 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482962</guid><dc:creator>Dennis van der Stelt</dc:creator><description>&lt;p&gt;@Sam: From which context? An application that wants to retrieve and write data? A public service that anyone can call? Pure ADO.NET? Linq to SQL? Entity Framework?&lt;/p&gt;
&lt;p&gt;Give me some context and maybe I can work with it. There are dozens of possibilities.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482962" width="1" height="1"&gt;</description></item><item><title>re: WCF Part 0 : Introduction</title><link>http://bloggingabout.net/blogs/dennis/archive/2006/10/18/WCF-Part-0-_3A00_-Introduction.aspx#482961</link><pubDate>Fri, 12 Mar 2010 11:07:19 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482961</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;Can you give me any sample of any WCF service by which i can insert/retrieve/delete data from my SQL database. WCF is a new concept for me so plz help..&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482961" width="1" height="1"&gt;</description></item><item><title>re: LINQ to SQL vs. DBA's</title><link>http://bloggingabout.net/blogs/dennis/archive/2007/12/28/linq-to-sql-vs-dba-s.aspx#482950</link><pubDate>Thu, 11 Mar 2010 06:04:48 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482950</guid><dc:creator>Dennis van der Stelt</dc:creator><description>&lt;p&gt;@Bob : You&amp;#39;re Bob and you&amp;#39;re a DBA&amp;#39;r? That&amp;#39;s too good to be true! ;-)&lt;/p&gt;
&lt;p&gt;But anyway, I&amp;#39;ve never seen a system that could change logic inside an application by changing its T-SQL (either SProc, Views or whatever). If your application does, it&amp;#39;s a bad practice and I can guarantee that it&amp;#39;s WAY less maintainable than my applications are.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482950" width="1" height="1"&gt;</description></item><item><title>re: Attempted to read or write protected memory in a .NET application</title><link>http://bloggingabout.net/blogs/dennis/archive/2009/06/08/attempted-to-read-or-write-protected-memory-in-a-net-application.aspx#482948</link><pubDate>Thu, 11 Mar 2010 01:20:53 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482948</guid><dc:creator>Lead Generation</dc:creator><description>&lt;p&gt;Just re-installed my operating system, visual studio and everything. All of the sudden it keeps giving &amp;quot;Attempting to read or write protected memory in a .net application&amp;quot;. Looks like I have to grant some special rights to specific users? could any one please help?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482948" width="1" height="1"&gt;</description></item><item><title>re: LINQ to SQL vs. DBA's</title><link>http://bloggingabout.net/blogs/dennis/archive/2007/12/28/linq-to-sql-vs-dba-s.aspx#482946</link><pubDate>Wed, 10 Mar 2010 16:20:20 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482946</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;uggg..SQL code in a .NET program? &amp;nbsp;So everything I want to change the logic in the SQL, I need to redeploy the app, meaning that I need to schedule downtime? &amp;nbsp;uggggg. Maybe LINQ can be useful in small projects, but then maybe its just best to use Access.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482946" width="1" height="1"&gt;</description></item><item><title>re: Adding SharePoint class resources to your feature using WSPBuilder</title><link>http://bloggingabout.net/blogs/dennis/archive/2009/07/24/adding-sharepoint-class-resources-to-your-feature-using-wspbuilder.aspx#482936</link><pubDate>Tue, 09 Mar 2010 14:15:03 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482936</guid><dc:creator>Dan</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to put some common images/css into sharepoint , any idea where these should go?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482936" width="1" height="1"&gt;</description></item><item><title>re: Cannot drop database because of replication</title><link>http://bloggingabout.net/blogs/dennis/archive/2007/08/03/cannot-drop-database-because-of-replication.aspx#482935</link><pubDate>Tue, 09 Mar 2010 07:06:37 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:482935</guid><dc:creator>Pranita</dc:creator><description>&lt;p&gt;Thanx....&lt;/p&gt;
&lt;p&gt;exec sp_removedbreplication works..&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482935" width="1" height="1"&gt;</description></item></channel></rss>