|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I have to find-out table having 0 rows over a large databse containgnig 1000 tables
actually what i has to do is
i have 1000 tables. each and every time when i am versioning the project to new version that time i am adding necessary some more tables and i am sending data to that tables irrespective allreday using tables. so the dataflow to particular allready usgin table's is nothing so i have to find-out those and i have to delete them can u plz tell me what's the process to do that |
|
#2
|
|||
|
|||
|
hey this is a good question
try using this select [name] from sysobjects where xtype='U' this will give you the list of user tables. put them into cursor and then check all the tables |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > I have to find-out table having 0 rows over a large databse containgnig 1000 tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|