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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-11-20 : 08:05:56
|
| kamal writes "How I can Import data through viewThanksKamal" |
|
|
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". |
 |
|
|
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 |
 |
|
|
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 . |
 |
|
|
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 . |
 |
|
|
|
|
|