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 strongm 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: *

  • Users: mauu
  • Content: Threads
  • Order by date
  1. mauu

    xml column required columns within xml field

    Say i have a table with an xml field. this xml field contains it's own pseudo table, so is there a way to force data entered into new records of the main table for this xml field to use the same structure? hmmm sounds confusing... example: INSERT INTO email_column (xColumn) VALUES ( '<object...
  2. mauu

    sum data by field1 every 4 weeks

    for simplicity sake I'm going to dumb this down and hope I can apply it to the more complicated situation I'm am looking at. I have a dataset with 3 fields: customer, date, dollaramount I want to gather the dollaramount in 4 week intervals for each customer.
  3. mauu

    Check if xls file is in use

    Any way to do this with a stored proc in sql server 2005?
  4. mauu

    simple example of showing query results on a web page

    I've a ton of experience with sql server, but next to nothing with creating web pages and I want to learn. For me I've always learned easily from examples so if anyone can give me a super basic code example from start (assume i have the stored proc already) to finish (able to see the results...
  5. mauu

    Help creating a web page

    I'm not very savvy with web design and it's been while besides. I would have used frames to create my page, but have been reading a lot of negative stuff about them so I'm trying to get help finding a better way, or if frames are ok then help with that. pretty basic site, menu on top, menu on...

Part and Inventory Search

Back
Top