SQL Table variable

DECLARE @SampleTable TABLE(
 Id VARCHAR(50) NOT NULL PRIMARY KEY,
 name VARCHAR(50)
)

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#