Forum Replies Created

Viewing 15 posts - 51,541 through 51,555 (of 59,072 total)

  • RE: Ready Made Code Snippet Tool Box Courtesy of SCOM

    Nice short to-the-point article on some very useful information... thanks!

  • RE: how to design audit trail

    There are several system functions to help you in the area of user names...

    USER

    USER_ID()

    USER_NAME() -- Same as CURRENT_USER

    SESSION_USER

    SYSTEM_USER -- Probably the one you're looking for.

    Using the @@SPID system...

  • RE: sp_OACreate and sp_OAMethed Heelllllpppp Please

    Great description, Pcplayer... that one is a bit out of scope for things I've done, but between the description and the error messages you've shown, someone is bound to help......

  • RE: how to design audit trail

    molecule_kaab (3/23/2008)


    Now I decide the table for tracking change, including old value and new value

    I wonder that if I use TRIGGER, can it tell which field is modified.

    I want to...

  • RE: sp_OACreate and sp_OAMethed Heelllllpppp Please

    A better question would be... what is it that you're actually trying to do using OLE Automation?

  • RE: daily sales should be zero and not absent

    I agree with Matt and Barry... a permanent date table would be much faster than any other method. Lot's more convenient, too, because all the dates are always available....

  • RE: daily sales should be zero and not absent

    ace (3/22/2008)


    Also, since I only need a month's worth of data at a time I'm willing to risk lesser performance in order to not have to administer another table.

    I appreciate...

  • RE: Anyone knows "developer" version of sql 2005 ?

    Thanks... lots of folks don't know when I'm joking or not...

    On the serious side, the really neat thing about the Developer's edition is that every developer can have it on...

  • RE: Migrating from Dev to Prod

    If you're gonna use a compare tool to promote from Dev to Prod, you might as well just give the developers full access to Prod... unless you do a code...

  • RE: Complicated Query - SQL Gurus Help please

    If you would take the data you originally posted and put it and a simple table definition into the form that Lynn asked you to, that would be great 😉

  • RE: space check

    ksullivan (3/22/2008)


    There is no need to include upper() in the where clause. TSQL is not case sensitive.

    Not quite true... the default is to setup SQL Server so that it...

  • RE: How to make Sql server Performance faster?

    With the information provided, all I can say is did you remember to hit the "Run SQL Faster"? 😀

    Seriously, though... we need a bit more information. First, 30,000 rows...

  • RE: Bulk insert from excel 2003 failed

    Yan Gao (1/9/2008)


    Jeff Moden (1/4/2008)


    How did it help? What was the problem?

    I had the file open. Once I closed it, it imported fine...:)

    Heh... I had the same problem...

  • RE: Vardecimal

    Ah... I see... No big difference there... Use IF on SQL Server... just like you can in Oracle in this "case" 😀

    It sounds like you're worried a bit about...

  • RE: SELECT WITH NOLOCKS

    Regardless of what the cause of the deadlock is, I guarantee it's going to be code that has a BEGIN TRAN/COMMIT in it... unless someone went nuts using that everywhere,...

Viewing 15 posts - 51,541 through 51,555 (of 59,072 total)