Answered by:
sql server management studio

Question
-
Hello
i am using sql server management studio 2008 with (evaluation version of 180 days). I have created tables, stored procedure related to my project connected to my local server name. Now i am not able to open it, since evaluation period has expired. How can i recover previously created tables, stored procedure ?????
- Edited by sgrash Thursday, February 20, 2014 5:17 AM
Thursday, February 20, 2014 5:16 AM
Answers
-
Hello
i am using sql server management studio 2008 with (evaluation version of 180 days). I have created tables, stored procedure related to my project connected to my local server name. Now i am not able to open it, since evaluation period has expired. How can i recover previously created tables, stored procedure ?????
refer below post which is similar to yours.
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
Praveen Dsa | MCITP - Database Administrator 2008 | My Blog | My Page- Proposed as answer by Papy Normand Thursday, February 20, 2014 8:07 AM
- Marked as answer by Sofiya Li Wednesday, February 26, 2014 2:37 AM
Thursday, February 20, 2014 5:36 AM -
Hello
i am using sql server management studio 2008 with (evaluation version of 180 days). I have created tables, stored procedure related to my project connected to my local server name. Now i am not able to open it, since evaluation period has expired. How can i recover previously created tables, stored procedure ?????
As probably , not an advised method ,but if you have no other options you can change System date of you PC and start the SQL Server.It will start but please be informed that changing system date can have implications on your SQL Server data if you use timestamp column.
Other method would be to perform an edition upgrade to a licensed version
Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
- Marked as answer by Sofiya Li Wednesday, February 26, 2014 2:37 AM
- Edited by Shanky_621MVP Wednesday, February 26, 2014 9:11 AM
Thursday, February 20, 2014 8:57 AM -
if i change date of pc, can i get back my previously created tables and stored procedure???
Yes they would be there all tables and objects would be there but it might be possible that consistency of column datetime or date might not be guaranteed .This is just amethod to login into SQL Server dont perform any updates if you have other SQL Server you can use SSIS or import export wizard to move data .Its just a workaround to start your system please dont start workign on DB after changing date you would mess upPlease mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
- Marked as answer by Sofiya Li Wednesday, February 26, 2014 2:37 AM
Thursday, February 20, 2014 12:16 PM
All replies
-
you can attach the databases (mdf and Ldf ) files to other server and attach the database with them
Ramesh Babu Vavilla MCTS,MSBI
- Proposed as answer by Shridhar J Joshi Thursday, February 20, 2014 5:43 AM
Thursday, February 20, 2014 5:35 AM -
Hello
i am using sql server management studio 2008 with (evaluation version of 180 days). I have created tables, stored procedure related to my project connected to my local server name. Now i am not able to open it, since evaluation period has expired. How can i recover previously created tables, stored procedure ?????
refer below post which is similar to yours.
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
Praveen Dsa | MCITP - Database Administrator 2008 | My Blog | My Page- Proposed as answer by Papy Normand Thursday, February 20, 2014 8:07 AM
- Marked as answer by Sofiya Li Wednesday, February 26, 2014 2:37 AM
Thursday, February 20, 2014 5:36 AM -
- Set up SS 2008 express
- Try to open the .mdf/.ldf file of the expired database, after you've attached the old DB, using express version
Many Thanks & Best Regards, Hua Min
- Edited by Jackson_1990 Thursday, February 20, 2014 5:39 AM
Thursday, February 20, 2014 5:37 AM -
can you tell me procedure???Thursday, February 20, 2014 5:43 AM
-
sgrash,
- Set up the SQL Server 2008 Express edition first. This should help you:
- Now attach the mdf files and create a new database as follows:
http://technet.microsoft.com/en-us/library/ms190209.aspx
Thanks,
Jay
<If the post was helpful mark as 'Helpful' and if the post answered your query, mark as 'Answered'>- Proposed as answer by Papy Normand Thursday, February 20, 2014 8:08 AM
Thursday, February 20, 2014 7:02 AM -
Hello
i am using sql server management studio 2008 with (evaluation version of 180 days). I have created tables, stored procedure related to my project connected to my local server name. Now i am not able to open it, since evaluation period has expired. How can i recover previously created tables, stored procedure ?????
As probably , not an advised method ,but if you have no other options you can change System date of you PC and start the SQL Server.It will start but please be informed that changing system date can have implications on your SQL Server data if you use timestamp column.
Other method would be to perform an edition upgrade to a licensed version
Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
- Marked as answer by Sofiya Li Wednesday, February 26, 2014 2:37 AM
- Edited by Shanky_621MVP Wednesday, February 26, 2014 9:11 AM
Thursday, February 20, 2014 8:57 AM -
if i change date of pc, can i get back my previously created tables and stored procedure???Thursday, February 20, 2014 11:05 AM
-
if i change date of pc, can i get back my previously created tables and stored procedure???
Yes they would be there all tables and objects would be there but it might be possible that consistency of column datetime or date might not be guaranteed .This is just amethod to login into SQL Server dont perform any updates if you have other SQL Server you can use SSIS or import export wizard to move data .Its just a workaround to start your system please dont start workign on DB after changing date you would mess upPlease mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
- Marked as answer by Sofiya Li Wednesday, February 26, 2014 2:37 AM
Thursday, February 20, 2014 12:16 PM