Viewing 7 posts - 16 through 22 (of 22 total)
The proc will be called all day long with different values for the 300 odd params and actually there will be several sprocs later on with many many params. The...
April 30, 2002 at 6:16 pm
We will have this sproc with 300 parameters and we don't really need ADO's ability to do type matching for us, so I guess sending the string should make things...
April 30, 2002 at 2:41 pm
You might want to let us know what the data looks like, the field types and lengths etc. For instance with text fields if you use BCP you do get...
April 24, 2002 at 12:31 pm
Hey thanks for sharing your ideas.
April 19, 2002 at 12:42 pm
Andy,
Say they don't send only the changed columns but all the columns, and as you said, you would want to log only the changed columns, which makes perfect sense; specially...
April 18, 2002 at 4:42 pm
We are looking at just one table as the source of the Event Logging table. Also, we already have a field called datemodified in this table.
The Event log table...
April 17, 2002 at 1:00 pm
Forgot to add... Logging with stored procs have the added risk that if someone were to go directly to the database and update the table then the change would not...
April 17, 2002 at 12:42 pm
Viewing 7 posts - 16 through 22 (of 22 total)