Forum Replies Created

Viewing 15 posts - 57,541 through 57,555 (of 59,048 total)

  • RE: trigger help needed

    Yep... I know that xp_CmdShell is "serial" and not asynchronus in nature... that's why I normally check the data before I put it in a trigger.  But, I have seen...

  • RE: trigger help needed

    Think "language barrier" and email mono-tones folks... Sometimes folks get pretty short and it isn't meant to be rude... it just sounds that way.  Add English as a second language...

  • RE: trigger help needed

    I just did a quick read on this... it is possible to write to a table from within a trigger and not have it roll back but only if you...

  • RE: creating column name from a variable

    Considering that the original poster had troubles with the dynamic SQL to create the column, you might want to demo how to test for the column's existance with some generic...

  • RE: time format

    Both sides of the coin?  I normally end up looking at the edge of the coin, too

  • RE: words of a string

    Just a note... if you take to long writing a post, this site looses it's mind  and destroys your post... ALWAYS remember to COPY...

  • RE: two tables or one?

    Not sure you'd have to worry about the locks to create a simple sum... and, everytime someone made a new entry in the food table, you'd have to do an...

  • RE: time format

    True... but sometimes there is no application.  Besides, formatting a date is a simple form of data manipulation... why not do "data manipulation" in a database? 

  • RE: creating column name from a variable

    It looks like a denormalized reporting or summary table that they will add a column to for every quarter...

  • RE: words of a string

    >>BTW. Why do you need SQL Server? What's wrong with file system?

    >>There is no way. It must be proper database solution.

    You just confused the heck out of me

  • RE: words of a string

    What's the best way to use the file system to do such a quick search?

  • RE: words of a string

    Sure... although I have to eat a bit of crow on this one

    A frequent poster by the name of Serqiy and I...

  • RE: words of a string

    Outstanding... thank you for the feedback.  I always wondered how the performance of a CLR would compare.

    Yep, you are correct... the CLR is easier to write AND has the utility...

  • RE: words of a string

    Remi... remember my response when you asked about DTS??? This is a perfect example.

    Ok... now for the rest of us humans   If...

  • RE: words of a string

    Nice function, Serqei... how many rows per second are you able to process with it?

Viewing 15 posts - 57,541 through 57,555 (of 59,048 total)