How to Check whether a table contains rows or not sql server 2005?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
For what purpose?
|
|||
|
|
|
Also, you can use exists
or to check if there are child rows for a particular record :
or in a procedure
|
||||
|
|
|
Can't you just count the rows using If not then maybe this article can point you in the right direction. |
|||
|
|