M
moondaddy
Is there a limit to how many tables you can have in a dataset? I have a
situation where it would really be advantageous to use one main dataset to
marshal various tables via a web service. the problem is that we have a
group of about 50 tables that are all very closely related and we usually
need to send or receive about 1 to 3 tables at a time, but it can be any
combination of the 50 tables. if we break them down into smaller datasets
(logical groupings of tables) then we will have to retrieve multiple
datasets which would require several round trips or serializing them all
into a blob and parsing them out on the other side (messy). So, is there
any good reason why having 50 or so tables in a dataset schema would be a
bad idea?
Thanks
situation where it would really be advantageous to use one main dataset to
marshal various tables via a web service. the problem is that we have a
group of about 50 tables that are all very closely related and we usually
need to send or receive about 1 to 3 tables at a time, but it can be any
combination of the 50 tables. if we break them down into smaller datasets
(logical groupings of tables) then we will have to retrieve multiple
datasets which would require several round trips or serializing them all
into a blob and parsing them out on the other side (messy). So, is there
any good reason why having 50 or so tables in a dataset schema would be a
bad idea?
Thanks