﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / StrataFrame Database Deployment Toolkit / Issues  / Importing from a package file / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Thu, 08 Jan 2009 08:27:31 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Importing from a package file</title><link>http://forum.strataframe.net/Topic6135-13-1.aspx</link><description>When we create the package file, we generate that code... it should be removed when re-importing it back in.  Thanks for the notice.</description><pubDate>Wed, 24 Jan 2007 09:45:58 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>Importing from a package file</title><link>http://forum.strataframe.net/Topic6135-13-1.aspx</link><description>When importing a DDT project from a package file it seems that unwanted syntax is added to the CREATE PROCEDURE area.&lt;br&gt;&lt;br&gt;It adds the following which I have had to delete from 50+ stored procs......am I missing something? &lt;br&gt;&lt;br&gt;IF EXISTS(SELECT [name] FROM [sysobjects] WHERE [name] = 'aspnet_CheckSchemaVersion')&lt;br&gt; DROP PROCEDURE [dbo].[aspnet_CheckSchemaVersion]&lt;br&gt;GO&lt;br&gt;[b]set ANSI_NULLS ON[/b]&lt;br&gt;[b]set QUOTED_IDENTIFIER ON[/b]&lt;br&gt;[b]GO[/b] -----&gt; already added in the 'Pre-Create/Environment Code area&lt;br&gt;&lt;br&gt;[b]CREATE PROCEDURE [dbo].[aspnet_CheckSchemaVersion][/b] ----&gt; Added via the tool&lt;br&gt;&lt;br&gt;It also throws up on the "IF EXISTS...." line, is this misplaced as well?&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 23 Jan 2007 21:39:03 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item></channel></rss>