Viewing 8 posts - 1 through 8 (of 8 total)
presuming you are doing this in the context of an SP and you want to immediately get a handle to the inserted column you can do the following.
Add identity column...
July 29, 2009 at 1:44 am
Hi Phil,
I'm using VS2005 which has the control intgrated into it.
For VWD you may need to download the redist package from
I think the above needs .net 3.5 to...
September 12, 2008 at 7:25 am
I've found that you can usually get a little bit more control over Reporting Services reports when you add them to a web page via the Reportviewer control.
Not sure if...
September 11, 2008 at 10:07 am
If you are trying to add a Reporting Services report, but the rdl file is not available to you, you can recreate/download it from the reportserver.In a browser go to
September 11, 2008 at 9:35 am
if you can put up with having to open excel manually, you can simply paste the result + headers...make sure you have the option to copy result headers switched on.
From...
September 4, 2008 at 7:45 am
Could you please post the entire query used as the data source?
I've had this error before when using the DateDiff function, so I'm wondering if you are using datediff either...
April 15, 2008 at 1:44 am
Hi,
Are you sure that the field in the query is returning a numeric data type?
for example if I use
select '1' as MyNum
union (select '2')
union(select '3')
and try to add a summed...
April 14, 2008 at 2:32 am
Viewing 8 posts - 1 through 8 (of 8 total)