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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 No Data in Dataset

Author  Topic 

sturner333
Starting Member

22 Posts

Posted - 2008-06-05 : 16:05:45
I upsized some database tables for use in Visual Studio. When I add these data sources I see the data in all the tables except one. Any suggestion on why I can see data in all the other tables except tis one?

Thanks

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-06-05 : 23:13:50
How many rows in that table? Check it out in ssms.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-06-05 : 23:41:42
quote:
Originally posted by sturner333

I upsized some database tables for use in Visual Studio. When I add these data sources I see the data in all the tables except one. Any suggestion on why I can see data in all the other tables except tis one?

Thanks



Have you had a look at tables data directly in query analyser?
Also have you checked whether you have a local version of table as against the dbo version?
Go to Top of Page
   

- Advertisement -