Viewing 15 posts - 796 through 810 (of 926 total)
it means you need to fetch these field data
you can do following:
create a subreport, place that in the "YOURREPORT", and show these field.
OR
create parameters in the report. get these...
December 13, 2013 at 3:42 am
In 'ReportServer' db you can find the following view
1. ExecutionLog
2. ExecutionLog2
3. ExecutionLog3
Find the relative Data from them i hope it will serve the purpose for u.
December 13, 2013 at 12:56 am
if there is large data set in the #Temp table, all you find in the query execution plan is "tableScan" for #Temp table, If you need to increase the performance...
December 13, 2013 at 12:20 am
is this table consist of all field with varchar/nvarchar, or there are multiple data types. i am asking this because if you have all varchar field it is a issue...
December 13, 2013 at 12:10 am
try following
1: Remove the Old ADO.NET Source and place the new one.
2: Select the Connection (Also test the connection).
3: Place the query, without Column99 and click the "Preview" button available...
December 13, 2013 at 12:04 am
Tanya_mj (12/12/2013)
I tried doing that too, excluding the column99 in the select list in the ADO NET source. But it still throws the same error.
what is your source type? can...
December 12, 2013 at 11:34 pm
ananda.murugesan (12/12/2013)
Grant Fritchey (12/12/2013)
And yet, it's failing. It has to be an issue with the password on the application. The error is terribly clear.
I want to know if an issue...
December 12, 2013 at 10:51 pm
Best practice is to only fetch the required columns from source its speedup things, so that you do not get into these kind of issues. Furthermore, there is no issue...
December 12, 2013 at 10:48 pm
Jim1234 (12/12/2013)
In my case, multiple sheet is not preffered. Is there any way to rename the CSV column header. It is giving text box names now. For ex, Emp_Name1...
December 12, 2013 at 4:18 am
Koen Verbeeck (12/12/2013)
avdhut.k (12/12/2013)
I don't want all the requirement to be done by you,
I just described by ...
December 12, 2013 at 1:05 am
Koen Verbeeck (12/12/2013)
twin.devil (12/12/2013)
look like a assignment for you Koen :hehe:I'll send my hourly rate... 😛 😀
hmmmm .... one should look for a bank for loan 😛
December 12, 2013 at 12:57 am
look like a assignment for you Koen :hehe:
December 12, 2013 at 12:34 am
Okay , what is the Row Per Batch value configured on your destination level?
December 12, 2013 at 12:13 am
in bulk insert Task options, what is the value of 'TabLocK' and the value of batchSize?
By the way, why you want to view the data in that table? is for...
December 11, 2013 at 4:48 am
try to make a copy of the excel file and then use bulk insert. by doing so you can avoid the blocking source issue.
December 11, 2013 at 3:58 am
Viewing 15 posts - 796 through 810 (of 926 total)