|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Developing apps with sql server tablesHi
How do you develop applications with tables in SQL Server? I mean how do you copy tables to other computers? Do you make it by 'CREATE TABLE' SQL Query? With big tables (with many columns) this way isn't so good I think. Thx Mrozu Mrozu wrote:
> Hi Well, if you mean copying data to other servers (such as test server,> > How do you develop applications with tables in SQL Server? I mean how > do you copy tables to other computers? Do you make it by 'CREATE > TABLE' SQL Query? With big tables (with many columns) this way isn't > so good I think. > > Thx Mrozu development server etc) you can use DTS ( data transformation services) for copying data. Another way is taking backups and restoring on the other machine. --
For Next Loop - Manual Might Be Wrong
API FindFirstFile\FindNextFile vs GetFiles How to Type cast ArrayList items to class objects Best practices for creating a "wizard" VB 2005 with Active Directory Application quit after button click Strange Datagrid Behavior use varible value in include file How to use Resource files in VS 2005? EventType clr20r3 system.io.filenotfoundexception |
|||||||||||||||||||||||