Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi, I think there serdar.db and serdar.log Sybase database files.

I installed the Sybase Anywhere 12 database server. Windows 7 64 Bit. Working now.

My question is. serdar.db and serdar.log files, Anywhere Server How I would like to attach or restored?

asked 16 Feb '12, 06:50

Serdar%20KARA%C3%87AY's gravatar image

Serdar KARAÇAY
16113
accept rate: 0%

edited 15 Mar '13, 18:32

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


If "attach" means "start", just specify the filespec for serdar.db on the dbsrv12 command line:

   "%SQLANY12%\bin64\dbsrv12.exe" serdar.db
permanent link

answered 16 Feb '12, 09:22

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

edited 16 Feb '12, 09:25

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822

In case you come from a MS SQL Server or Sybase ASE background - SQL Anywhere has a different concept: There's no "master database", each database is independent of each other, and so you don't have to "attach" a database to a particular server instance. Instead you can simply

  • start a database engine with the specified database (as Breck has shown) or
  • use the START DATABASE statement to "load" a database on an already running database.
(16 Feb '12, 09:28) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×438
×18

question asked: 16 Feb '12, 06:50

question was seen: 6,096 times

last updated: 15 Mar '13, 18:32