| Thread | Last Post | Replies |
|
| Min Question | 30 Nov 2007 05:40 GMT | 1 |
my data looks like the following 111 0 01/01/2007 111 0 02/01/2007 222 0 04/01/2007
|
| Creating a formated txt file from query | 29 Nov 2007 00:08 GMT | 1 |
I need to export a query into a file with a delimiter text so it can be imported by an application The format should be something like: 1st column = 10 characters, 2nd column= 4 characters and so on. Reason being is that the application can read and import the text.
|
| prediction caching | 22 Nov 2007 00:33 GMT | 4 |
If one is to query a mining model through ADOMD.NET for predictions, are there caches along the way? If so in which levels (ADOMD.NET, SSAS, the mining algorithm itself) ? (This relates to the previous question on performance, which has no comments yet). Kind regards, Gustavo ...
|
| incremental updates | 16 Nov 2007 16:57 GMT | 3 |
Hi, I'm having problems with incremental updates. I have a mining structure and a mining model. The mining model uses the MS Association Rules algorithm. The mining structure has a data source, which maps to a table containing the (initial) training instances/cases. The problem ...
|
| Spam on this list | 12 Nov 2007 22:54 GMT | 1 |
There seems to be all kinds of spam on this list. Do the good folks at MSFT think it is possible to filter submissions to the list or at least moderate it?
|
| Running DTS from a command prompt | 09 Nov 2007 16:34 GMT | 1 |
I am attempting to run a DTS package from a command prompt using the DTRUN.EXE utility but I am getting an error PRODUCT LEVEL TOO LOW. I am using SQL Server 2005 Standard Edition and I have been told that Stardard Edition does not support SSIS which is what is required to run ...
|
| how to find version of the analysis services? | 08 Nov 2007 22:37 GMT | 4 |
i know how to find the database version liked using tsql select serverproperty('ProductVersion') or select @@version
|
| nested table and Adomd.NET API | 05 Nov 2007 14:40 GMT | 2 |
Hi, I'm trying to incrementally train an associative model with Adomd.NET. Before having a nested table in the model I was able to have an INSERT INTO statement of the form INSERT INTO MiningStruct(c1, c2) @MyTabularContent binding a System.Data.DataTable to the MyTabularContent ...
|