Viewing 15 posts - 16 through 30 (of 56 total)
Sean Lange (8/8/2012)
morepainot (8/8/2012)
Sean Lange (8/8/2012)
morepainot (8/8/2012)
August 8, 2012 at 3:17 pm
Lynn Pettis (8/8/2012)
Sean Lange (8/8/2012)
morepainot (8/8/2012)
August 8, 2012 at 3:06 pm
Sean Lange (8/8/2012)
morepainot (8/8/2012)
August 8, 2012 at 3:01 pm
Dont I need to use parenthesis to open and close the alter table statement? If I delete it then ill get an error near VARCHAR
August 8, 2012 at 2:50 pm
I have a print command at ever end. When I test the code its kicking back to this part of the code saying incorrrect syntax near '('. I dont know...
August 8, 2012 at 2:39 pm
Oh man...I meant to add in my error message :doze:
Incorrect syntax near '('
August 8, 2012 at 2:31 pm
What am I missing in this dynamic sql?
BEGIN
SET @nSQL = '
IF NOT EXISTS (SELECT * FROM '+ @SourceDatabaseName + ' .INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_SCHEMA = ''dbo'' AND
TABLE_NAME ...
August 8, 2012 at 2:26 pm
Sean Lange (8/7/2012)
morepainot (8/7/2012)
August 7, 2012 at 9:41 am
Ok, so I am pretty much through my script. I am getting 2 errors througout the script and of course I dont know why. I think its because I have...
August 7, 2012 at 9:14 am
Ya, I just used 4 single qutoes and I think Im getting what I need. The databases here weird. I had to inner join other tables in order to get...
August 3, 2012 at 11:50 am
Lynn Pettis (8/3/2012)
morepainot (8/3/2012)
SET @nsql = '
SELECT
DataType of Column + ColumnName + '' of the Table ' + 'TableName+'' is not...
August 3, 2012 at 9:49 am
Incorrect syntax near the keyword 'of'.
SET @nsql = '
SELECT
DataType of Column + ColumnName + '' of the Table ' + 'TableName+'' is not same as its...
August 3, 2012 at 9:42 am
Sean Lange (8/2/2012)
morepainot (8/2/2012)
Sean Lange (8/2/2012)
August 2, 2012 at 1:06 pm
Sean Lange (8/2/2012)
August 2, 2012 at 12:51 pm
Sean Lange (8/2/2012)
Why am I getting an invalid object name error here for CustomColumns?
Because it doesn't exist? 😛
It is tough to figure that out from here. Does the table...
August 2, 2012 at 12:22 pm
Viewing 15 posts - 16 through 30 (of 56 total)