Forum Replies Created

Viewing 15 posts - 7,111 through 7,125 (of 7,429 total)

  • RE: eWeek Performance Results

    I know of no driver combination that works great with JDBC. The Microsoft one still being a beta could face drastic changes before it is all over. If not already...

  • RE: sql server and arabic langage?

    Sorry I don't work with other languages. Hoepfully there is someone else who will post and I will look thou and see if I can find details and let you...

  • RE: Select "No DATA"

    That is because in

    CASE

    WHEN (SELECT siteid FROM billable_transactions where callid = 'Crew' AND siteid='') IS NULL

    you have to have the ship name in that siteid as well so for ARCADIA...

  • RE: sql server and arabic langage?

    http://www.microsoft.com/sql

    Yes, when you do an install of SQL Server you can choose the language and other aspects of the server settings.

    "Don't roll your eyes at me. I will tape them...

  • RE: Log file 13 GB

    If you are talking about BACKUP DATABASE and BACKUP LOG then one of the easiest places is to run in Query Analyzer. Also are you wanting to truncate the data...

  • RE: DTS job Failed, Pkg started manually and work.

    Oh just FYI...

    On failure here is what my error file outputs, this is a simple example:

    Package Name: New Package

    Package Description: (null)

    Package ID: {FE9D1E6F-9C70-4A59-A7E3-F3545CCDCA6C}

    Package Version: {579B96D6-AE19-442D-AAEE-31795863F01B}

    Package Execution Lineage: {784324C6-2F9A-45AE-83DB-1FED38B8C3B0}

    Executed On: PINACLE

    Executed...

  • RE: DTS job Failed, Pkg started manually and work.

    If none of the above then you may need to catch some more detail. If you re using SQL 7 open package properties and setup an error file, if 2000...

  • RE: Remote Backup

    It is possible (not sure what all to do to setup with MSDE as I don't use). But keep in mind it may not be feasible to accomplish with such...

  • RE: DTS job Failed, Pkg started manually and work.

    There can be numerous reason, do you have any more error details? Problems can occurr with packages out of the blue, the problem is unless starts happening often and you...

  • RE: what is sql server ?

    Your question is a little vague, can you be more specific on what it is you are questioning. Basics of SQL is it is a relational database managment system like...

  • RE: Remote Backup

    First and foremost, my biggest concern is the size of the database going across the link. You may have troubles with that slow of a link with getting a 200...

  • RE: Remote Backup

    First what speed is the connection and how big is the database?

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: ORACLE 9i Linked Server

    What was the full error message from SQL 2000 connection (number and all please)?

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: Is 0% Downtime Possible?

    The only thing you should have added is where you measure your downtime, 1 day, 1 month, Mon-Fri 8 to 5. We set our service levels based on tiem frames...

  • RE: unwanted blank row in txt file when using isql >>

    If the queries are on the same server and return the same number of columns of the same datatype, redo your queries in a union

    Query1

    UNION ALL

    Query2

    That way they output together....

Viewing 15 posts - 7,111 through 7,125 (of 7,429 total)