Viewing 15 posts - 16 through 30 (of 36 total)
Thank you all for your reply.
My problem was solved.
My mistake is I am using SET ANSI_WARNINGS OFF, I am missing a colon at the end.
When I put a colon, SET...
July 25, 2012 at 9:40 am
In my package, I am collecting the values from a table into a variable using execute sql task and then passing those values to for each loop.
It will load the...
July 24, 2012 at 7:18 am
try to add Excel File Path property instead of connection string in connection manager ,connection expressions.
July 23, 2012 at 2:55 pm
Thank you for your reply.
Your guess is almost correct, my problem is the Oracle source that I am calling is not in TNS file, my DBA told me that and...
June 28, 2012 at 3:09 pm
Thank you all for your reply.,,
June 28, 2012 at 7:40 am
Here my problem is the data is coming from an Oracle source and is loading into a SQL table.
The Oracle data is updated at anytime , so I need to...
June 27, 2012 at 4:23 pm
Try to adjust the Size and location of the Image and text box from properties window.
June 26, 2012 at 10:11 am
There is no limit for subreports as per my understanding because I am currently working with 30 subreports for my KPI.
Adjust the size and location of each subreport in properties...
June 26, 2012 at 10:07 am
Try to Adjust the Subreport Locaton and size in Properties window.
June 26, 2012 at 10:03 am
Hello krishusavalia,
use this.
SELECT distinct ID,SUBSTRING(NAME1, 1, DATALENGTH(NAME1)/2 - 1) AS [temp]
FROM
#temp1 c CROSS APPLY
(SELECT CONVERT(NVARCHAR(10), NAME) + '|' AS [text()]
FROM #temp1 o
WHERE o.ID = c.ID
ORDER BY o.NAME
FOR XML PATH('')) AS...
June 18, 2012 at 1:13 pm
Drop table deletes only the column headings not the data.
I didn't find a way to delete the data from Excel. In my work, I copied the excel with a new...
June 14, 2012 at 2:11 pm
Thanks Koen,
I solved this issue using 3 excute sql tasks and is working fine now.
June 14, 2012 at 1:58 pm
Thanks Parkin for your reply.
I need my output must be in Excel, I found one of the articles where he is using a execute sql task to write in an...
June 7, 2012 at 10:37 am
Thank you for your reply John.
then can you tell me how can I avoid that?
December 16, 2011 at 7:37 am
thank you friends.
with the Replace function, my convert function is working fine.
December 7, 2011 at 11:09 am
Viewing 15 posts - 16 through 30 (of 36 total)