Viewing 4 posts - 1 through 4 (of 4 total)
Hi lmu92,
thanks for your answer!
This way I get the "value" column filled, but the id and name column stays empty...(of course, there is no sql:field property for them)
If I replace
<ElementType...
February 15, 2010 at 12:25 am
I don't want to update the primary keys but the foreign keys.
But I really don't want to do that, I just want to update my data conveniently.
Let's use my example...
September 29, 2009 at 8:47 am
Thanks for telling me the correct name.
We use a mixed enviroment with 7, 2000 and 2005 servers and I thought it was a 2005 server.
If it bothers you so much...
August 21, 2009 at 12:08 am
Hi,
thanks for you answers! Unfortunately we are still using MSSQL2000 so I have to use PIVOT tables like this:
SELECT
mana,
SUM(CASE WHEN abna='NW' THEN pro ELSE 0 END) AS...
August 20, 2009 at 5:16 am
Viewing 4 posts - 1 through 4 (of 4 total)