Forum Replies Created

Viewing 15 posts - 54,886 through 54,900 (of 59,078 total)

  • RE: Processing Comma Separated Lists

    Sorry,

    Was reviewing old PM's and came across this link.  Here's a split function that has no loops... the details, as always, are in the comments...

    drop FUNCTION dbo.fnTSplit

    go

    CREATE FUNCTION dbo.fnTSplit

    /***************************************************************************************************

     Purpose:

     Split a...

  • RE: SLOW Update

    I'm working on fixing that little problem...  I had 84 PM's... when they shifted to the new system, the limit became 50.  I'm working out how to download them (I...

  • RE: Time and day of week (BETWEEN) question

    Where are you getting the CDR's from?  Most CDR's include the CallStartTime as both Date and Time.  And, the call duration is almost always listed in seconds.  To get the...

  • RE: Insert one row in one table and multiple rows on a second table inside transaction

    If you treat Excel like any other application, and you should, you'll soon realize that the best way to do this is to write a little VBS to push the...

  • RE: Question about triggers and cascading.

    I'm thinking that Remi thought you were going to move the triggers that did the insert/update on table B to table B... and that's not what you intend...

    Of course, I...

  • RE: find data type of a field in a select

    Heh... lemme change my stance on this subject ...

    I pretty sure there's something built in ... 😀

  • RE: No autosubscribe when I reply?

    I, too, like "auto-subscribe".  I'd rather manually "unsubscribe" on something...

  • RE: Issue during update

    Sergiy (9/24/2007)


    I guess your problem is terrible design.

    Can you post DDL for your "many tables" to give us an idea what is it about.

    And post one of your triggers. I'm...

  • RE: SLOW Update

    David (9/24/2007)


    Dude (Jeff), you are so smart!!

    Heh... thanks for the compliment, David... but Serqiy is correct... did it work and did it speed things up for you?

  • RE: Subscribe To Forum is VERY cool.

    Lowell... if you're not talking about the RSS feeds, what are you talking about and how do you do it?  That would be great if I knew how...

  • RE: New post notification

    I absolutely agree!  Tell the Developers "Thank You"!  This makes life a lot easier for us!

  • RE: Query Optimization in SQL Server

    There are two different strategies... one is the system... cache, I/O, memory, load balancing, splitting TempDB for each CPU, etc, etc, ad nausium.

    The other is the techniques used in the actual queries...

  • RE: find data type of a field in a select

    Ninja's_RGR'us (9/24/2007)


    As I said, while IT DOESN'T help for this case... that function has a lot of good info...

    :).

    Ah...  got it... thought you'd stumbled into something cool.  Thanks, Remi.

  • RE: find data type of a field in a select

    noeld (9/24/2007)


    Honestly I don't understand how much faster do you get when BOL has the "return type" and is very easy to bookmark/use 😉

    Yup... I agree... said something similar above.

  • RE: Oh, HELL NO!

    I just check the posts that have changed...

    How do you do that?  That would be most useful to me...

Viewing 15 posts - 54,886 through 54,900 (of 59,078 total)