Showing posts with label dataset. Show all posts
Showing posts with label dataset. Show all posts

Sunday, March 25, 2012

database for datawarehouse

Hi,
I'm doing a course in datawarehousing. I need some dataset to make a
project. Does anyone know where in net can I find datasets appropriate
to create datawarehouse?
Thanks all
SQL Server 2005 ships with a sample data warehouse called AdventureWorksDW.
Perhaps you could start there?
Adam Machanic
Pro SQL Server 2005, available now
http://www.apress.com/book/bookDisplay.html?bID=457
"marta" <marta.cc@.poczta.fm> wrote in message
news:1136212187.954760.130840@.g43g2000cwa.googlegr oups.com...
> Hi,
> I'm doing a course in datawarehousing. I need some dataset to make a
> project. Does anyone know where in net can I find datasets appropriate
> to create datawarehouse?
> Thanks all
>

database for datawarehouse

Hi,
I'm doing a course in datawarehousing. I need some dataset to make a
project. Does anyone know where in net can I find datasets appropriate
to create datawarehouse?
Thanks allSQL Server 2005 ships with a sample data warehouse called AdventureWorksDW.
Perhaps you could start there?
Adam Machanic
Pro SQL Server 2005, available now
http://www.apress.com/book/bookDisplay.html?bID=457
--
"marta" <marta.cc@.poczta.fm> wrote in message
news:1136212187.954760.130840@.g43g2000cwa.googlegroups.com...
> Hi,
> I'm doing a course in datawarehousing. I need some dataset to make a
> project. Does anyone know where in net can I find datasets appropriate
> to create datawarehouse?
> Thanks all
>sql

Thursday, March 22, 2012

Database field length from dataset in vb.net

How to get the max length of numeric field in a DataSet?
I have a DataSet bound to an Access database. Is it possible to get the maximum length of numeric field of a table in the DataSet? Many fields in the database tables have maximum length values set in ...

A VB.net or ADO.Net forum would be a better start, but just walk down the object hierarchy-

myDataSet.Tables(0).Columns(0).Length