Forum Replies Created

Viewing 15 posts - 10,111 through 10,125 (of 15,381 total)

  • RE: Generating percentage for each month in SP

    sa06rdy (11/7/2012)


    Thanx Sean,

    At present the script will just calculate Numerator/Denomenatorx100 from 2012-apr-01 to current date.

    I am looking to split the result for each individual month aganist each ward.

    Sample Output...

  • RE: Need converting a table to XML

    stephenmbell (11/7/2012)


    I am very far from an expert when it comes to working with xml - but I have some exposure to it. I was recently given a project...

  • RE: Generating percentage for each month in SP

    Please see the first link in my signature about best practices when posting questions. From what you posted nobody can run any code and we have no idea what you...

  • RE: Need to search an array list through a text column with wildcards.

    Thanks for the sample data and the stripped down version. Reading this again it is obvious that what you need is to read the article I suggested about splitting strings....

  • RE: script uses INT variable as if one lower than set value

    fwob04 (11/7/2012)


    As I mentioned previously there are several more tables involved. If one of them is the "key" table in the database, that archives one would be it, so...

  • RE: delete top 1000 rows from table

    Matt Miller (#4) (11/7/2012)


    Sean Lange (11/7/2012)


    Matt Miller (#4) (11/7/2012)


    Sean Lange (11/5/2012)


    yogi123 (11/5/2012)


    Hello

    I need to delete 1000 rows from table and it should do it batch wise.

    means

    i need to loop delete...

  • RE: Need to search an array list through a text column with wildcards.

    Hi and welcome to SSC. It is very hard for somebody to understand your exact problem here because we have nothing to reference (tables, data, etc). It seems that part...

  • RE: script uses INT variable as if one lower than set value

    I don't have code for creating the database. As I indicated previously, I didn't create the thing, I just get stuck cleaning it up when the end user does something...

  • RE: trigger

    river1 (11/7/2012)


    How can I send the data sample?

    Text file?

    Insert statements.

    Take a look at the first link in my signature about best practices when posting questions.

  • RE: delete top 1000 rows from table

    Matt Miller (#4) (11/7/2012)


    Sean Lange (11/5/2012)


    yogi123 (11/5/2012)


    Hello

    I need to delete 1000 rows from table and it should do it batch wise.

    means

    i need to loop delete statement that delete top 1000...

  • RE: trigger

    river1 (11/7/2012)


    That updates the entire table!

    I have deleted my first trigger and created a new one based on the code changes you told me.

    The trigger is now like:

    USE [SGCTCentral]

    GO

    /****** Object:...

  • RE: script uses INT variable as if one lower than set value

    fwob04 (11/7/2012)


    It didn't occur to me to verify the datatypes were the same, good point. Unfortunately it didn't help this time as the datatype is int.

    Just checking here.

    I...

  • RE: trigger

    river1 (11/7/2012)


    I dont understand the code below:

    update contribuintes

    set

    nif = d.nif,

    ...

  • RE: trigger

    This table also has a trigger.

    The code is:

    Your trigger needs to be completely rewritten. You can't handle multiple row updates. This whole thing needs to be set based or you...

  • RE: Are the posted questions getting worse?

    Jeff Moden (11/6/2012)


    Sean Lange (11/6/2012)


    ROFL. I drove past this bar the other day...honest it is called RBAR.

    See the attached photo.

    Heh... truly kindred "spirits". 😛

    **groan**

Viewing 15 posts - 10,111 through 10,125 (of 15,381 total)