Forum Replies Created

Viewing 15 posts - 91 through 105 (of 130 total)

  • RE: update from Oracle -> SQL Server 2000

    1. Simple but not verra elegant

    2. Create linked server views using Openquery and join on the results. Much less BARFY

    3. Suppose it would work.

     


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: automatic statistics collection?

    As per BOL:

    SQL Server automatically updates this statistical information periodically as the data in the tables changes. The sampling is random across data pages, and taken from the table or...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: SQL Server has poor connection to SQL 2000 !!!!

    And then there was the time some contractors installed an Aeronet (radio lan comms) on the roof and picked the same ip as one of our SQL servers. Took a...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Update Data from Excel to SQL Server

    Or, you could create an Access adp (Project) and have some incarnation of the Transfer command to shift the data to the project - which would then update SQL Server.

    An...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Running Commands in Order in QA

    Yeah that should be right.

    OR you could try praying (I'm guessing you'd be good at that).

     


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Fired Alert doesnt notify operators

    BOL says:

    Severity levels from 19 through 25 send a Microsoft® SQL Server™ message to the Microsoft Windows® application log and trigger an alert. Events with severity levels less than 19...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: SQL Server has poor connection to SQL 2000 !!!!

    Just that you should be more precise...

    'I have 1 NT server running SQL 7 and 1 Win2K server running  SQL 7'  - seems fairly clear...

    'Both have very poor communication with...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: DTC, Distributed Query Error.

    I just got this error and saw Technet references to a setting under Windows 2003 server which disables Network access to the DTC.

    In my case though, I am trying to...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: DTS: Querying a package

    Right Click on Workflow, go to "Workflow Properties" / "Options" tick DSO Rowset Provider.

    Don't choose "Properties" as that won't give you what you want.

    DB

     


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Arggh! Quad Xeon only using one processor for SQL Server - why?

    Not a solution but you can test for parallelism by querying as:

    Select * from reasonablylargetable option (maxdop X)

    where X is the number of processors you would like used. If...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Using Index on View on Linked Server table

    I think you'll find that Openquery passes the command to an OLE DB Provider which is then processed at the target server - so if you place a where clause...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: URGENT HELP : SQL Server 7.0 on Windows 2000 Installation Problems

    Terminal Services is unlikely to provide the level of access you need to the files and registry (i.e. probably WONT WORK)

    Your only hope here is to start the install from...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Testing a linked Server

    No solution but very interesting reading on: http://www.sommarskog.se/error-handling-II.html. The Background article is very good too. Hope the site works for you as I just got a page not found...


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Testing a linked Server

    That's a bugger. It's likely I will want to do the same someday soon - I'll have a go at it and get back to you.

    DB

     


    The systems fine with no users loggged in. Can we keep it that way ?br>

  • RE: Testing a linked Server

    But testing for a result by interrogating table information might help yes ? What I'm thinking here is that you check the linked server has been defined, then try to...


    The systems fine with no users loggged in. Can we keep it that way ?br>

Viewing 15 posts - 91 through 105 (of 130 total)