Viewing 10 posts - 1 through 10 (of 10 total)
I also faced similar problem where I was using GUI to alter a column in my table. Since this table has a VarBinary(Max) column which stores large documents, I...
April 26, 2010 at 4:13 am
Hi Amit,
June 21, 2006 at 9:49 am
Actually I did a small mistake in my original question which took the whole discussion to a different direction. As Steve has noticed I wanted to...
January 3, 2005 at 10:48 pm
I thank every one who tried to answer the question, especially Antares686 detailed answer is very knowledgable and clears the concept of space taken by null varchar.
January 3, 2005 at 10:29 pm
I tried as suggested by you and it worked. Frankly speaking, the Transform elipse as mentioned in your reply, is normally hidden too far right on the form and I...
December 20, 2004 at 10:35 pm
I was never truncating a table rather used to delete it with the understanding that since Export DTS Wizard creates a new table why should I bother to truncate it.
Now...
December 19, 2004 at 10:37 pm
I agree that my perception was wrong. It worked the way you suggested.
I thank you as well as other members of the forum who helped me to
September 7, 2004 at 8:16 am
Hello Kelvin,
INSERT INTO TS_Deleted
SELECT * ...
though is very simple but it forces me to have all columns in the target table that exist in the original table. In my case...
September 6, 2004 at 11:25 pm
Thanks for yoru help. I am using SQL ver. 2000.
In fact the first code was also OK. By mistake another Trigger was also active which was generating the error message. ...
September 6, 2004 at 9:48 am
I tried your code as shown below but now I am getting an error message when I delete a record in the original table:
"Insert Error: Column name or number...
September 6, 2004 at 12:26 am
Viewing 10 posts - 1 through 10 (of 10 total)