| Thread | Last Post | Replies |
|
| Data Mining in SQL Server 2008 | 30 Oct 2007 13:00 GMT | 3 |
What are some of the enhancement and new features related to Data Mining that I can expect in SQL Server 2008? thank you, Gustavo Frederico
|
| hierarchical features and nested cases, ranking algorithm ? | 28 Oct 2007 19:51 GMT | 1 |
Hi, I have two questions. The first one: is there a way to have hierarchical input features in a model? For example, a location feature that would be city/state/country/continent. I'm aware of the nested cases but I'm not sure if they are equivalent. In the few examples I have ...
|
| Exporting email archive from SQL 2005 | 28 Oct 2007 19:48 GMT | 1 |
Total SQL newbie here. Hope I'm posting in the correct group. I have a Exchange 2003 server that archives all email to a large(55GB) SQL database. I have a situation where I have to export several emails from that database. However at this point I am clueless on how to
|
| Data Mining Presentations | 25 Oct 2007 23:02 GMT | 1 |
I need to some presentations on SQL Server 2005 Data Mining and Data Mining Add-ins for Office 2007. I tried downloading a few stuff from Microsoft Events and got some videos but no ppts. Can anyone assist with some ppts or pointers on the above 2 topics?
|
| how to classify emails by keywords | 25 Oct 2007 10:20 GMT | 1 |
Hi together, I have a lot of emails incoming and based on the categorie I should take action on them. We have a little keyword-database (at the moment an Excel Sheet). Each keyword (or more) would classify the email to a
|
| msmdsrv.exe options ? plug-in dll not found | 23 Oct 2007 17:20 GMT | 1 |
I have an algo plug-in installation issue : When I start Analysis Services with a command like "msmdsrv -c -v", some dll needs by my Datamining plug-in are well found (they are in C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\bin). But if I start Analysis Services as a Windows ...
|
| what is the best way to store passwords and credit card information in SQL Server 2005? | 19 Oct 2007 07:19 GMT | 1 |
what is the best way to store passwords and credit card information in SQL Server 2005?
|
| Custom Modeling Flag - Question | 17 Oct 2007 17:14 GMT | 1 |
Hi, I need some help creating a custom modeling flag for my managed plug in algorithm. I followed the instructions written in the tutorial for building a plug in algorithm. The algorithm works just fine but my custom modeling flag does not appear as an option to the properties of ...
|
| RE: Problems with Neural Network | 17 Oct 2007 17:12 GMT | 2 |
> Greetings, > > I have a mining structure that I am using to perform a text-mining classification task. The mining structure contains three models: a decision tree, a naive bayes and a neural network. |
| Re: Time Series for Cube | 17 Oct 2007 08:46 GMT | 1 |
> Thanks for the post ZhaoHui. I followed the steps in your example, but I get errors when I process the model. > > These are: |
| Group By and Sum Issue - Not Grouping Like I need | 13 Oct 2007 01:50 GMT | 1 |
Can anyone please tell me how I can get the ins_id's to group so that the dollar amounts sum up properly? My SQL and current out put is listed below. SELECT i.ins_id, sum(p.pur_quantity) * t.tic_rate AS dollar FROM tr_instances i INNER JOIN tr_events e ON i.eve_id = e.eve_id
|
| Data | 08 Oct 2007 16:46 GMT | 2 |
I'm actually looking for "usefull" test data, perhaps sth business related. Does somebody know if there is a site offering that?! Thanks a lot! Cheers alex
|
| Transaction Log | 05 Oct 2007 07:47 GMT | 1 |
I dont know if im in the right group. My scenario is like this. Transaction logs are eating up my server's hard drive. Almost 60% of my space is transaction log. What are these? Can I simply delete it? Can I compress this? Can someone explain this log file.
|
| Fuzzy lookup vs sql turbo vs FTS | 03 Oct 2007 17:27 GMT | 1 |
Dear colleagues did anybody use sql turbo for fuzzy search , is it better than sql fuzzy search ? does fuzzy search use phonetci algorithm? what is the difference between FTS and SQL turbo
|