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 |
|
msrs
32 Posts |
Posted - 2007-11-29 : 07:36:52
|
| Dear all, What is set based sql any body explain briefly.Thanks&Regards,Msrs |
|
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2007-11-29 : 07:40:03
|
| It ius a language whereby you can write one piece of code (known as a SQL Statement) to perform a certain task on a set of data, rather than dealing with the data one line at a time. |
 |
|
|
|
|
|