Forum Replies Created

Viewing 15 posts - 496 through 510 (of 1,082 total)

  • RE: Error when Creating a View

    could you run this for me please :

    sp_Helptext 'ddllogger'

  • RE: Error when Creating a View

    mmm

    Is that the only code that is on the screen when you hit F5 or run?

    Because the error seeems to be in a procedure ddllogger and not in the view?

    Thanks

    Chris

  • RE: Which is better

    I agree

    I normally always replace spaces with tabs.

    I currently work with a tab the length of 4 spaces.

    But work with people that insist on reformatting my code to 2 or...

  • RE: Which is better

    Really why do you hate tabs 🙁

  • RE: CLR vs Dynamic SQL?

    thanks for that 🙂

    I thought that might be the case, but thought I would check just in case Jeff had some magic in his pocket he he he

  • RE: CLR vs Dynamic SQL?

    mmm ok Jeff you confused me.

    Mainly cause I didn't know you could do that to start with. Secondly I'm not sure how that will help?

    Thanks

    Chris

  • RE: Which is better

    Thanks for the alternative Jeff 🙂

    but I must say sorry I don't know how the hanging ) stayed as it did.

    )

    )

    Lets see...

  • RE: CLR vs Dynamic SQL?

    yeah I mean I could have a proc that runs the dynamic sql and the dataset returned could be inserted into a temp table and the the main proc just...

  • RE: CLR vs Dynamic SQL?

    Sorry there is user table that basically has the user Id with the field id and what they can and can't see, and yes the query will use different tables...

  • RE: Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs

    WOW,

    Not sure if it's even worth giving my praise to this master piece of an article after all the praise that has been given already...

    But I just can't help myself..

    Jeff...

  • RE: CLR vs Dynamic SQL?

    The main reason I'm asking this questions, is because yes this can be done all in sql with pretty good performace.

    It just seems weird to solve this problem with a...

  • RE: CLR vs Dynamic SQL?

    Ok let me see if I can supply for info here.

    The design of the system is not mine and I can't change it! So with regards to design good or...

  • RE: CLR vs Dynamic SQL?

    Sorry about that:

    Ok so this is what is used to create the dynamic query or should I say what is returned here is what I need to use to get...

  • RE: Power and Deception of CTEs

    Good point Steve, I was asking just yesterday about the left join vs NOT Exists, and well Gail gave me a very good visible answer and well ... like you...

  • RE: Which is better

    Thanks Gail,

    Now that is what I call taking the time to explain something with proof 🙂

    I could see from the plan it was better but just wasn't sure why..

    thanks again...

Viewing 15 posts - 496 through 510 (of 1,082 total)