not just DTS, but also in some of my queries.
when i try to transfer a table from a Sql Server 7 database on one server to a Sql Server 6 database on another, the operation fails, with a message to the effect that the query optimiser didn't like the fact that there were more than 8000 bytes in the GROUP BY clause.
there is nothing special about my table that i can see; it has around 20 fields, of mixed datatypes, three nvarchar fields of 4000 bytes.
i have tried leaving out some of the fields but short of trying all the possible permutations, feel sure that this must be something to do with the fact that i am transferring into an older version.
does anyone have a suggestion?
thanks
g
when i try to transfer a table from a Sql Server 7 database on one server to a Sql Server 6 database on another, the operation fails, with a message to the effect that the query optimiser didn't like the fact that there were more than 8000 bytes in the GROUP BY clause.
there is nothing special about my table that i can see; it has around 20 fields, of mixed datatypes, three nvarchar fields of 4000 bytes.
i have tried leaving out some of the fields but short of trying all the possible permutations, feel sure that this must be something to do with the fact that i am transferring into an older version.
does anyone have a suggestion?
thanks
g