Viewing 15 posts - 31 through 45 (of 94 total)
Hi,
Check this link: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=61765&SiteID=1. Hope you find your answer here...
October 5, 2007 at 3:14 am
Hi,
What you could do is:
In the Parameter Mapping tab click on Add and create a parameter to map with the variable you had created.
In the Execute SQL Task General...
October 4, 2007 at 6:24 am
Hi,
I reckon what you need is to execute the package along with its configuration without having to always select the configuration file from the DTExecUI utility. Therefore you look for...
September 24, 2007 at 4:13 am
Hi,
Could you give a little bit more information regarding this? I am of the impression that you need to only added new record if GM-Hello-1 specifically exists in the flat...
September 24, 2007 at 3:23 am
Hi,
I assume that you are using a Data Flow Task, and that you need to write a SQL statement in the data source which would filter data based on...
September 3, 2007 at 2:47 am
Hi,
Does your password contain punctuation symbols (ideally a semicolon ";")? If so try supplying your password within double quotes.
Let me know if it works.
July 26, 2007 at 12:01 am
Hi Tim,
Instead of checking for NULL, try checking for an empty string like the following in the derived column expression:
[LaborRateEffectiveDate] == '' ? [ActivationDate] : [LaborRateEffectiveDate]
Let me know if...
July 12, 2007 at 5:57 am
Hi,
I assume that you are using an Execute SQL Task and an OLEDB Connection Manager. In the SQL statement that you have given above the ? placeholders should not be...
July 12, 2007 at 5:23 am
Hi,
I found a few links to problems faced by others which are similar to yours. Hope you could find a solutions here:
https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1417123&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=925127&SiteID=1
http://www.eggheadcafe.com/forumarchives/sqlserverintegrationsvcs/feb2006/post25445179.asp
Regards,
Gogula
June 6, 2007 at 11:46 pm
Hi Ryan,
The error message shows that it is a Send Mail Task error. Do you have any Send Mail Tasks in the same package, maybe under the Event Handlers tab...
June 6, 2007 at 11:03 pm
Hi,
I suggest you use the first option (Script to file) instead of the second. The second option is to publish your database to server on the web or so.
After creating...
May 31, 2007 at 9:17 pm
Hi,
You could also try the Microsoft SQL Server Database Publishing Wizard, which can be used to transfer all objects and data from one SQL Server to another.
Regards
May 28, 2007 at 12:51 am
Hi,
This could most probably be because Access and SQL Server have some differences, and the data that coming in from Access could be incompatible with SQL Server. Also, check if...
May 28, 2007 at 12:38 am
Hi,
I have noticed that you are converting the field into Numeric(5,0) which I gather is full numbers, right?
Anyways, I simulated your problem and the same problem occurs. By changing the...
May 25, 2007 at 5:38 am
Hi,
SSIS is a fully fledged ETL tool, and as with DTS, you need not worry about the table structure and number of fields not being the same (or even the...
May 23, 2007 at 1:02 am
Viewing 15 posts - 31 through 45 (of 94 total)