Hi All,
I have had a file sent to me from the customer, and it has a .dat extension. They said it was a dump of the sql database. How do I restore this file? I have tried using restore database, and import DTS with no luck. I looked into copying data from a data file into sql, and am still lost. The name of the data file is sqldump.dat. I don't know what the source table name or field layouts are, how do I bring this file into my sql server, and have it create the database, and tables.
Please help me.
I have had a file sent to me from the customer, and it has a .dat extension. They said it was a dump of the sql database. How do I restore this file? I have tried using restore database, and import DTS with no luck. I looked into copying data from a data file into sql, and am still lost. The name of the data file is sqldump.dat. I don't know what the source table name or field layouts are, how do I bring this file into my sql server, and have it create the database, and tables.
Please help me.