Menu
Find entries by Category
Find blog entries by date
  May 2025  
Sun Mon Tue Wed Thu Fri Sat
     1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Previous    Next    Latest  

Quotes or Double quotes SQL server 2008    
Mon, 16 Jan 2012 14:35

We have been looking at all the websites we host recently, to update them and move to 64 bit server and coldfusion 9. Some of the older websites with low database requirements have been happily running on MS Access, so we are taking this opportunity to move to SQL server 2008.

Mostly this conversion runs smoothly, howerever we are creating a check-list of common pitfalls which may be of use to others.

One thing to look out for is the use of double quotes in the SQL call. This brings up the error mesage [SQLServer] Invalid column name '0', even when the actual offending double quote is round a data value ("0").

Comments  
Your comments