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 |
KollMalik
Starting Member
1 Post |
Posted - 2008-04-21 : 11:36:08
|
I need to count the number rows in a text file that I am importing into SQL Server through my DTS package. But I am having difficulty counting number of Null rows in that row. Any idea/help would be greatly appreciated. |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-24 : 23:17:27
|
Try run sql query via opendatasource that points to text file. |
 |
|
|
|
|