Viewing 4 posts - 1 through 4 (of 4 total)
Sorry for the late reply. I received the backup for the database fom my source peoples. Issue solved. Thanks all for your sugessions:-)
Regards,
Sathish.K
June 27, 2011 at 7:39 am
:-)thanks a lot guys:-)
Really helpful
June 16, 2011 at 2:44 pm
i got that..
Could u please help me with any script to move the datas in a database to another database.
this could help me a lot
Thanks in advance:-)
June 16, 2011 at 12:25 pm
i used this query:
RESTORE HEADERONLY
FROM DISK = N'H:\sample.bak'
WITH NOUNLOAD;
GO
i found '1' in 'backup type' attribute
Its Full backup type.
June 16, 2011 at 12:10 pm
Viewing 4 posts - 1 through 4 (of 4 total)