Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 no backup option under management

Author  Topic 

learning_grsql
Posting Yak Master

230 Posts

Posted - 2013-11-08 : 15:43:27
Hi,

We have an application with SQL Server 2005 as his database. When I open the database in sql server management studio, under management > it does not give the option like "backup", "copy database", nor there is folder called maintenance plans.

Can you please advise how I can bring back the option?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-11-08 : 16:21:02
Do you see Backup under Tasks in the right click menu of the database?

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

learning_grsql
Posting Yak Master

230 Posts

Posted - 2013-11-09 : 00:25:11
Yes, but I like to schedule automatic backup
Go to Top of Page

jeffw8713
Aged Yak Warrior

819 Posts

Posted - 2013-11-11 : 14:21:00
Open a new query window and execute this: Select @@version;

If that shows the Express Edition, then you don't have access to SQL Server Agent. If you have Standard or Enterprise, then validate that your account has the necessary rights to be able to access agent jobs.
Go to Top of Page

learning_grsql
Posting Yak Master

230 Posts

Posted - 2013-11-17 : 10:49:38
Hi jeffw8713,

Thanks. It shows express version however I installed full version only. It seems the application uses express database and when I installed sql server, I pointed installation path to "C:/program files/applicationname" to make the application work.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2013-11-18 : 12:37:03
If it shows express, then you didn't install full version. I don't know what this means:
quote:

I pointed installation path to "C:/program files/applicationname" to make the application work



Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

learning_grsql
Posting Yak Master

230 Posts

Posted - 2013-12-05 : 08:59:23
Well, when we install SQL Server tools, by default it selects path C:/program files/microsoft sql server, but I changed path to another folder.
Go to Top of Page
   

- Advertisement -