Top "Input-parameters" questions

Type datetime for input parameter in procedure

I have created a procedure with this structure but it doesn't work for datetime input parameter I executed this query …

sql-server-2008 datetime stored-procedures input-parameters
Copy parameters from DbCommand to another DbCommand

How do you copy DbCommand parameters to another DbCommand, I want a new DbCommand with the same parameters as my …

c# .net enterprise-library dbcommand input-parameters