dbTalk Databases Forums  

SQL Backup using SQL Server Management Studio Not Working

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SQL Backup using SQL Server Management Studio Not Working in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Charles Allen
 
Posts: n/a

Default SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 09:53 PM






Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.
--
Charles Allen, MVP


Reply With Quote
  #2  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM






What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #3  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #4  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #5  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #6  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #7  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #8  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #9  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
  #10  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SQL Backup using SQL Server Management Studio Not Working - 08-04-2008 , 10:04 PM



What is the recovery model? How big is the database? What happens when you
run

BACKUP DATABASE foo TO DISK = 'C:\foo.bak';

in a query window? Did you check the file system to see if the BAK file got
created, and if it is being written to? Did you check the SQL Server error
logs, or the event logs on the server? Are you sure the account has write
privileges to the backup folder location specified in the GUI? Are you sure
you used the GUI for this before? Are you sure you used exactly the same
options and that nothing about the database has changed?




On 8/4/08 10:53 PM, in article
80C34E50-8EBB-4A16-9340-46E5B52AC819...soft (DOT) com, "Charles Allen"
<callen (AT) nospam-bkd (DOT) com> wrote:

Quote:
Any time we try to create a backup of a database using any method, including
the backup option on the All Tasks menu, the backup never starts but just
sits there with the word executing.

We have made backups and I am not sure what would have changed to prevent
backups from working.

Any help you can provide would be appreciated.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.