Forum Replies Created

Viewing 15 posts - 45,736 through 45,750 (of 59,063 total)

  • RE: BEGIN Commit trans

    SET XACT_ABORT ON

  • RE: Quick Question about Using Functions, creates 30k lines in profiler

    I'll also add that unless your database has been set to be case sensitive, then you don't need the extra overhead of all the UPPER() functions...

  • RE: View became incorrect when fields added to table

    Not sure it's appropriate for all of this, but if you mearly add columns to a table and the view doesn't need to be changed because it doesn't use the...

  • RE: How to use Bulk insert with file format "" and with out in cvs file

    Yes... create a format file. \" is the escape character for a single quote in the delimiter column. First character in the datafile must have a length of 1...

  • RE: Truncate Referenced Table

    Tim.Wilson-Brown (1/19/2009)


    Is there any reason why you used NVARCHAR(128) rather than SYSNAME?

    SYSNAME would make the script more portable between versions - and enforce restrictions on content.

    I agree that SYSNAME would...

  • RE: Release memory to OS

    Karthikeyan.Ponniah (1/19/2009)


    Hi my DB is 130GB and one of the tables is 40GB. I doesnt need this table for test environments; hence I truncated or even dropped the table. but...

  • RE: create view problem

    Sorry... you can't have "control of flow" statements like "IF" in a view.

    It could, however, be easily accomplished in a stored procedure and then you could use the result of...

  • RE: Question whit bulk copy

    I believe the file name needs to be in quotes, folks.

  • RE: Disable and enable trigger

    Yes... there is. Please see "Enable Trigger" and "Disable Trigger" in Books Online.

    Also, I'd be very, very wary of doing such a thing. The tirgger(s) were put on...

  • RE: Why do people need to do this?

    john.arnott (1/19/2009)


    I've had to present a "best guess" at matching events from two data sources. Each source provides a subject identifier that tells where a package came from, but...

  • RE: Why do people need to do this?

    Jacob Luebbers (1/19/2009)


    Hey Jeff,

    Not sure if you're including "running sum" or similar problems in your question...? If so, a common reason for needing that in my experience...

  • RE: Are the posted questions getting worse?

    Jack Corbett (1/19/2009)


    K. Brian Kelley (1/19/2009)


    GilaMonster (1/19/2009)


    Jack Corbett (1/19/2009)


    That's probably my favorite feature of the google toolbar, spell checking just like in Word.

    Firefox has that built in. Why do you...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/19/2009)


    🙂 and I'm in the middle of writing a blog rant titled "Bad Advice". It's funny when lots of people write on similar topics at once.

    Maybe not so funny......

  • RE: Are the posted questions getting worse?

    RBarryYoung (1/19/2009)


    I'll take a look at it if you want, Jeff. Just to see how much of it is about me. 😀

    "You have mail". 😛

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/19/2009)


    Bob Hovious (1/19/2009)


    I keep biohazard emblems for all occasions. Sort of like online mood rings. You too can compile your own library if you...

Viewing 15 posts - 45,736 through 45,750 (of 59,063 total)