sql - Collation help needed -
I have a problem with matching a stored procedure, so I think that this issue is in this section, but I There is not enough information about the coordination to solve it, tried to add it to different sections, but it is not working. It should not go into this section so I can see the rest of the query as I should add it anywhere that I have used the temporary table
The matching issue has been:?
"SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS"
table #tmp_NoRotadayOff (DayOfYear datetime, Rota varchar (10), RotaTemplate varchar (50)) to Note: I modified the original code to extract some of its code has been really affected only the left bit and due to this reason
The default matching example for tempdb is compilation. You can use the current database default match to temporarily Column level Likaon are DATABASE_DEFAULT can specify. Try: table #tmp_NoRotadayOff (DayOfYear datetime, Rota varchar (10) Impedance DATABASE_DEFAULT, RotaTemplate varchar (50) Impedance DATABASE_DEFAULT);
Comments
Post a Comment