Viewing post 1 (of 1 total)
Is it really a necessity to use a table variable?
This is shorter with the same result:
CREATE TABLE AppleTest
( testint INT,
inserted_time DATETIME2
)
--Error logging table
CREATE TABLE Errorlog
( errordetails NVARCHAR(MAX),
...
March 20, 2012 at 10:10 am
#1461745