Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SQL Power of 2

$
0
0
Hi,Can any one tell me how can I get from this [code="sql"]CREATE TABLE #Param (Name sysname NOT NULL, Value NVARCHAR(max)NULL, DefaultValue NVARCHAR(50) null)INSERT #Param ( Name, Value, DefaultValue )VALUES ( '@ID', -- Name - sysname N'1', -- Value - nvarchar(max) NULL -- DefaultValue - nvarchar(50) ),('@XX',NULL,N'1'),('@YY','''DDD''',N'1')[/code]to this [img]http://i66.tinypic.com/33dxrsy.jpg[/img]Thanks for the helpers

Viewing all articles
Browse latest Browse all 3145

Trending Articles