G
Guest
For a long time I have used CreateCommand to access stored procedures within our database. Now for performance reasons I would like to statically create the command with all of the parameters and just fill in the values at run time. This change requires me to switch from CreateCommand to new SqlCommand. In making this change I would like to query this group to see if there are any gotchas that I should be aware of
Kevi
(e-mail address removed)
Kevi
(e-mail address removed)