Hello,
VS2005 - SQL Server 2005.
Running an SP from the server explorer window. The SP accepts two
parameters:
@s varchar(128) = NULL,
@b bit = 0
I cannot seem to set the bit value. I receive the error "Input
parameter cannot be converted". Ideas anyone? Can run it from SQL
Serve...
more >>