| Thread | Last Post | Replies |
|
| How many mining algorithms in SQL Server next version? | 28 Sep 2005 20:23 GMT | 1 |
There are 7 mining algorithms in sql server 2005. (Decision Trees, Association Rules . . .) How many the next version?
|
| Business Scorecard Manager 2005 Beta 2 Setup | 28 Sep 2005 20:17 GMT | 1 |
While running setup for the Business Scorecard Manager 2005 Beta 2, when I get to the feature requirements analysis under web parts, I get the message "Failed Microsoft SharePoint Extended Site"
|
| Business Scorecard Accelerator | 28 Sep 2005 20:03 GMT | 4 |
I have created a scorecard and want to map it to the analysis cubes. The scorecard has 2 Perspectives whose KPIs are to get their values from 2 different cubes in analysis services. The problem is when I go to map the scorecard to the views, I can only
|
| Join selection | 27 Sep 2005 20:42 GMT | 2 |
I got a number different selections for the same schema and table and I want to join them on the primary key to see if any row will show up in more then one selection. Is this possible? Thanks in advance!
|
| Choosing between Crystal Enterprise 11 and Reporting Services 2005: | 26 Sep 2005 12:48 GMT | 12 |
If your IT department were in a position to choose between Crystal Enterprise 11 and Reporting Services 2005, which platform would you choose and why? Also, if you don't mind answering one or more of the following questions
|
| I keep getting this error when i send a large document into sql server with ADO.NET System.Data.SqlClient.SqlException: XML parsing error: Not enough storage is available to complete this operation. I have about 8 gigs of memory on the machine and sql serv | 26 Sep 2005 08:40 GMT | 2 |
I keep getting this error when i send a large document into sql server with ADO.NET System.Data.SqlClient.SqlException: XML parsing error: Not enough storage is available to complete this operation. I have about 8 gigs of memory on the machine and sql server isnt using even half of ...
|
| data preparation for mining - star schema the optimal approach ? | 23 Sep 2005 01:28 GMT | 1 |
I know there is a book on this topic, BUT is a star schema the optimal data model design for data mining ? I assume so since 3NF or highly normalized models are more complex to query.. any thoughts would be appreciated.
|
| How to reference PivotTable control in asp.net code-behind? | 22 Sep 2005 18:52 GMT | 4 |
I have create an asp.net(.aspx) page, with a PivotTable control. I noticed that, I can't reference it in my code-behind(.aspx.vb), because it doesn't has the line 'Protected WithEvents PivotTable1 As OWC10.PivotTable' as creating other controls, liked Label, Button, ...
|
| Analytic Functions in SQL Server 2000 | 22 Sep 2005 05:56 GMT | 4 |
I am wondering about the availability of the analytic functions LAG and RANK within SQL Server 2000. THese are available in Oracle, but I was wondering about SQL Server. Please help
|
| Characters that may cause problems | 21 Sep 2005 18:43 GMT | 1 |
Other than the following character:' are there ay other character that may cause a problem in SQL Server specifically invisible characters? Thank you, Shmuel Shulman
|
| SELECT lowest 6 of 12 number | 21 Sep 2005 12:24 GMT | 4 |
I am trying to make a calculation, which requires me to work out the average of the lowest 6 numbers of 12 numbers. Can anyone assist me in how to create the select statement? Thanks in advance
|
| Newbie question on EQUAL_AREAS and cases | 20 Sep 2005 20:36 GMT | 1 |
I've created a view joining (in essence) customers with sales. I am then trying to predict sales amount (continuous) by customer attribute inputs. I selected DISCRETIZED(EQUAL_AREAS,4) for the predicted variable (sales amount).
|
| Newbie question on EQUAL_AREAS and cases | 20 Sep 2005 19:36 GMT | 1 |
I've created a view joining (in essence) customers with sales. I am then trying to predict sales amount (continuous) by customer attribute inputs. I selected DISCRETIZED(EQUAL_AREAS,4) for the predicted variable (sales amount).
|
| Comparing Data and Filtering Results | 20 Sep 2005 03:10 GMT | 1 |
shopper_tracking shopper_id tracking_num closed date_entered 12345 1za45690987 1 8/15/2005 65984 1za45690988 1 8/15/2005
|
| SELECT in sections | 17 Sep 2005 20:34 GMT | 5 |
I want to know how to retrieve records from a SELECT command in sections. I mean, if total records of a SELECT command is 100,000, I want to use SELECT that retrieves me them in 20 "sections" of 5000 : first 5000, second 5000, sixth 5000 or the last (20th) 5000 according what ...
|