Showing posts with label samples. Show all posts
Showing posts with label samples. Show all posts

Monday, March 26, 2012

How to make data mining a bit more fun?

Hi, all,

Any samples on data mining which show a bit more fun of data mining? Sometimes just found it a bit confused about the mining results.

Sorry for this post but your advices and any clue for any great mining samples will be must appreciated.

I am looking forward to hearing from you and thanks a lot in advance.

With best regards,

Yours sincerely,

Helen,
Try the tutorials in the link below and check out the Wolfram link for the math stuff. Hope this helps.


http://www.sqlserverdatamining.com/DMCommunity/TipsNTricks/default.aspx
http://mathworld.wolfram.com/topics/ProbabilityandStatistics.html

|||

Hi, Caddre,

Thanks a lot for that.

Best regards,

Yours sincerely,

sql

Wednesday, March 7, 2012

How to launch a dts 2000 from Framework 2.0?

Either c# or vb samples are welcomed.

Thanks in advance,

any idea?|||

What issues do you have?

You can simply call DTSRUN.EXE to execute the package.

Or you can use the object model - the usage is well documented in SQL 2000 books online, the VB code with minor changes can be used in VB.NET; you need to reference "Microsoft DTS Package Object Library" COM type library just like you would do in VB.

|||

Basically our application must be able to throw dts 2000, too. (apart from dtsx)

thanx

How to launch a dts 2000 from Framework 2.0?

Either c# or vb samples are welcomed.

Thanks in advance,

any idea?|||

What issues do you have?

You can simply call DTSRUN.EXE to execute the package.

Or you can use the object model - the usage is well documented in SQL 2000 books online, the VB code with minor changes can be used in VB.NET; you need to reference "Microsoft DTS Package Object Library" COM type library just like you would do in VB.

|||

Basically our application must be able to throw dts 2000, too. (apart from dtsx)

thanx