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.
| Author |
Topic |
|
hko
Starting Member
8 Posts |
Posted - 2001-10-31 : 06:14:51
|
| Hi all,A while ago I posted a problem (on another forum of thesqlteam site) stating that my ADO cursor of the openKeysettype changed to the openDynamic type automatically when usingthe Personal Edition of Sql Server. I have by now found out thatit has nothing to do with the PE, the source of the problem liesin my use of DTS.I have database on a NT Server machine running the standard editionof SS2000 and when I use DTS to copy this database (tables and views) toa NT Client machine running the PE of SS2000, EVERYTHING is copied:tables, fields,attributes, datarecords etc, EXCEPT the keys of all thetables ! SS states the all tables have been copied succesfully.Can anyone tell me why the keys aren't copied along with the restof the tabledefinition ? Is this a bug or a feature ? I haven't seenit on the fixed list of SP1 for SS2000. However I won't be happy if I have to add all keys to all tables again...and that every time I copy a newversion of the database from the server to a client running PE.Any help would be much appreciated.Regards,HKO. |
|
|
|
|
|