Forum Replies Created

Viewing 15 posts - 14,896 through 14,910 (of 15,381 total)

  • RE: problem with the right outer join

    bizzyjunky (3/15/2011)


    You are using a right join which is only counting employees that belong to each type.

    I suspect you are trying to list all employee types irrespective of whether there...

  • RE: Stored Procedure Help

    njdevils39 (3/14/2011)


    so how should the code look with the execute statement, I apologize for so many questions

    as I said several posts ago..

    take a look at sp_executesql

  • RE: Stored Procedure Help

    if @sql has the sql you want to execute then yes.

    In a previous post you said it was only updating one group...

  • RE: Stored Procedure Help

    So you showed me the code for your proc, which still doesn't execute your dynamic sql. You still haven't showed what parameters you are sending in. I can't help you...

  • RE: Stored Procedure Help

    What is the stored proc code? What parameters are you passing it?

  • RE: SP Help

    Go look in the other thread. It was all there. You just need to execute your dynamic string.

  • RE: SP Help

    You said you don't want dynamic sql but that is what this is. Do you want dynamic sql or not?

  • RE: SP Help

    This is the third of fourth thread where you are basically asking the same thing over and over. People keep asking for details and the best we get is extremely...

  • RE: Data Transformation Question

    Your 2¢ may prevent a lot of hand wrings and hair pulling.

    I'm actually doing an upgrade of some software along with SQL changes, so I'm building my SQL...

  • RE: Data Transformation Question

    Just my 2¢, but I would remove it and fix the VB code that is referencing it. If you still have code that is using it you run the risk...

  • RE: Data Transformation Question

    Nice job posting your ddl and data in a consumable format. KUDOS!!!!!!!!!

    insert ProductCategory

    select ID, CategoryID from product

    Is that what you are looking for? Also i assume you are planning...

  • RE: SUBSTRING Question?

    Try using datalength instead of a hardcoded length. Think that should get you the desired result.

  • RE: Types of Composite Keys

    Sounds a lot like homework to me???

  • RE: ISDATE difference from client and server

    Sounds like regional settings are different on these two servers.

  • RE: working and stopped time from devices logs

    Hi and welcome to SSC. We need a little information about what you are trying to do before anybody will be able to help. Please see the link in my...

Viewing 15 posts - 14,896 through 14,910 (of 15,381 total)