execute sql task error
hi,i am using merger in the execute sql task,which is like merge [dbo].[emp] a using [dbo].[emp1] b on a.id=b.id when matched and a.number =0 then update set a.emp=b.emp, a.[Address_1] =...
View ArticleBackup issues
I am running SQL Sever 2005 connected to a cBizsoft Database. I am trying to use the backup wizard to setup an automated backup. When I get to the end it, I get the error that it needs Integration...
View Articleflat file destination
hi,ia m usign flat file destination to put some of the rows based on condition.now when i run package second time ,it gives error, cannot create file already createdi want my package to tuse same file...
View Articlenot seeing anything on sysssislog
hi,i am having log provider in sql server table.when i run the package ,it run successful,but cant see any log in sysssislogwhat should i do
View ArticleSSIS Bug when handling CSV Files with commas embedded in quoted strings
My group and I have been wrangling with this for a couple of days, and we're stumped.Is the csv snippet "This string", 1234, "This, another string", "thatstring" has been throwing errors that look like...
View ArticleCannot insert duplicate key row in object XXX with unique index YYY...
Problem summary: Server configuration: SQL Server 2008 R2 Sp2 Initial state: We have several fact tables partitioned by a partitioning function. The partitioning function datatype is numeric and...
View Articleredirecting lookup errors AND stopping the load?
Dear all,I would like to stop my package if some lookup fails BUT I would also like to collect the value(s) that failed the lookup.The particular problem I have is that if I redirect the rows not...
View Articleconditional split
hi,my package is putting data into final table, which has 1 date, i need to check wheathere this date is less than current date ,then i need to pu that date into text file.the problem is, everytime my...
View ArticleQuestion about Backup of SQL Server 2008
สวัสดีครับไม่ทราบว่า SQL Server 2008 สามารถ Backup ไปที่ Map Drive ได้หรือเปล่าครับ ถ้าได้จะต้องทำอย่างไรบ้าง ช่วยแนะนำด้วยครับใช้ Windows Server 2008 Standard ไม่ได้ใช้ Domain ขอบคุณครับ
View ArticleHow to replicate the folder structure on file server using C# script task
Hi,I have following requirement to be implemented using visual studio 2008 C# script.Source: \\FileServer1\\Source\Text.txtDestination: \\FileServer2I want to identify the directory structure for...
View ArticleSQLXMLBULKLOAD in Script task
Hi All,I have to migrate old packages having ActiveXScript component & SQLXMLBULKLOAD. I've referred to this thread for doing the same but I could not get it...
View ArticleHow to create the SP for using bulk insert query in SQL Server 2008
Hi,I have three Text files. Each file contains the only on Emailid list. I want these text files inserted into the sql table using bulk insert query. I have totally Two tables is there. First one Email...
View ArticleCreate a excel file dynamically in sftp location and fill that excel file...
Hi everyone,I am new to SSIS and i need little help i googled a lot but could not find the solution I want to dynamically create a Excel file in SFTP location.That excel file should contain the data...
View ArticleCould not load file or assembly 'Microsoft.SqlServer.TxScript, Version=10.0.0.0
My environment is SQL2008R2 (SP1). I have SSIS/SSAS/SSRS installed on separate servers from my database engine instances. Up until the last two days I was running my database engine on an old SQL2008...
View ArticleNeed SSIS vaiable value = Last day of privouse month in date formate (ex....
Hi AllI am using SSIS2008R2.I need my variable value like previouse month last day using expressinon and format should be like this 10/31/2012so please let me know the expression and which datatype i...
View ArticleImport excel 2007 into sql table using OpenRowSet or T-SQL Query
Hi,I have a set of data in excel 2007 .i have to import that excel sheet into my sql database table. i need a sql query for that.i have tried this query but this is not working. SELECT * FROM...
View ArticleSSIS Package execution result showing only question marks
Hi All,My package which is deployed on SQL Server and running from a SQL JOB is showing question marks (shown in below image) in execution result of job history. Anyone know the reason why this is...
View ArticleNeed to load additional tab in Excel every month using SSIS
Hi,Excel file has two tabs(Mon1 and Mon2) and i have loaded them into table by creating SSIS package.All the tabs have same column names and loaded into single tableNext month, the excel file will have...
View ArticleLoading multiple columns from a single column in a table?
Hey I loaded a file in to 1 column of my table (t1). So my tables column looks like this:Col11,134926,Andrew,0006213452,134989,Bronson,0002134753,132131,Jade,000967421I need to load these values in to...
View ArticleHow to run bat file without opening of Command prompt?
Hi Everyone,I have created a SSIS Package which is calling bat(batch) file using ExecuteProcess task.when i run this pacakge which calls bat file and it will open command prompt.Can we call bat file...
View Article