sql server - Which one is a valid create table Sql Statement and why? -


query 1

create table [dbo].[vararray[]](column int) go begin tran insert vararray(i) select 1 rollback go while(1=1)]( [column] [int] null ) on [primary] 

query 2

create table [dbo].[vararray](column int) go begin tran insert vararray(i) select 1 rollback go while(1=1)]( [column] [int] null ) on [primary] 

this asked whil on sqlservercentral variable array table.

there full explanation @ topic.

why asking question here. have tried running yourself?


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -