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 |
|
sunsanvin
Master Smack Fu Yak Hacker
1274 Posts |
Posted - 2006-09-08 : 06:58:56
|
| hello friends,i've bee working in DTS just from 2 days.i've one database like 'x' and now i've exported the data to a newly created database 'y'but in this y database i got much memory like around 30 mb.why this happend?sorry if this is a small question.thankyou friends |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-09-08 : 08:16:51
|
| Are you saying that the database is taking more disk space?Check whether it's data or the tr log.If data then use sp_spaceused on the tables to see what the difference is.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|