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 vinod kumar mallolu
Do you have the same table structure on both the databases 'x' & 'y' ? ------------------------ Knowledge is not Power !!! But When its acted upon then its Power !!!
What do you mean by memory here: "in this y database i got much memory like around 30 mb." No question is too small.
Confirm the database sizes for x and y by running sp_spaceused @updateusage='true'# Satya SKJ Microsoft SQL Server MVP Contributing Editor & Forums Moderator http://www.SQL-Server-Performance.Com This posting is provided AS IS with no rights for the sake of knowledge sharing.
quote: but in this y database i got much memory like around 30 mb. is it disk space or memory quote: sorry if this is a small question. indeed it is a small question need more info ----------------------------------------