i did the same thing as you said but still getting same problem :) see the below error
Info Starting Installation - ATI.Part Info Starting Installation - Script Info Begin Sql execution Info Creating backup of previous version - 01.00.00.SqlDataProvider Info Created - 01.00.00.SqlDataProvider Info Executing 01.00.00.SqlDataProvider Info Start Sql execution: 01.00.00.SqlDataProvider file Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '{'.Incorrect syntax near '\'.Incorrect syntax near '\'.Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions){\rtf1\ansi\ansicpg1252\deff0\deflang1033\deflangfe1033{\fonttbl{\f0\fnil\fcharset0 Courier New;}{\f1\fswiss\fcharset0 Arial;}}{\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20 SET ANSI_NULLS ON\parGO\parSET QUOTED_IDENTIFIER ON\parGO\parCREATE TABLE \{databaseOwner\}\{objectQualifier\}ATI_PartMaster(\par\tab [PartID] [nvarchar](50) NOT NULL,\par\tab [Name] [nvarchar](255) NULL,\par\tab [Description] [nvarchar](max) NOT NULL,\par\tab [UnitOfMeasure] [int] NOT NULL,\par\tab [Cost] [money] NULL,\par\tab [ListPrice] [money] NOT NULL,\par\tab [CurrencyID] [int] NOT NULL,\par\tab [Notes] [ntext] NULL,\par\tab [statusID] [int] NOT NULL,\par\tab [PortalID] [int] NOT NULL,\par\tab [ModuleID] [int] NOT NULL,\par\tab [CreatedBy] [int] NOT NULL,\par\tab [UpdatedBy] [int] NOT NULL,\par\tab [CreatedDate] [datetime] NOT NULL,\par\tab [UpdateDate] [datetime] NOT NULL,\par\tab [AutoPartID] [numeric](18, 0) IDENTITY(1,1) NOT NULL,\par CONSTRAINT [PK_ATIPartMaster] PRIMARY KEY CLUSTERED \par(\par\tab [AutoPartID] ASC\par)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]\par) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]\parGO\par\f1\par} Info End Sql execution: 01.00.00.SqlDataProvider file Info Finished Sql execution Failure Installation Failed - Script Info Installation Failed - ATI.Part Info Deleted temporary install folder EndJob Installation Failed