Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. luckyguy

    How can i create a store procedure to update the date?

    Im going to create a store procedure to update the "datesale" in a table which called salesorders.My assumption is, the system will update the datesale everytime we enter the salesorders.Therefore,we r not need to type in the datesale...Hope someone can help me...thankx alot!
  2. luckyguy

    Create a Store Procedure by getting info from others table!

    Im going to create a store procedure to update the customer status under customer table.My assumptinos is if the "amount" field of salesorders(this is the different table) over $1000,we will name him as "good" customer in the "type" field,and the default one is...
  3. luckyguy

    Store Procedure!

    I need to create a store procedure to update the customers status. And my assumptions is when the customer buy over $1000 we will name as GOOD customer in "TYPE" field in the customer table.can someone help me to solve this problems...thankx...!
  4. luckyguy

    HOw can I create a update 2gether with the delete store procedure?

    Im going to create a delete store procedure to delete a service agreement from a table,but b4 i run this store procedure,am i need to create another update store procedure to check the service agreement? if yes,how?there are only month existance,duration,and purchase date in the service...
  5. luckyguy

    SQL STORE PROCEDURE

    I am going to create a delete procedure in my table based on the expiry date of the service agreement.But the point is i got no expiry date in my table,i only have DATE PURCHASE,MOnth Existance,and Year Duration...How can i make three of this verify with the system date?I need it urgent!thankx...
  6. luckyguy

    How to create a store procedure in SQL?

    But the point is my table do not hav a field call expiry date.It only have date Purchasedate ,month existance ,and duration only...!i do not nkow how to write the statements...!need for urgent!thankc....
  7. luckyguy

    How to create a store procedure in SQL?

    Im going to create a DELETE AND UPDATE store procedure in SQL to delete a service agreement from the table based on the expiry date.can someone teach me how?thankx...
  8. luckyguy

    Do I need a database in voice recognition program?

    I am going to develop a voice recognition program with Microsoft Speech SDK and Visual Basic.Net.And i am wondering whether i need to have any database or not?thankx...

Part and Inventory Search

Back
Top