I can't save on SQL server 2008.

We run on SQL Server 2005 backup and had no problem at all, but as soon as we went to 2008 he started failing. Nothing was changed with the exception of sql server. The app is run remotely. The permissions are checked and work. What can be?

Original title: backup failed for server 'ServerName '.

Hi ainirbod,

You must post your question in the TechNet Forums because it caters to an audience of it professionals.

Check out the link-

http://social.technet.Microsoft.com/forums/en-us/categories

 

 

Hope this helps!

Tags: Windows

Similar Questions

  • It comes to my sql server 2008 2 pack

    I can't update my sql server 2008 2 pack it says that it has detected an error with a code 40007 84 and I don't know what to do if you could help me on this problem that would be great

    You will find assistance appropriate in this forum: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Is Chinese simplified program SQL can work in Chinese Traditioinal Server 2008?

    Is Chinese simplified program SQL can work in Windows Server 2008 and Chinese Traditioinal Traditioinal Chinese SQL server 2008?

    Hello

    Thank you for visiting the Microsoft answers community site. The question you have posted is related to (SQL) and would be better suited in the Community (Insert here). Please visit the link below to find communities that will provide the support ask youhttp://social.technet.microsoft.com/Forums/en-US/sqlgetstarted/threads

    I would say as you follow the link and check.
    http://sqlug.be/blogs/steves_sql_blog/archive/2007/06/13/import-Chinese-characters-using-cpdts-DLL.aspx

  • Windows Live Photo Gallery requires SQL Server 2005. Can I use SQL Server 2008?

    I wanted to try the windows photo gallery live which is installed with my new laptop windows 7. I recently installed SQL Server 2008 and had removed the installation of SQL Server 2005 because I didn't both there because I'd only use 2008. but I didn't know that the 2005 version required windows live photo gallery. is there a way so that it can use the existing version of 2008 so I did not reinstall 2005? Thank you!

    Hello.

    The question you have posted is related to Windows Live Photo gallery and would be better suited to the Windows Live community. Please visit the link below to find a community that will provide the support you want.
    http://social.answers.microsoft.com/Forums/en-SG/wlmedia/threads.
     
    It will be useful.
     
    Thank you and best regards,
     
    Srinivas
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • compatibility of Windows 7 Home Premium with Visual Studio 2010, Visual Studio 2012, Sql Server 2008 and can be Sql Sever 2012.

    Hi, I'm going to buy a new laptop in which I get Windows 7 Home Premium. I'm going to use MS Visual Studio 2010, Visual Studio 2012, Sql Server 2008 and can be Sql Sever 2012. I'll use the other tools of development also. I just want to know fact these races of software in this operating system.

    It's the operating system have a compatibility issue with these software or other tools of development.

    Best place to look is the MS site for these products and consider the requirements specified

  • I can't find the link to download the program installation of SQL Server 2008 R2 or disk image

    Hello

    I'm trying to find the image disk or self-extracting installer of SQL Server 2008 R2 Evaluation Version. Would be nice if someone gave me the link.

    Hello

    Your question is beyond the scope of these forums.

    Please ask this question in the following forums.

    Category of the SQL Server:

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

    Concerning

  • How sql server 2008 (655) is different from sql server 2008 (612) I can't find any link for (655) directly?

    I want that sql server 2008 (655), but this is not supported in my visual studio he says: "the required version 655 and you have 612! now what to do with it? help if anyone knows. How to handle this!

    Thanks in advance: Arif Shaikh

    This issue is beyond the scope of this site and must be placed on Technet or MSDN

    http://social.technet.Microsoft.com/forums/en-us/home

    http://social.msdn.Microsoft.com/forums/en-us/home

  • Download Manager "Server returned an Error" when you try to reinstall SQL Server 2008 R2 180-day free trial

    I'm trying to install the trial version of SQL Server 2008 R2 on my computer for the second time within the period of 180 days, because last time it has installed without Analysis Services, I needed. The first time it installed fine.

    I do not get a specific error message - once the Download Manager comes to extract the SQLFULL_x86_ENU.exe file, a box opens and says "the server returned an error. Would you like to try again? "and continues to appear if I try again and block the Download Manager.

    I have Windows 7 and a 32-bit computer. Is the question the fact that it is the second time that I install, or something else? I would have thought that the error would have been more accurate, if that were the case. If so, what can I do to get the software installed on my machine for the rest of the trial period?

    Thanks please help!

    Hello RobPeterscheck,

    If this is your 2nd time to install, did you uninstall the original SQL version until you tried to reinstall?

    You can temporarily disable the download manager in Internet Explorer and then activate once you have installed the download you want. This will help to highlight if Download Manager is the problem.
    Log on with an account that has privileges Administrativer.
    Open Internet Explorer.

    Click on 'Tools' on 'Internet Options'.
    Go to the Security tab.
    Go to custom level.
    Go to the downloads Section.
    Find the file downloads tab and disable the option button.
    Click OK.

    Restart to save the changes.

    Please reply back and let us know if this can help.

    Sincerely,

    Marilyn

  • Migartion SQL Server 2008 database 11 GR 2 database

    Hi Expert,

    At the moment I am using SQL Server 2008R2 database and I want to migrate the Oracle Server 11 GR 2, what stage will be suitable for me, someone suggest me?

    Kind regards

    Moin

    I, ve successfully because the migration of MS Server2008R2 of Oracle database 11 g 2.

    1. install the JDBC driver 3d for MS SQL Server (jtds - 1.2 in our case) and save it in SQL Developer.

    2. to ensure that we are able to connect to SQL Server DB (you have the IP address, the name of DB and credentials).

    3. in SQL Developer 3.2.2 go to tools/Migration and select "Create Database capture Scripts".

    4. Select SQL Server 2008 in the drop-down list and set the scripts directory.

    5 run it, it will create two *. BAT files in the selected directory.

    5. go to this directory and run the OMWB_OFFLINE_CAPTURE. BAT script like:

    -To run this script, enter the following command at the prompt.

    ----

    -OMWB_OFFLINE_CAPTURE login_id server_name database_name password

    -where,

    -login_id is a login id that has been granted db_datareader

    - and look up the definition on database_name

    -password is the password for the login id

    -database_name is the name of the database you want to capture

    -servername is the name of the server on which lies the database

    -For example,.

    -OMWB_OFFLINE_CAPTURE his employeeDB DEPT1_SERVER sapwd

    This script uses the bcp.exe utility to export the metadata and data from the DB in SQL SERVER specified in the sqlserver2008.ocp file.

    When it's done, you're ready for offline migration.

    6. in SQL Developer, go to tools/Migration/Migrate, follow the instructions in the wizard, select Migration offline and use the generated file sqlserver2008.ocp.

    There are break settings that you can change the options and control the output of the process. The Migration process will generate one or more files for Oracle SQL.

    7. run the scripts generated against your Oracle DB.

    8. it's her.

  • How to solve problems online datamove for 1 of 3 SQL Server 2008 migration.

    I have 3 databases SQL Server 2008 I need to migrate to Oracle 11 g 2 with data only. For all the databases that I can capture, convert and deploy the database target. I can also do this with success a data movement for 2 databases online. The third database runs for about 2 hours and gives a message that the migration completed with success, but not a single line of any of the tables invades. How to understand what failed. I see nothing in the reports with SQL Developer (3.2.20.09). To save time and since I'm only interested in the tables, indexes, and data, after capturing the model, I remove developer QL, views, procedures, functions, sequences and triggers before disguised step.

    Hello

    did you remove the views, procedures, functions, etc. of the model only convert to the database where you have the problem or did you do the same for all three database?

    Did you look at the MIGRLOG table in your repository of migration? It contain useful information?

    Concerning
    Wolfgang

  • Error message when I run delete the query in SQL Server 2008.

    Error message when I run delete the query in SQL Server 2008 SP3.

    Error message:

    MSG 0, level 11, State 0, line 0
    A serious error occurred on the current command.  The results, if any, should be discarded.

    I never got any problem since 5 years.

    Please let me know what is the cause of the problem.

    You can get a response better/faster if repost you your question in the instances of SQL Server dedicated from Microsoft here:

    http://social.technet.microsoft.com/Forums/en-us/category/sqlserver .

    Thank you.   :)

    (I'm sorry, but I can't move this thread for you because the two forums are working on separate platforms)

  • In SQL Server 2008 full-text search engine

    I want to write queries by using the full text on the AdventureWorks2008 database search tool in SQL Server 2008.

    When I right click on the affected table the full text index option is grayed out.

    When I questioned sys.dm_fts_index_population to display tables with full-text indexes populated that it showed me that there is none and yet when I tried to create a single showed me an error message saying that there was already a full text index.

    What happens here?

    E-mail address is removed from the privacy *.

    You may find that you will get a better/more response if you post in dedicated SQL Server official forums from Microsoft here:

    http://social.technet.microsoft.com/Forums/en-us/category/sqlserver .

    Thank you.  :)

    (I'm sorry, but I can't move this thread for you because the two forums are working on separate platforms)

  • need help with SQL Server 2008 R2 deadlock uninstall process

    I installed SQL Server 2008 R2 trial version on my PC running Windows Vista Ultimate, a day ago, but he placed himself completely in the disk partition (E :) that I specified. [i.e. I found some parts of the installation in my C:\program files as well as a USB as well].

    I tried to uninstall SQL Server 2008 R2, but was only partially successful.  I'm prevented from uninsalling the main parts using the programs and features Panel - that is "Microsoft SQL Server 2008 R2" and "Microsoft SQL Server 2008 R2 Setup (in English).

    Still visible are:

    1 C:\Program Files (x 86) \Microsoft SQL Server

    2 C:\Program Files (x 86) \Microsoft Visual Studio 9.0

    3 C:\ProgramData\Microsoft\Windows\Start demarrer\programmes\microsoft SQL Server 2008 R2

    I would like your help to uninstall the other goals of SQL Server, so that I can do a clean install once more.

    Any advice on how SQL Server 2008 R2 evaluation version must be correctly installed what a future unistall is not messy, would be welcome.

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the SQL Server forums. Please post your question in the SQL Server forums.

    http://social.msdn.Microsoft.com/forums/en/category/SQLServer

  • SQL Server 2008 R2 error fix 18056

    How can solve us the issue mentioned below in SQL Server 2008 R2.

    The client failed to reuse a session with SPID XX, which was returned to the connection pool. This error may be due to earlier malfunction. Check the error for the failed operations logs just prior to this error message.

    Kind regards

    Rashid

    Thanks for visiting the site of the community of Microsoft Windows. The question you have posted is related to SQL Server 2008 and would be better suited to the MSDN Community. Please visit the link below to find a community that will provide the support you want.
    http://social.msdn.Microsoft.com/forums/en/category/SQLServer
  • evaluation period of windows server 2008 and sql server 2008 r2 on a few 10 users?

    can I get an evaluation period for windows server 2008 standard or sql server 2008 r2 standard for on some 10 users for 1-2 months?

    Hello

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

Maybe you are looking for