<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrating SourceSafe / VSS with SQL Server 2008</title>
	<atom:link href="http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html</link>
	<description>SourceSafe, Source Control, Software Development</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:46:55 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Goodstadt</title>
		<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/comment-page-1#comment-2576</link>
		<dc:creator>John Goodstadt</dc:creator>
		<pubDate>Tue, 18 May 2010 22:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=428#comment-2576</guid>
		<description>I habve the same problem as Joe. How can we set up sourcesafe be be truly multiuser so any user can check out any version controlled script?</description>
		<content:encoded><![CDATA[<p>I habve the same problem as Joe. How can we set up sourcesafe be be truly multiuser so any user can check out any version controlled script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gowrisankar N</title>
		<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/comment-page-1#comment-2544</link>
		<dc:creator>Gowrisankar N</dc:creator>
		<pubDate>Tue, 06 Apr 2010 10:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=428#comment-2544</guid>
		<description>Nice artical. It helps much...</description>
		<content:encoded><![CDATA[<p>Nice artical. It helps much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/comment-page-1#comment-2411</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=428#comment-2411</guid>
		<description>Great article to integrate VSS with Sql server 2008 ide.  

Can you also show the steps to &quot;Get latest version&quot; from sourcesafe?  

If multiple developers add files and check them in sourcesafe, what are the steps for getting the added files in the SQL Server 2008 IDE?

For example, develper A created a file and check it in sourcesafe, how would developer B get that file in SQL Server 2008 ide?</description>
		<content:encoded><![CDATA[<p>Great article to integrate VSS with Sql server 2008 ide.  </p>
<p>Can you also show the steps to &#8220;Get latest version&#8221; from sourcesafe?  </p>
<p>If multiple developers add files and check them in sourcesafe, what are the steps for getting the added files in the SQL Server 2008 IDE?</p>
<p>For example, develper A created a file and check it in sourcesafe, how would developer B get that file in SQL Server 2008 ide?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josee Sevigny</title>
		<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/comment-page-1#comment-1758</link>
		<dc:creator>Josee Sevigny</dc:creator>
		<pubDate>Wed, 29 Apr 2009 18:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=428#comment-1758</guid>
		<description>Great article. Nonetheless, I would like to clarification on SourceSafing SQL objects in a multi-developer environment.
As a single developer I would be tempted to generate the scripts to a local file that would get SourceSafe&#039;d, but if we are a team of developers potentially working on the same database... We have a networked VSS implementation. It looks like we need to:

Install VSS client on the SQL Server box (in order to enable the above options)? 

The DBA would then create the above solution on the SQL Server?

Set the option to always keep checked-out after checking-in?

Create an SSIS job to Generate Script on all objects?

Automate(?) a check-in process (if that&#039;s at all possible)?</description>
		<content:encoded><![CDATA[<p>Great article. Nonetheless, I would like to clarification on SourceSafing SQL objects in a multi-developer environment.<br />
As a single developer I would be tempted to generate the scripts to a local file that would get SourceSafe&#8217;d, but if we are a team of developers potentially working on the same database&#8230; We have a networked VSS implementation. It looks like we need to:</p>
<p>Install VSS client on the SQL Server box (in order to enable the above options)? </p>
<p>The DBA would then create the above solution on the SQL Server?</p>
<p>Set the option to always keep checked-out after checking-in?</p>
<p>Create an SSIS job to Generate Script on all objects?</p>
<p>Automate(?) a check-in process (if that&#8217;s at all possible)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/comment-page-1#comment-1734</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=428#comment-1734</guid>
		<description>Hi,

Nice article. It is a nice idea to have all your scripts in a source controlled project, but this doesn&#039;t really enforce any change control. It would be nice if we could easily sync up between the database objects and project scripts.

Any advice on achieving something like that?

Only thing I can think is to write an ssis app to script the whole database out to a .sql file on a routine schedule. Then I could at least always have a solid backup of scripts. I guess I should be looking more into CDC</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice article. It is a nice idea to have all your scripts in a source controlled project, but this doesn&#8217;t really enforce any change control. It would be nice if we could easily sync up between the database objects and project scripts.</p>
<p>Any advice on achieving something like that?</p>
<p>Only thing I can think is to write an ssis app to script the whole database out to a .sql file on a routine schedule. Then I could at least always have a solid backup of scripts. I guess I should be looking more into CDC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue Massey</title>
		<link>http://www.kevingao.net/sourcesafe/integrating-sourcesafe-vss-with-sql-server-2008.html/comment-page-1#comment-165</link>
		<dc:creator>Sue Massey</dc:creator>
		<pubDate>Fri, 31 Oct 2008 06:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kevingao.net/?p=428#comment-165</guid>
		<description>Hi there,

I looked over your blog and it looks really good.  Do you ever do link exchanges on your blog roll?  If you do, I&#039;d like to exchange links with you.

Let me know if you&#039;re interested.

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I looked over your blog and it looks really good.  Do you ever do link exchanges on your blog roll?  If you do, I&#8217;d like to exchange links with you.</p>
<p>Let me know if you&#8217;re interested.</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
