Forum Replies Created

Viewing 15 posts - 301 through 315 (of 472 total)

  • RE: Linked server queries

    There aren't any new triggers that I can see. We really don't use them very much.

    The Redneck DBA

  • RE: Linked server queries

    I didn't mess with read uncommitted.

    One of the things BOL says about it is: "This option has the same effect as setting NOLOCK on all tables in all...

    The Redneck DBA

  • RE: Linked server queries

    But even if NOLOCK did work, that solves the opposite problem of what I have doesn't it? I would expect nolock to allow the select statment to run even...

    The Redneck DBA

  • RE: Linked server queries

    Another strange thing... I tried to reproduce it on another server by changing my query from:

    [PROD-SERVER-NAME].DBNAME.dbo.TableName to [DEV-SERVER-NAME].DBNAME.dbo.TableName and I can't reproduce the locking behavior.

    What types of...

    The Redneck DBA

  • RE: Linked server queries

    I wish we could do that, but the servers involved here are scattered all over the country and can't really be combined.

    The Redneck DBA

  • RE: Linked server queries

    That's interesting. I would expect that to allow the select statement to run if something else was in the middle of a transaction and that was preventing the select...

    The Redneck DBA

  • RE: Linked server queries

    Yes, there are lots of joins, but with that collation setting shouldn't those all be done remotely and not on the calling server?

    I'm still fighting with this thing. I...

    The Redneck DBA

  • RE: Linked server queries

    I tried playing with that, but it didn't seem to make a difference.

    I finally gave up and made a stored procedure on the server that gets hit, and just execute...

    The Redneck DBA

  • RE: SQL Stack dump error- Help me debugging this

    Do you know if there is a way to make SQL not create these dump files?

    Some of the ones it creates are 0.5GB+ and they take up a lot of...

    The Redneck DBA

  • RE: FORMATMESSAGE

    From BOL:

    FORMATMESSAGE looks up the message in the current language of the user. If there is no localized version of the message, the U.S. English version is used.

    The Redneck DBA

  • RE: dynamic sql syntax automatic restore

    If you still can't get it, post the new script you are trying to run and the error you are getting. Might help someone troubleshoot and get you some...

    The Redneck DBA

  • RE: dynamic sql syntax automatic restore

    nailosuper (8/14/2008)


    Hi , can anyone help me about dynamic sql. I try to write an automatic restore script. But i don't know the syntax and i get always errors.

    i don't...

    The Redneck DBA

  • RE: Verifying File Integrity

    What syntax do you use to run that before it is attached?

    The Redneck DBA

  • RE: Verifying File Integrity

    Perry Whittle (8/12/2008)


    have the backup verify the files at backup time. if storing on a backup on a network,

    backup to local drive first then copy to network

    It's not backup files...

    The Redneck DBA

  • RE: Same SQL on multiple databases.

    That's pretty much what I'm doing, just using regular loop instead of a cursor, and I have my execute outside of the loop after the sql is constructed for all...

    The Redneck DBA

Viewing 15 posts - 301 through 315 (of 472 total)