Viewing 15 posts - 1 through 15 (of 21 total)
SUBSTRING within Derived Column is ur answer. try using sequence of substrings to achieve this.
February 23, 2010 at 9:16 am
" Yes I want to use the RAW file as a source and then update records in the database (tried using TSQL update but not sure about how to get...
February 23, 2010 at 9:11 am
hi, i just restarted SSRS Service..and it worked fine ;)))
February 12, 2010 at 3:42 pm
try some of the following practice and re-monitor ur package:-
1) dataflow property-> Engine Thread Value-> increase
...
February 12, 2010 at 3:31 pm
Did you also try changing the properties of Tablix (from Design) to:
RepeatColumnHeaders/RepeatRowHeaders ->True
February 9, 2010 at 10:50 am
where you find <KeepWithGroup>After</KeepWithGroup>
insert the below code with it:
<RepeatOnNewPage>true</RepeatOnNewPage>
<KeepTogether>true</KeepTogether>
and it should work for you.
--VT
February 9, 2010 at 10:32 am
You need to go into the .RDL code of your report, in that search for <TablixRowHierarchy> which has all your <TablixMembers>. You need to make sure here that each of...
February 9, 2010 at 10:19 am
nop, the user has mentioned that SQL Browser is running under Local Service.
February 8, 2010 at 1:51 pm
Also try changing SQL Server Browser to 'Local System'
Nothin should be run as your NT Authority log on.
Try it and restart the service and re-deploy.
--VT
February 8, 2010 at 12:56 pm
Also try changing SQL Server Browser to 'Local System'
Nothin should be run as your NT Authority log on.
Try it and restart the service and re-deploy.
--VT
February 8, 2010 at 12:56 pm
Also try changing SQL Server Browser to 'Local System'
Nothin should be run as your NT Authority log on.
Try it and restart the service and re-deploy.
--VT
February 8, 2010 at 12:54 pm
Hi,
Your suggested solution is what I have tried earlier which is very true, and because of that I came to know there are 2 members (only) for this [Big vs...
February 8, 2010 at 12:24 pm
As I said earlier, I cannot change anything from BIDS/VS as I dont have access, so there is no point of setting visibility prop to 'True' (or sumthin like tht...
February 8, 2010 at 10:49 am
Viewing 15 posts - 1 through 15 (of 21 total)