Hi,
Lots of thanks to Mr. Sebastian Leupold and Mr. Wes Tatters.
I have got you mean but i have solved my problem by following way.
1, from development environment and production environment, First I have finalize one DB which have all module Extension installed and most of pages created.
2, Second, check which environment have less pages created and module than do manually all action ( pages created and module ) like CMS pages with its content to DB which have most of thing done.
e.g ,
select * from ProductionDNNDB.dbo.Tabs where TabName not in ( select TabName from TestDNNDB.dbo.Tabs where PortalID = 0) and PortalID = 0
by above sql query i have find production environment have less pages created than development environment than i have manually created pages and its content by super admin on site in development DB.
3, This way create one DNN DB which have all CMS pages and module, now i will make live (release) with this DB.
Thanks & Regards,
Jitesh Dhuravala