StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Database Deployment Toolkit
»
Issues
»
Importing from a package file
Importing from a package file
Post Reply
Like
1
Importing from a package file
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
StrataFrame Team
S
StrataFrame Team
posted 17 Years Ago
ANSWER
Post Details
Share Post
S
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
When we create the package file, we generate that code... it should be removed when re-importing it back in. Thanks for the notice.
Reply
Like
1
Keith Chisarik
Keith Chisarik
posted 17 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 939,
Visits: 40K
When importing a DDT project from a package file it seems that unwanted syntax is added to the CREATE PROCEDURE area.
It adds the following which I have had to delete from 50+ stored procs......am I missing something?
IF EXISTS(SELECT [name] FROM [sysobjects] WHERE [name] = 'aspnet_CheckSchemaVersion')
DROP PROCEDURE [dbo].[aspnet_CheckSchemaVersion]
GO
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
-----> already added in the 'Pre-Create/Environment Code area
CREATE PROCEDURE [dbo].[aspnet_CheckSchemaVersion]
----> Added via the tool
It also throws up on the "IF EXISTS...." line, is this misplaced as well?
Keith Chisarik
Sigma Data Systems
Reply
Like
1
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
1
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search