Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: How to Write automatic trigger on a specified time in sql server 2005 Express

    thanks a lot for giving valuable suggestion

    could you please explain me procedure to do such job?

    thanks again !

  • RE: update problem in sql server express

    hi

    i have been created the product table for the selling of products.

    so counted the total sum of like quantity from product table.

    next i want to update the total sum of...

  • RE: update problem in sql server express

    hi,

    i want to update total sum of quantity not only quantity.

  • RE: update problem in sql server express

    hello,

    i have been already created a table "product"

    and run a select query.

    but i need update query for total sum(quantity) where productID=@productID and suppliername=@suppliername

    where productID and suppliername is composite key

    so plz...

  • RE: substract the quantity

    hi everyone,

    i did a query for obtain sum of total quantity for display in gridview like as;-

    select productID,productname,suppliername,SUM(quantity)as quantity,unitprice from product group by

    productID,productname,suppliername,unitprice;

    next i need to update sum of total...

  • RE: substract the quantity

    hi ramesh

    i m sorry because i forgotten adding some information.

    i have one addition column purchaseorderIDalong with other column in table product

    which is also composite key like other composite key

    next

    i have...

  • RE: substract the quantity

    hiiiii ramesh

    thanx for answer

    i will check it

  • RE: substract the quantity

    hi thanx for for valuable reply.

    actually what i need are explained here :-

    i have a product table having column like as:

    productID productname suppliername quantity...

Viewing 8 posts - 1 through 8 (of 8 total)