Viewing 15 posts - 16 through 30 (of 366 total)
You might also want to check BOL for information on varchar and nvarchar. nVarchar has a max length of 4000 characters as it requires 2 bytes for each character. If...
August 27, 2005 at 4:14 am
Would you please post your DDL, and the statements you are using to alter the columns.
Thanks
Mike
August 27, 2005 at 4:09 am
OOPS , sorry. This may help.
Mike
From BOL
ALTER COLUMN
Specifies that the given column is to be changed or altered. ALTER COLUMN is not allowed if the compatibility level is 65...
August 25, 2005 at 5:21 pm
Ah I can not seem to be able to find the cite as the search function is only giving me the last 50 hits. But of interest I did find...
August 25, 2005 at 9:36 am
Ok Remi I will dummy up some number for you. Actually the run faster statement came from on of the big brains and...
August 25, 2005 at 9:06 am
Brenden use < and > rather than between it will solve your problem and run faster as well.
[edit added an example showing that you need to use date add to...
August 25, 2005 at 8:58 am
Check BOL under modfying Default definitions. The short answer is that you can not change a column that has a data type of text.
HTH
Mike
August 25, 2005 at 8:49 am
When you don’t have a straight man you have to work a little harder to set things up. And we all know how you like...
August 24, 2005 at 9:18 am
David I agree that much of this discussion is based on semantics and your proposal "that any logic, the avoidance of which may produce rows in the database which do not reflect...
August 24, 2005 at 4:36 am
Chris after reading many of your post I would not have guessed that english was not your first language.
Mike
August 24, 2005 at 3:27 am
Chris the problem is that it coult be mis-interpreted. As written it is correct but could be confusing in this context.
Mike
August 24, 2005 at 2:32 am
Do shcools and colleges really have a first and last name.
Mike
August 24, 2005 at 12:56 am
/*
You need to establish the relationships between each table and then use a foreign key to
tie the two tables together.
Assuming that Colleges have schools you will need to add a...
August 24, 2005 at 12:17 am
Actually I think during a rant about a client was my missing the Kill command in C and you accused me of being blood thirsty. Killing a file or table...
August 23, 2005 at 11:22 pm
Mgyar, sushila is right on the money. A new Thread starting with building your tables is the way to go. Once you have established the tables and the relationships building...
August 22, 2005 at 6:16 pm
Viewing 15 posts - 16 through 30 (of 366 total)