Viewing 10 posts - 16 through 25 (of 25 total)
Thanks for the help and input. I actually got it to work by using the unicode prefix N'.
DECLARE @return_value int,
...
June 14, 2010 at 3:17 pm
Thank you ColdCoffee and Lowell! This is exactly what I was looking for. 😀
April 28, 2010 at 10:13 am
Thank you for the tip on Check Constraint. That will work, except should I consider a different datatype if the data is a 3-digit number, including leading zeros? ...
April 28, 2010 at 10:00 am
Thanks for all of your help. The alias works. As for why I must use the alias in my PROD enivoronment, I'll keep searching.
Thanks, again!
July 22, 2009 at 12:23 pm
But is there any reason why this would work in one environment and not the other, when both environments are identical?
Both databases are SQL Server 2005, compatibility (90)
July 22, 2009 at 12:15 pm
Lynn - The tables are set up the same, as with the collations. I actually built the DEV version from the PROD one recently.
Blake - I don't know why,...
July 22, 2009 at 12:10 pm
First of all, I apologize for the previous 3 posts. I kept getting an error when I previewed my post and then tried to post it. I tried...
July 8, 2009 at 5:20 pm
Viewing 10 posts - 16 through 25 (of 25 total)