Results 1 to 3 of 3

Thread: MS SQL Server and Sybase on same server ?

  1. #1
    Join Date
    Sep 2002
    Posts
    13

    MS SQL Server and Sybase on same server ?

    Does any of you have experiences with Sybase and MS SQL server installed on the same server ? I prefere to keep our servers "clean" with HW dedicated to MS SQL, but one of our sites has installed both db engines on same server, and are having problems. Could you help me with arguments ?

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    With each database in its own server you can allocate all resources to that database, in a mixed environment you have to make sure that one does not starve another database for resources.

    Also, a lot depends on type of applications hitting the database. If both are CPU or I/O intensive then you have a massive bottleneck.

  3. #3
    Join Date
    Sep 2002
    Posts
    53
    Another minor thought is executables that are the same for both Sybase and MSSQL Server. 'isql' exists both in MSSQL Server (legacy ) and Sybase. bcp would be included as well, and there are probably a number of other ones i haven't mentioned.

    Care would have to be taken to ensure you are 'hitting' the proper server when using these utilities. And since Sybase and MSSQL Server share a common past (and still are similiar in many ways), confusion could result if a person is not careful.

    Jim

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •