Viewing 15 posts - 16 through 30 (of 134 total)
My workflow like this : Oledb Source - Script task (read only 10 characters from a column) - data conversion task - flat file destination.
February 11, 2010 at 11:06 am
Nope, I added those set statements before create stored proc statement ,but still getting the same error...
October 7, 2009 at 2:08 pm
You mean, I should use these SET statements in the stored proc, where the table references are made.
SET ARITHABORT ON
GO
SET CONCAT_NULL_YIELDS_NULL ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
SET ANSI_PADDING ON
GO
SET ANSI_WARNINGS ON
GO
SET...
October 7, 2009 at 12:11 pm
Insert in done through a stored procedure. Stored procedure does use this view, it just references the table.
But, the table is referenced in a view, which has a indexed on...
October 7, 2009 at 11:48 am
Are sure you have added logging to the SSIS package. By deafult there is no logging, you have to define it , with connection string to msdb, or some ohter...
April 23, 2009 at 2:12 pm
Thanks Noel !!! I figured it too...
April 14, 2009 at 4:08 pm
Sorry, I didn't get it...Where to set the errorlevel ?
Thanks Steve!!
April 13, 2009 at 4:42 pm
Hi Steve,
We have a nightly job which brings the snapshots to the replicated databases and what I see in replicated databases,(at the subscriber) the indexes are overwritten. I tested...
April 8, 2009 at 9:40 am
Hi Noel,
So, we should have a re-index job on subscriber databases as well ? We have reports running on these subsciber databases.
restoring databases I mean is, restoring the production backups...
April 7, 2009 at 3:25 pm
Thanks Matt..
Is there any other options like using command line utilities...
Thanks again..
-VG
February 25, 2009 at 2:11 pm
Hi,
Where is the file \\testserver\Exportfolder\coitem.csv located ?
Like if it is in D drive, then I would give UNC path like this:
\\testserver\D$\Exportfolder\coitem.csv
VG
January 21, 2009 at 5:04 pm
Hi,
I believe your source is flat file, then sequence goes like this:
faltfile source
data conversion task
Script task
Destination.
Is that what you wanted to know?
-VG
January 20, 2009 at 4:39 pm
Hi,
One more suggestion, In metadata, defalut is "fail component on failure : and change it to Ingnore falire and then save tha package re-deploy it. While deploying you can...
October 28, 2008 at 10:21 am
Viewing 15 posts - 16 through 30 (of 134 total)