1
vote
What is the easiest way using T-SQL / MS-SQL to append a string to existing table cells?
I wanted to adjust David B's "Life Lesson". I think it should be "never use char for variable length string values" -> There are valid uses for the char data type, just not as many as some people t …
0
votes
Can foreign key constraints be temporarily disabled using TSQL?
I'm supporting ScottStonehouse - you most definitely can disable constraints when manipulating data. HOWEVER: as a general rule you should NEVER do this. One of the only exceptions would be when yo …
