Viewing 15 posts - 7,846 through 7,860 (of 11,678 total)
Very interesting question, as I don't have SP1 installed yet on our server.
Luckily I guessed the intent of the question and realised that the first answer was a typo.
Let the...
February 24, 2012 at 12:54 am
Evil Kraig F (2/23/2012)
To your specific points.File System Tasks: Try it, but the script equivalent is more robust. I use it rarely.
Second that one. The File System Task is...
February 24, 2012 at 12:36 am
David Walker-278941 (2/23/2012)
SSIS expression language is a horrible language! I had to write some...
February 24, 2012 at 12:31 am
You can set the time-out behaviour on the database server, but I would advice not setting it to infinite. It can affect other applications as well and can cause programs...
February 24, 2012 at 12:28 am
In SSIS, use the datatype DT_NTEXT instead of the regular DT_WSTR.
February 24, 2012 at 12:20 am
February 24, 2012 at 12:17 am
Do you use Windows Authentication or SQL Server Authentication?
February 24, 2012 at 12:15 am
Are you running in 32-bit mode?
February 24, 2012 at 12:14 am
You have a bit of conflicting requirements 🙂
Rollback if there's a failure, but still insert some rows somewhere.
If you could do everything in TQSL you could maybe do a TRY...
February 24, 2012 at 12:13 am
subhaannai (2/22/2012)
February 22, 2012 at 1:13 pm
subhaannai (2/22/2012)
I have to include a header and footer in my file, based on the number of records in the file.Thats y i opted Script component.
Can u pls...
February 22, 2012 at 11:01 am
I think there's something wrong with that First function.
It has the entire boolean statement as a parameter:
Fields!IsSales.Value, "spBOSS2012_Reports_InvoiceHeader") = 1 or (Fields!NEWBOSS.Value, "spBOSS2012_Reports_InvoiceHeader") = 0
February 22, 2012 at 2:22 am
Carlo Romagnano (2/22/2012)
Koen Verbeeck (2/22/2012)
Damn you MSDN!Any documentation that supports the correct answer?
I found this: http://msdn.microsoft.com/en-us/library/ms190249.aspx
It states that:
To change the default values for any one of the database options for...
February 22, 2012 at 1:34 am
Viewing 15 posts - 7,846 through 7,860 (of 11,678 total)