Viewing 4 posts - 1 through 4 (of 4 total)
I find SQL Compare to be an excellent tool. However, it is not foolproof. We are in the midst of a large development cycle with a SQL 2000...
September 4, 2003 at 1:42 pm
If your message can be less than 255 characters, you might want to check out the extended stored procedure xp_sprintf. If you have ever done C programming, you will...
August 27, 2003 at 8:19 am
We have found Visual Studio .NET a great way to do SQL coding. SourceSafe is built-in to .NET and it is also a great debugging tool.
Micahel A. Floyd
Project Manager
American...
August 20, 2003 at 8:37 am
Try this out. There might be some elaborate set based way to do this as well but this seems to work.
-- temp holding spot for all unique zip codes
declare...
August 20, 2003 at 8:32 am
Viewing 4 posts - 1 through 4 (of 4 total)