Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Symmentac-SQL.JPG
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
<joblog><job_log_version version="2.0"/><header><fi
</filler><server>Job server: H
</server><name>Job name: Restore 00323
</name><start_time>Job started: Friday, 25 February 2011 at 11:36:37 AM
</start_time><type>Job type: Restore
</type><log_name>Job Log: BEX_HALO_02449.xml
</log_name><filler>=======
</filler></header><restore
</filler><title>Job Operation - Restore
</title><filler>==========
</filler><machine><machine
Drive and media mount requested: 25/02/2011 11:36:37 AM
</media_mount_date><media_
Drive and media information from media mount: 25/02/2011 11:37:38 AM
</media_mount_date><roboti
</robotic_library_name><dr
</drive_name><slot>Slot: 9
</slot><media_label>Media Label: EYY704L4
</media_label><media_guid>
</media_guid><media_overwr
</media_overwrite_date><me
</media_append_date></medi
</info><info>Network data connection is established between 172.16.5.6:4688 <--> 172.16.5.13:2887
</info><set><set_resource_
</restore_target_device><t
Storage Media #1: " Media created 25/12/2010 4:48:00 AM "
Backup performed on 24/12/2010 at 11:03 PM
Backup set #59: " Daily Differential Backup "
</tape_name><agent_started
</agent_started><start_tim
</start_time><OperationErr
An error occurred on a query to database eTrack.
</OperationErrors><Operati
</OperationErrors><end_tim
</end_time><summary><resto
</restored_databases><file
</file_skipped_stat><new_p
</new_processed_bytes><vlm
</vlm_hist_rateformat2></s
</filler></set></machine><
</filler><end_time>Job ended: Friday, 25 February 2011 at 11:40:16 AM
</end_time><engine_complet
</engine_completion_status
</filler><completeStatus>6
</errorDescription><errorC
You could try redirecting the database to a different name to prove the restore works ok before overwriting it.
Also, you are using the BE differential backup, are you doing any backups from SQL server?
If so you may want to check this article:
http://www.symantec.com/business/support/index?page=content&id=TECH58674






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
The SQL database that i am trying to restore is part of an application, so we do take regular backups through symmantec backup exec 2010. is this what you are asking?
'
Ok, on the restore job you need to set the destination under SQL redirection (not file redirection). This will allow you to restore to a new database name on that SQL server. That explains the errors you were getting as it was trying to connect to the existing database!
I also mentioned the backup method as if you are using Backup Exec for all your SQL backups that is fine, the article i refered to explains problems with using mixed SQL server and Backup Exec backups.
Let me know how you go.
can you please guide me the settings that i have to apply under Microsoft SQL redirection window.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
In the Destination area -
Tick Server: and it will open the box to the right where you put your SQL server name
then
Tick Database: and the box will open, in here you can put the name of db eg. eTrack_Restored
You don't need to specify anything in the 'Destination options' area.
That is all thats required and it will create the db with the new name on your existing server.
Should work fine.
I think you should select one of your sql server and also set a destination-premade sql database.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
or is it just the contents of that database you want to export?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
i have right clicked on the database which is restored then i click on restore, i left the default settings where it asks from which to copy data from...i left the data source as SQL Native Client, server name is local, database i left it on restored, in the next step under destination i selected Access, and then i get this screen, so what should i do over here...
In access you just need to browse to an existing new access database you have created. Once selected you then get the option to choose which tables to export. It's pretty much a case of following the wizard. As you are exporting, there is not much chance of breaking things.
I have done a lot with excel but not much with access so I can't step you through in too much detail.
Let me know if you need more help.
thanks...






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
http://social.msdn.microsoft.com/Forums/en/sqlintegrationservices/thread/b91cf564-500a-4272-8981-c45f45e2a727
It mentions creating the columns in the excel sheet first then using the mapping to destination fields option.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
When you are in the export wizard there is a stage where you get to review data type mapping, that should show you which tables are not compatible.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
It may be easier to create the table structure in an access database but again there is a bit of work involved.
It is probably best you look at the step at the end of the wizard where you can review data type mapping for each table and see where the problems are, this also allows you to choose how you want to handle the conversion or exclude it.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
is it possible to export this database to another server? how? what SQL version should be on that server?
Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.