Viewing 5 posts - 16 through 21 (of 21 total)
Dont Work Both Query
SELECT
N'
UPDATE ' + QUOTENAME(s.NAME) + N'.' + QUOTENAME(t.name) + N'
SET ' + QUOTENAME(c.name) +...
January 17, 2012 at 12:26 am
Hi SSC Rookie
Thanks For Reply 😉
I dont Test your Query yet
January 17, 2012 at 12:04 am
Is This True ??
USE TestDb;
DECLARE @Table NVARCHAR(MAX),
@Col NVARCHAR(MAX)
DECLARE Table_Cursor CURSOR
FOR
SELECT a.name, --table
...
January 16, 2012 at 11:50 pm
For every Column Data Type Is "Bit"
Example :
select * from syscolumns where xtype = 104 --: bit
January 16, 2012 at 11:25 pm
For All Table in the Data Base
I have many Table , No one Table
January 16, 2012 at 11:11 pm
Viewing 5 posts - 16 through 21 (of 21 total)