Forum Replies Created

Viewing 15 posts - 42,886 through 42,900 (of 49,566 total)

  • RE: 80040e14 - SQL statement syntax error

    Let's break this up so that it's easier to see. (note, my VB is exceedingly rusty, so check for obvious errors)

    single quotes (') are SQL string delimitors. Double quotes (")...

  • RE: Backup job fail

    kumar99ms (11/27/2008)


    Where are the backups been written to? os error

    Where are the backups been written to?

    (Local drive, network drive, tape, DVD, flash drive, etc)

    What's the error message? network error...

  • RE: CHAR or VARCHAR?

    If all the strings in the table are going to be more or less the same length (within say 10 characters, depending on size) then char, otherwise varchar.

    Things like ID...

  • RE: Log shipping restore error

    Nazier.vdrheede (11/27/2008)


    The log in this backup set terminates at LSN XXX, which is too early to apply to the database. A more recent log backup that includes LSN XXX can...

  • RE: SP error on run

    pri.amin (11/27/2008)


    Sorry about the formatting.

    Can you edit your post to fix it please?

    Run the updates and the inserts in that proc one by one until you find the one throwing...

  • RE: CHAR or VARCHAR?

    It's a 2 byte overhead for storing the length (although that's not exactly what is stored on the pages)

    There's no memory impact for expanding varchars, but it can cause page...

  • RE: User defined function working differently on tables within same database

    Then there's something wrong somewhere in the function.

    Please can you post the table's definition (the one that's failing) as a create table, and the function's definition along with a couple...

  • RE: Backup job fail

    Which of your backups are failing?

    Where are the backups been written to?

    What's the error message?

    How long have the backups been failing for?

  • RE: Page level locking is disabled????

    HanShi (11/27/2008)


    When it is ON a lot of locking will occur and the performance falls down. We added a scheduled job to change the setting to ON just before...

  • RE: User defined function working differently on tables within same database

    Moral of the story: Store dates in datetime columns, not as varchar.

    Any possibility of fixing the tables?

  • RE: Happy Thanksgiving

    Sorin Petcu (11/27/2008)


    Can anyone says something without referencing wikipedia? 😉

    On this site, yes, frequently.

    We reference Books Online and MSDN instead. 😀

  • RE: Transactional Replication and no Primary Keys

    If you have no primary keys (aside, why not?) then you cannot do transactional replication. You can use snapshot, which will copy the entire database over at scheduled intervals, but...

  • RE: Happy Thanksgiving

    Happy normal working day to all the people in the rest of the world.

  • RE: I/O error in sqlserver2000

    Any errors in the SQL error log?

    Is this the first time that you've seen an IO error?

    When you have a couple hours where the server won't be heavily used, please...

  • RE: about the sqlserver.20081121163006.dmp file

    Not much point in contacting CSS. SQL 2000 is no longer supported. (unless your company has an extended support contract with MS that is)

Viewing 15 posts - 42,886 through 42,900 (of 49,566 total)