﻿<?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</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:42:04 GMT</lastBuildDate><ttl>20</ttl><item><title>Importing from a package file</title><link>http://forum.strataframe.net/FindPost6135.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>Wed, 24 Jan 2007 09:45:58 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Importing from a package file</title><link>http://forum.strataframe.net/FindPost6149.aspx</link><description>When we create the package file, we generate that code... it should be removed when re-importing it back in.&amp;nbsp; Thanks for the notice.</description><pubDate>Wed, 24 Jan 2007 09:45:58 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>