| Thread | Last Post | Replies |
|
| sequence clustering algorithm | 23 Jun 2007 18:51 GMT | 4 |
hey experts, how do i create the key sequence column for a product purchase order scenario? and how is the key sequence column:line number created in the vassoseqlineitems view in the advetureworksdw?has the individual order sequences nos 1,2,3,...manually created?
|
| Referencing a conditional column in the WHERE clause -- Possible? | 19 Jun 2007 23:23 GMT | 1 |
I have two tables which I'm joining in a query. In the join, I'm creating a column whose value is conditional (see columns Actual_Latitude and Actual_Longitude below). Is it possible to reference the created column in the WHERE clause?
|
| Include NULL Values - SQL Query | 16 Jun 2007 18:51 GMT | 1 |
My SQL query tells me the number of people in attendance, per day, for a specific date range. But my query doesn't return dates for those days with a null value (no people in attendance).
|
| does vb.net works in windows vista? | 11 Jun 2007 19:14 GMT | 1 |
hi i just wanna ask does vb.net2003 works with windows vista or not thanx
|
| Data Mining Addins for Excel | 11 Jun 2007 18:00 GMT | 1 |
When I exit Excel after doing some data mining stuff, my MacAffee virus protection software kicks in with a buffer overflow error: EXCEL.EXE::GetProcAddress detected as a bo:heap virus. Is this normal?
|
| How to Disable a GROUP BY - HAVING | 11 Jun 2007 17:55 GMT | 1 |
I have four tables, 1. First has Items, 2. Second has Features, 3. Third defines the ItemsFeatures
|
| ANALYSIS SERVICES SERVER REMOTE CONNECTION | 11 Jun 2007 17:52 GMT | 1 |
I am trying to connect to an analysis services server remotely I am using the following code: Microsoft.AnalysisServices.Server srv = new Microsoft.AnalysisServices.Server(); srv.Connect("192.168.0.126");
|
| Microsoft time series Algorithm for Budgeting | 11 Jun 2007 17:39 GMT | 2 |
I'm thinking about useing the Microsoft time series Algorithm on historic sales data for budgeting retail sales. Will this work well? I want to make some adjustments e.g. increase / decrease sales for distinct
|
| create dimensions programmatically | 11 Jun 2007 17:38 GMT | 1 |
I am trying to create dimensions to an analysis services programmatically This is the code I am using DimensionAttribute attr; attr = dim.Attributes.Add("KEYCOLUMN");
|
| Data validation question | 11 Jun 2007 17:19 GMT | 1 |
I'm a bit confused by the data validation sample. In the code the predicted values are compared to the submitted values. The PredictProbability function is called for Gender, Occupation, and HOH since they're discrete, and PredictVariance is called for Age and Education. It looks ...
|