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
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Import data

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-11-20 : 08:05:56
kamal writes "How I can Import data through view


Thanks

Kamal"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2003-11-20 : 08:07:00
Same way as you would through a table: bcp, BULK INSERT, DTS, or regular INSERT statements. There are rules that must be met in order for a view to be insertable/updateable, you can find them in Books Online under "CREATE VIEW".
Go to Top of Page

nsrao
Starting Member

3 Posts

Posted - 2003-12-04 : 05:25:02
how to import tally(accounts package) data into sql database, it has extension of .500 please help me. thanks for advance
Go to Top of Page

nsrao
Starting Member

3 Posts

Posted - 2003-12-04 : 05:56:37
How to increase the no. of concurrent user in the sql2000 server database.

In the database if more than 8 users are accessing at a time the corresponding table is getting locked for some time and later it is opening again. Please help me .
Go to Top of Page

nsrao
Starting Member

3 Posts

Posted - 2003-12-04 : 06:13:12
How to increase the no. of concurrent user in the sql2000 server database.

In the database if more than 8 users are accessing at a time the corresponding table is getting locked for some time and later it is opening again. Please help me .
Go to Top of Page
   

- Advertisement -