Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 relations,primary,missingschemaaction... questions

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-06-23 : 01:51:17
- does missingschemaaction add missing stuff to DB or only inside the dataset
- when we fill dataset, don t tables in my dataset get filled automatically with primary keys, relations, foreign keys..and so on or do we have to recreate all those in the dataset again although they exist in the physical DB. Is missingschemaaction…supposed to fix the pb.
-if we wanna define datarelation, primary key, foreign key…in the dataset, should we always have them first in the physical database or can we just add and define them in the dataset even if they re not in the physical tables in SQL server. How about primary key, can we define prmary key in dataset even if we don t have it in the real table in SQL server
   

- Advertisement -