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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.