01-21-2014, 01:00 PM
[eluser]jonez[/eluser]
The invalid ticks are probably happening because the data isn't escaped properly. The period is usually used when a db name is specific like `dbo`.`column` so that could be why it's attempting to back tick them. If the last two values were encapsulated properly he probably wouldn't need the disable flag since it won't back tick anything in quotes.
The invalid ticks are probably happening because the data isn't escaped properly. The period is usually used when a db name is specific like `dbo`.`column` so that could be why it's attempting to back tick them. If the last two values were encapsulated properly he probably wouldn't need the disable flag since it won't back tick anything in quotes.