| Thread | Last Post | Replies |
|
| Connecting analysis server to c#.net | 10 Mar 2005 17:33 GMT | 2 |
Hi Jamie MacLennan, I want to make use of the rules to a user given input.I have uploaded the kddcup1999 intrusion detection dataset and i have generated a tree using decision tree algorithm which is in graphical format.I want
|
| Really complex query that has me stymied | 09 Mar 2005 06:45 GMT | 3 |
I'm attempting to write a query that pulls data from two tables in a really complex way, and I can't figure a way around it. Because of the architecture in use, it has to be done in a single query, without using a stored procedure. This is a simplified version of what I'm doing:
|
| Error in singleton query | 08 Mar 2005 17:27 GMT | 2 |
I use Microsoft SQL Server Beta 2. When I compare mining model prediction for table I see other predicted values as I get with Singleton Query in Business Intelligence Development Studio. Simply I have same input but different prediction.
|
| Connectin Analysis server to sqlserver | 07 Mar 2005 23:45 GMT | 2 |
I am doing a data mining project.I am using sql server 2000.I have applied decision tree algorihtm to my dataset. Can anyone tell me how can i make use of these rules in the front end.
|
| Programming analysis service in sqlexpress 2005 | 07 Mar 2005 18:19 GMT | 1 |
In MSDE the DSO object was used to program the analysis services What object should be used with the SQLEXPRESS. When I am using the DSO in order to connect to the SQLExpress I get an "Internal Error".
|
| direct query DMX to AS in C# | 07 Mar 2005 18:16 GMT | 4 |
hi all, i need to direct query to the AS, i had created the mining models in the AS using wizard, but the given sample query is using openrowset to predict the data. i hope
|
| SQL Syntax | 07 Mar 2005 06:41 GMT | 4 |
all i want to do is get all rows from a table that meet a condition and execute a command for each one of them and i would like to have it all in a stored procedure. My first problem is that i can't get the table to a variable and my second one is that i don't now how to go through ...
|
| Trying to get the right answer | 06 Mar 2005 17:51 GMT | 3 |
I have Four tables: Hours, Sales, Employees, Stores Hours = Date; Hours; EmployeeID; StoreID Sales = Date; Sales; EmployeeID; StoreID Employees = EmployeeID; Level
|
| accessing data mining model via web/PDA | 04 Mar 2005 17:14 GMT | 19 |
hi, i m a beginner in handling data mining analysis services for sql 2000. based on a decision tree model which i had created, i would like to retrieve back the resulting data via web/PDA. is it posible to do that? how?
|