![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following SP gives an error of: Server: Msg 245, Level 16, State 1, Procedure spSelectSEICData, Line 26 Syntax error converting the varchar value '@' to a column of data type int. In the Procedure I am using the Select * for testing purposes. Here is the proc. CREATE PROCEDURE spSelectSEICData ( @IndivNo int, @CommType SmallInt, @BeginDate as SmallDateTime ) AS Declare @SqlStr as char(1) |
|
SELECT * FROM SEIC WHERE [SEIC-INDIVIDUAL-NO] = @SqlStr |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |