Monday, May 21, 2007 10:22 AM
kolbis
Renaming UPPER to LOWER bug
Here is a bug I encountered during renaming operation in a database project. I had a procedure named sp_app_GetUser and I tried to rename it to sp_App_GetUser. Notice that the only different is with the capital 'A' at the app.
Well, the IDE refused to accept it! It turns out that it does not recognize any change in the name when only changing lower case to upper case.
The work around was to rename it to sp_AApp_GetUser and then renames it again to sp_App_GetUser which is what I wanted to begin with.
תגים:Team System, Visual Studio, Data Dude