Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
SexyChick
Starting Member
6 Posts |
Posted - 2010-05-13 : 16:49:10
|
| I have inherited a sproc withe the following while loop condition. While ( Select FileName From #FileCheck ) = 'File Not Found'Can someone explain to me how it works? There could be several records in the table variable #FileCheck. Does it just evaluate the first row? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|