| Thread | Last Post | Replies |
|
| More DATE issues | 31 May 2004 23:36 GMT | 1 |
The dates in a SQL2k table are stored as nvarchar (yyymmdd). When displayed, the CAST (DATE_FIELD AS datetime) syntax is used. Because of the given format, when the DATE_FIELD has no dates, the empty field is converted into 01/01/1900. What is needed to keep 01/01/1900 from ...
|
| moving database | 27 May 2004 15:06 GMT | 2 |
Can I move my SQL database to another drive as We have space issue? How to do This?
|
| Mining Output into Cube | 25 May 2004 18:35 GMT | 1 |
Can i tranfer mining prediction output into cube in Microsoft Analysis Server 2000. thanks & regards rajesh **********************************************************************
|
| Sales Prediction | 24 May 2004 21:02 GMT | 4 |
I have Store No & Daywise sales data of Movies. There are 40000 stores and for each store i have 56 days sales data of Movies to predict. The criteria for prediction of sales is based on the selection of 1. Store attributes (like Store Space, Store Type, Regionality, Demographic, ...
|
| Cluster analysis | 24 May 2004 19:55 GMT | 1 |
I did a cluster analysis using about 20 variables, almost all continuous. Number of clusters is 9. When I ask for the clusterprobability, I get almost always a pure 1, which let me suspect of something wrong.
|
| Have 2 sql servers share a database | 24 May 2004 19:40 GMT | 1 |
Is it possible to have 2 sql servers inserting into the same database. In my specific case, the servers would be inserting to different tables and there would be no overlap. I don't want to split the database because reporting would be based on data from the whole database.
|
| Removing Headers | 20 May 2004 17:38 GMT | 1 |
When I run a T-SQL query through OSQL, at the very top of my output file is a row of column headers, how do I stop this? Also, how do I get rid of the 'nnn rows affected' at the very end of my output file?
|
| Changing layout from rows to columns | 20 May 2004 17:37 GMT | 1 |
I am having problems to convert this layout in the way I want. I have this table:. Date Code Value 2002 01 101
|
| Select from multiple tables w/ different column counts | 20 May 2004 17:06 GMT | 2 |
I am trying to create a view that combines the results of three different select statements where the individual select statements return different numbers of columns and varied column names. I've pasted an example of what I want
|
| Where are the statistics of data? | 17 May 2004 22:35 GMT | 1 |
Hi. I am a beginner in data mining. I want to use AS Tool to do data mining. I have used DTS wizard to import data. However, I donno where can I read the statistics of each column. You know we need the statistics to clean the data. Can anybody tell where to read the statistics? If ...
|
| Continuation of "Need Suggestions for Data Mining" | 13 May 2004 20:09 GMT | 1 |
Hi! I have read the online book suggested by Sanchan. When i follow the example in the online book, the software has no response for a long time. I donno understand why After reading the online book, my first feeling is that no data mining can be done if I only have AS. To me, it ...
|
| MINING_MODEL_CONTENT speed | 13 May 2004 19:46 GMT | 1 |
Several of the algorithms I have developed, using the downloadable code for the OLEDB DM framework, need to return quite a few nodes (maybe 100000, each with a distribution) in the MINING_MODEL_CONTENT schema rowset.
|
| Storing a mining model | 12 May 2004 18:23 GMT | 1 |
do you know how can I store a mining model that was created using OLE DB for DM syntax through a OLEDB connection? The problem is that when I close my application the model
|
| LIKE operator and percent mark (%) syntax in comparison queries | 12 May 2004 14:27 GMT | 1 |
I operate with 2 tables: tbLocations and tbDepartments. Both have a column named Town. tbLocations.Town looks like long unique list of different towns world wide: Copenhagen
|
| Is data mining what I need? | 11 May 2004 23:30 GMT | 1 |
My company has begun utilizing analysis services to create cubes and subsequent reports using sql reporting services. Our next step is creating reports that show historical trends in data, such as if a particular product's sales are above or below some predefined sales rate over ...
|