Forum Replies Created

Viewing 15 posts - 22,681 through 22,695 (of 26,486 total)

  • RE: SQL Server stopped responding

    Not an error I have experienced. I'm with DavidB, what do the SQL Server and Windows logs show at the time the server stopped responding?

  • RE: Tutorial/Tips on writing SPs that are fast and upto standards of development

    Just remember that the help you get here is free, so don't get impatient if you don't get a response right away. We do this to help out our...

  • RE: SQL Server stopped responding

    I think that may only be true on Express. I have DAC enabled on our servers and have tested connection to it without having to restart the servers with...

  • RE: bcp syntax error

    Try adding the database name to the query: pubs.dbo.authors (or whatever your db name is).

  • RE: Backup Question

    I would not trust restores using an open-file backup. You don't know if the database will be in a consistent state upon a restore.

    We have ARCServer on several servers....

  • RE: SQL Server stopped responding

    When you configured SQL Server 2005 did you enable DAC? If so, can you connect using it?

  • RE: 2K5, Full-text Indexing, Ranking BREAKS after 15-20 Seconds

    bvaljalo (1/29/2009)


    Wow.

    1,000,000 users on the site, and not one person can take a few minutes to help me out with this.

    I'll be sure to keep the *amazing* resource...

  • RE: Getting Errors

    Can't help if we don't know what the problem is. Your post doesn't provide any details.

  • RE: how to convert seconds to HH:MM:SS format?

    Let me know if this fits your bill:

    declare @secs tinyint,

    @mins tinyint,

    ...

  • RE: The Oscars

    Ivanna Noh (2/1/2009)


    just been to see "Revolutionary Road" - quite good, but pretty angsty

    best movie i've seen for a while was "The Illusionist" (2006) - captivating movie with a great...

  • RE: Desperate for Help

    Are you inserting or updating data? You say inserting in your original post, but I'm just checking to be sure.

  • RE: Guest Editorial: And Now; a Recitation

    Matt Miller (2/2/2009)


    Lynn Pettis (2/2/2009)


    Phil Factor (2/2/2009)


    Steve, you're supposed to be on holiday!

    Typical geek, can't stay away. I should know, I do the same thing here, even when away...

  • RE: SSIS Package keeps failing

    latingntlman (2/2/2009)


    Thanks, that worked.

    Another question:

    I'm trying to add a Data Flow step to my package thru BI Studio, but can't seem to find the equivalent of sql 2000 Server Enterprise...

  • RE: Tutorial/Tips on writing SPs that are fast and upto standards of development

    GilaMonster (2/2/2009)


    idrees.butt (2/2/2009)

    Also is there anyway on this forum that I can communicate on phone directly to experts to explain the situation and get quick help on that medium?

    Sure....

  • RE: Desperate for Help

    Please take the time to read the first article linked in my signature block below regarding asking for assistance. Follow the guidelines in that article and post your table...

Viewing 15 posts - 22,681 through 22,695 (of 26,486 total)