Forum Replies Created

Viewing 15 posts - 20,911 through 20,925 (of 22,184 total)

  • RE: Temporary tables & execution time!!

    It's not hard & fast or black & white. In general terms, using a temp table is not bad. It depends on what you're doing with it and how it's...

  • RE: TSQL Locking and Updating

    allenrlewis (3/4/2008)


    Could you give me a little example that would work on like a Northwind or something.Likethe tsql statement so I can test the theroy.

    I'd have to experiment a bit...

  • RE: Index Usage

    I'm not questioning you, per se, but surely there's a DBA "it depends" on the end of a statement that says maintaining extra indexes makes no difference at all. It...

  • RE: conditional operator

    abd (3/5/2008)


    Thank you Andras and Nisha for your replies

    In fact Andras, yes, this is a short example of my sp

    but the problem here i can not use the IF statement,...

  • RE: View Performance with a Like operater

    This may come as a bit of a shock, but the usual method of performance tuning is not to try to eliminate the use of an index, but rather to...

  • RE: Need to return query result in 0.02 sec

    In addition to what everyone else says, be sure to focus on carefulling picking the clustered index. Because you only get one, you want to be sure it's storing the...

  • RE: May Dragons Cry!

    The man was a legend. I was never a huge fan of D&D, preferring Call of Cthulhu & war games. While I didn't spend lots of time with his game...

  • RE: Performance issue - restored db won't performance unless...

    Just a guess, but are there multiple transactions within the query?

  • RE: Update Query?

    Is that ELSE clause a documented standard? I clearly need to update my documents.

  • RE: New test easily separates good code from bad!

    Almost too accurate to be funny.

    Thanks for sharing.

  • RE: Update Query?

    Yeah, you should be able to employee a CASE statement, but it depends on where you mean to employee it.

  • RE: SELECT CONVERT(float,'-') throws error

    I think, note that key word, it's because of a rounding error when doing an implicit conversion from the string to the float. The other two can do the implicit...

  • RE: Is sys.sql_dependencies important?

    Jack's right.

    The table you asked about is where SQL Server tries to maintain the dependency chain between objects (although it doesn't do a great job at it). It's important...

  • RE: Update Query?

    wtipton (3/3/2008)


    Howdy. I have a customer table rm00101 that has a field userdef2 that needs to be updated with the data in a response code field from a credit card...

  • RE: Sql Server Error Handling

    I was just going to post the exact same link. Cool!

Viewing 15 posts - 20,911 through 20,925 (of 22,184 total)