Forum Replies Created

Viewing 15 posts - 646 through 660 (of 1,292 total)

  • RE: SP Error

    Do this,

    Create a new database in your Test Server (Only on your Test Server)

    And run the exact script that you posted in this thread and run it. See what the...

  • RE: Query immediately pegs out 24 cores to 100% can someone explain to me why?

    Your table is missing an important Index, it needs to have.

    CREATE NONCLUSTERED INDEX [not_log_x4] ON [dbo].[not_log]

    (

    [nlh_hdr] ASC

    )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING...

  • RE: Log shipping error in restore job

    Can you post the error message you get, since the original post here is someone else error, rather than that, if you can describe your issue, what you have tried,...

  • RE: Basic Linked Server

    I recently posted a blog on Linked Server with Access DB.

    You can visit the site in my signature, try the steps (in GUI) mentioned in my Blog on December 6th.

  • RE: Snapshot Agent Failure

    Everything seems to be fine, and my initial assumption is security permissions for the Agents (which Steve has already mentioned) on that directory, check that one more time.

  • RE: Integration service and database on same server

    steveb. (12/8/2009)


    Bru Medishetty (12/8/2009)


    Even we do implement a single dedicated SSIS Server that takes care of all data movement from multiple server inside our organization. In that way we...

  • RE: Integration service and database on same server

    Even we do implement a single dedicated SSIS Server that takes care of all data movement from multiple server inside our organization. In that way we would take off the...

  • RE: Snapshot Agent Failure

    Where is the directory your snapshot is storing the data.

    If it is a network location, verify and see that you have correct path name.

  • RE: Integration service and database on same server

    satanofhope (12/8/2009)


    Hello everybody,

    For a client I need a to write a rapport to persuade them to get a special integration server. Right now it runs on the same server as...

  • RE: Log shipping error in restore job

    Wow! You responded within 32 days. 😉

  • RE: Connecting to Oracle from SQL

    Hey Adam,

    I already mentioned this in yesterday's reply, you need to see what is Oracle Version you have on the Oracle side and install the client components. (Only Client). After...

  • RE: Connecting to Oracle from SQL

    Hi Dan and Gift,

    The error reported by the OP is occuring since the Oracle Client component is not installed on the machine from where he is trying to connect...

  • RE: Data file problem

    yogaanand.me (12/7/2009)


    Thanks bru

    can u explain briefly how to do with examples ..please

    Examples on what? To add storage go got to ask your Storage / Network / Systems Engineer. They would...

  • RE: Authentification mode

    First what is the reason for this move to Windows only Authentication Mode.

    Have you checked if there are users who are using the SQL Login. If you move to...

  • RE: sql server 2000 patch

    You need to search Microsoft for the latest patches for your product.

    Regarding the assurance that nothing will happen and your applications will not have any issues, that promise cannot be...

Viewing 15 posts - 646 through 660 (of 1,292 total)