Viewing 2 posts - 1 through 2 (of 2 total)
You still can use a table name as a variable in your SP. All you need to do is to execute your statement using exec():
declare @chStmt varchar(255)
...
January 21, 2003 at 4:52 pm
#446925
It depends what tool do you want to use to load an image. I load images into field of image data type but I use ODBC to do so. I...
January 21, 2003 at 4:10 pm
#446921