<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Phillip Gagnon - MSSQL</title>
			<link>http://www.phillipgagnon.com/index.cfm</link>
			<description>Phillip Gagnon&apos;s personal blog about all kinds of fun computer stuff. Focusing mainly on ColdFusion, Flash, Flex, and Microsoft SQL Server</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 06:07:02-0400</pubDate>
			<lastBuildDate>Tue, 26 Aug 2008 21:52:00-0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>phill.gagnon@gmail.com</managingEditor>
			<webMaster>phill.gagnon@gmail.com</webMaster>
			
			<item>
				<title>Copying Stored Procedures From one server to another</title>
				<link>http://www.phillipgagnon.com/index.cfm/2008/8/26/Copying-Stored-Procedures-From-one-server-to-another</link>
				<description>
				
				In our coding environment, like most, we have a development environment and a production environment. As we have been making the move to use more stored procedures and less queries, we have run into an issue where the procs do not get synchronized between the development (dev) and live server.  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>MSSQL</category>				
				
				<pubDate>Tue, 26 Aug 2008 21:52:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2008/8/26/Copying-Stored-Procedures-From-one-server-to-another</guid>
				
			</item>
			
			<item>
				<title>CF_GenInserts - Way Cool Custom Tag</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/9/13/CFGenInserts--Way-Cool-Custom-Tag</link>
				<description>
				
				So the other day, I was talking with a &lt;a href=&quot;http://www.strikefish.com/blog&quot; target=&quot;_blank&quot;&gt;friend of mine&lt;/a&gt; and we came up with a problem. We were both working on a project, and we ended up with disparate sets of data. The database schemas were the same, but I had inserted some data that he needed. I could have just sent him a SQL backup file, but he had data in his database that I did not have. So the only solution was to create INSERT statements for all the data that I had inserted, and for him to do the same. Obviously, this is a tremendous waste of time. So we came up with &quot;CF_GenInserts&quot;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>MSSQL</category>				
				
				<pubDate>Thu, 13 Sep 2007 13:59:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/9/13/CFGenInserts--Way-Cool-Custom-Tag</guid>
				
			</item>
			
			<item>
				<title>Draw your database in any language</title>
				<link>http://www.phillipgagnon.com/index.cfm/2007/8/26/Draw-your-database-in-any-language</link>
				<description>
				
				A friend of mine at work sent me this link; it&apos;s pretty cool. Basically, you create your tables, columns, defaults, and relationships in designer mode, and once you are done, you tell it what language to generate the script in. You can also import your database from an XML file, and modify it, simlar to what you used to be able to do in the old(er) version of Visio.
&lt;br&gt;&lt;br&gt;
&lt;a href=&quot;http://ondras.zarovi.cz/sql/demo/&quot; target=&quot;_blank&quot;&gt;http://ondras.zarovi.cz/sql/demo/&lt;/a&gt; 
				</description>
				
				<category>MSSQL</category>				
				
				<category>IT</category>				
				
				<pubDate>Sun, 26 Aug 2007 12:13:00-0400</pubDate>
				<guid>http://www.phillipgagnon.com/index.cfm/2007/8/26/Draw-your-database-in-any-language</guid>
				
			</item>
			</channel></rss>