Viewing 13 posts - 1 through 13 (of 13 total)
hi,
The solution is in the constraint.
After that you assign a value to the variable you need
to check it.
edit the first constraint and change the following parameters :
1) Evaluation...
December 18, 2008 at 7:23 am
Hi,
You can change the parameter "ForceExecutionResult" to success
for the task inside the foreach container.
December 18, 2008 at 4:29 am
There is an excelent example at :
http://rafael-salas.blogspot.com/2008/03/ssis-and-dynamic-excel-destinations_01.html
December 1, 2008 at 6:39 am
December 1, 2008 at 4:18 am
December 1, 2008 at 3:49 am
BufferTempStoragePath is the file system path used to temporarily cache buffer data.
As you say, sometimes it happen means the the problem is not permission.
I think that you have a problem...
December 1, 2008 at 3:39 am
Not only on identity column.
Switch just change the table name without considuration of the structure.
By the way, even in sql server 2008 there is not an alter table command for...
November 27, 2008 at 12:32 pm
By the way,
I allready executed my example and you can trust me it work !!!
November 27, 2008 at 12:21 pm
1. rbarryyoung ,
There is no need to have a partition table to execute a switch between 2 tables.
2. Gouthama Kolivad,
wrong, when you use...
November 27, 2008 at 12:02 pm
If you know another solution then i will be happy to learn.
November 27, 2008 at 11:15 am
Hi,
True, you need to use "File System Task".
After adding the File System Task to your control data , choose edit.
steps :
1) Change operation to : Renaming file.
...
November 27, 2008 at 9:49 am
Hi,
First, you can't change the column to identity.
You must add a new column or to create a new table
with an identity column.
I choose to use the second choice.
CREATE TABLE TABLE1
(
COLUMN1...
November 27, 2008 at 9:31 am
Hi,
The space in the date value is not the problem
You just need to convert the date to smalldatetime.
example :
create table #tmp(
a varchar(20),
b char(1),
c varchar(3),
d smalldatetime)
insert into #tmp
values ('LocalSales','S','N.L',
...
November 27, 2008 at 9:00 am
Viewing 13 posts - 1 through 13 (of 13 total)