Forum Replies Created

Viewing 15 posts - 5,281 through 5,295 (of 8,416 total)

  • RE: Today's Random Word!

    mbricker-600840 (3/16/2010)


    I used to work for a company that had a frozen marguerita machine in the kitchen

    Why would anyone freeze a marguerita machine? πŸ˜› :w00t:

  • RE: Sending SMS through Stored Procedures???

    nraaj.del (3/16/2010)


    @SSCarpal Tunnel,

    Allright, but i want seperate application would be stored procedure, so could i send SMS through Stored procedure.

    My name is Paul πŸ˜›

    The stored procedure should just write...

  • RE: Orpaned logins

    Lynn Pettis (3/16/2010)


    Good point. This is definately one I should look at now before I don't have time to go back and fix it later.

    That's odd, I did not...

  • RE: Identify columns changed

    You can use IF UPDATE or COLUMNS_UPDATED, see Programming DML Triggers for details and examples.

  • RE: Splitting A String

    Eralper (3/16/2010)


    You can find reference documents about the code for sql split string function

    Yikes. XML is not the right tool for the job when it comes to string splitting.

    The...

  • RE: Sending SMS through Stored Procedures???

    Store the data describing the message you want to send to a queue table.

    Write a separate application to read from that table and send the messages.

  • RE: Server: Msg 8124, Level 16, State 1, Procedure

    Way too much code. If you can present your problem using a simple example, you will get a better answer, faster.

  • RE: select all field except field wich have NULL value

    vijay.s (3/16/2010)


    Unpivot is the best way to achieve this task.

    It has certainly been suggested at least twice already, but I am intrigued to know how you can say it is...

  • Viewing 15 posts - 5,281 through 5,295 (of 8,416 total)