Viewing 15 posts - 6,751 through 6,765 (of 11,678 total)
In the Flat File Destination, you have a checkbox for "Overwrite data in the file". I assume if you leave this blank data will be appended.
July 4, 2012 at 1:40 am
No, it's not possible.
Last time I checked DD04500 is not a number.
July 4, 2012 at 12:54 am
Read the note in the following reference:
Maybe you have "different" type of spaces.
July 4, 2012 at 12:43 am
Checkpoints work at the task level, not at the row level in the dataflow.
This means that the entire dataflow will be restarted.
Which makes sense of course. Data flows through the...
July 4, 2012 at 12:32 am
You could use an Execute Process Task to call a package using DTEXEC.
In the DTEXEC command, you can specify a config file.
July 4, 2012 at 12:28 am
I would go immediately to SQL Server 2012.
I don't know if you do a lot of BI, but SSIS and SSRS would need a lot of upgrading.
July 4, 2012 at 12:23 am
The improvements in SSIS, Power View (new reporting tool), Data Quality Services and SSAS Tabular.
None of those are available in Express 😀
July 4, 2012 at 12:22 am
How do you check if the initial catalog has changed or not?
July 4, 2012 at 12:20 am
MissyDaisy (7/3/2012)
I found out...
July 4, 2012 at 12:18 am
This is incorrect syntax:
select @Paths = 'C:\xmls\' ,
@FileName = dbo.table.Product_ID,
@FileExtension = '.xml'
There is no FROM clause, so basically you are trying to put the string dbo.table.Product_ID into the FileName variable,...
July 4, 2012 at 12:16 am
The first lines need to be added through a script task.
After that, use a dataflow with flat file destination to append the data to the existing flat file.
July 4, 2012 at 12:12 am
You need to add error handling to your derived column.
Add a flat file destination, and connect the derived column to this flat file destination with the red arrow. Configure the...
July 4, 2012 at 12:09 am
Lynn Pettis (7/3/2012)
Just once, I'd like to see him actually post something that is actually helpful and without him going off on his standards only tirade
Here you go:
http://www.sqlservercentral.com/Forums/Topic1323601-1292-1.aspx#bm1324127
I thought it...
July 4, 2012 at 12:01 am
GilaMonster (7/3/2012)
For anyone not on/not paying attention to twitter.....It seems to be official.... I'm a Microsoft Certified Master for SQL Server 2008.
https://twitter.com/SQLintheWild/statuses/220252281847808001
Congrats and well-deserved!
July 3, 2012 at 11:53 pm
cbrown-779669 (7/3/2012)
July 3, 2012 at 2:02 pm
Viewing 15 posts - 6,751 through 6,765 (of 11,678 total)