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 bkrike 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. HardcoreTechnoHead

    Generic XML Style Sheet

    I have an audit table in a SQL database which keeps the actual audit data for all operations in XML format something like <TABLENAME> <NEW> <COL1>value</COL1> <COL2>value</COL2> </NEW> <OLD> <COL1>value</COL1> <COL2>value</COL2> </OLD> </TABLENAME> I need ot be able to report on...
  2. HardcoreTechnoHead

    IN Clause problem

    I have a Database which requires all access to be made through stored procedures for security/audit purposes. What I need to do is pass the list of id's to search in an IN clause as a parameter of a stored procedure i.e. Create Procedure [GetOrgUserList] @OrganisationList varchar(2048) AS...
  3. HardcoreTechnoHead

    Extreme File Handling

    Does anyone have a way of handling files that are larger than 2Gb with VB. I have a Parsing Utility which has been used to parse text files (about 1Gb each) output from a mainframe billing system and insert the data into a database. We are in the process of decomissioning the mainframe...

Part and Inventory Search

Back
Top