Viewing 15 posts - 1,096 through 1,110 (of 26,490 total)
Does this do what you expect?
DECLARE @AlterSQL NVARCHAR(MAX) = 'ALTER TABLE ~tablename~ ALTER COLUMN ~columnname~ NVARCHAR(~maxlength~) ~nullstate~;'
, @SQLCmd NVARCHAR(MAX)
, @SQLParm NVARCHAR(MAX)
, @TableName ...
August 29, 2018 at 3:55 pm
(Nasty...
August 29, 2018 at 2:22 pm
And what is the end goal of what you are trying to accomplish? Is that really that difficult a question to answer?
August 29, 2018 at 2:20 pm
August 29, 2018 at 9:40 am
August 29, 2018 at 9:38 am
First, we are volunteers giving of our own time to help. We can't see what you see nor can we read your mind (even though there are times it seems...
August 29, 2018 at 9:27 am
Couldn't see the own fault in...
August 29, 2018 at 9:06 am
First, this is a huge view. I would highly recommend commenting the view so that people new to it can understand what is going on in the view, including the...
August 29, 2018 at 9:03 am
So, what is the end game for the original table?
August 28, 2018 at 6:04 pm
Yahoo has become part of Oath now, and you have to accept a...
August 28, 2018 at 2:59 pm
August 24, 2018 at 2:26 pm
August 24, 2018 at 10:36 am
August 24, 2018 at 10:11 am
August 24, 2018 at 9:29 am
Viewing 15 posts - 1,096 through 1,110 (of 26,490 total)