| Thread | Last Post | Replies |
|
| ANGOSS alogrithm in Analysis Server 2K | 30 Jul 2004 18:29 GMT | 1 |
I have downloaded ANGOSS data mining 30 days trial version for testing. I am trying to use Angoss Expectation-Maximization, Angoss K-means, Angoss Clustering, Angoss Decision Tree alogrithms in Microsoft Analysis Sever Server 2K. but only Angoss Decision Tree is working in ...
|
| Help with SQL Statement | 28 Jul 2004 19:13 GMT | 7 |
I hope this is the correct newsgroup to ask a question regarding a SQL statement I'm trying to construct. Thank you for those who may help me with this. SQL Server 2000
|
| Usage Statistics? | 26 Jul 2004 16:36 GMT | 1 |
Hi, Does anyone know of a way I can usage out of the SQL? I have come to a problem where I need to know who is using our system and for how long. Is there any code I can run in query analyser? or log files I can write a program to analyse?
|
| how to get table row size display | 26 Jul 2004 15:53 GMT | 1 |
How can I get a display a list of all tables in database along with their row sizes. The idea is to find the heaviest tables and trim them. I am currently doing on the basis of deleting 30 day old data.
|
| Solve This: LIKE N'@parameter +'%' | 26 Jul 2004 15:52 GMT | 1 |
I want to retrieve all records that col1 begins with certain char(s). The simple case might be solved as follows: ---------------------------------------------------------------------- create procedure GetNames ( @Param nvarchar(20))
|
| How to reduce the log file size | 23 Jul 2004 14:31 GMT | 1 |
I want to reduce my log file size. The data file is 54mb and log is 61.92gb. How this is possible? Is this a normal? If so please tell me how to reduce that? Shanthi
|
| serial number query result | 22 Jul 2004 16:52 GMT | 4 |
i wish to have serial numbers of rows returned in query i am basically using a complex query the only requirement is to have serial order for the rows returned. Kindly guide on how this hould be done
|
| time value | 22 Jul 2004 16:15 GMT | 1 |
how do i extract the time value from this '2004-07-10 11:23:50.000' inside a query statement
|
| Basing a SELECT statement upon a previous record | 21 Jul 2004 14:03 GMT | 1 |
I am trying to write a SELECT statement that excludes records based upon a value in the immediately previous record. The table that I am selecting data from has a column called "status". I want to exclude all records
|
| answer me | 20 Jul 2004 04:29 GMT | 1 |
what dbms support the other database models?
|
| Simple query | 19 Jul 2004 13:45 GMT | 5 |
I have simple problem, but i'm new in SQL I have 3 columns. 1 - Hotfixes (there are id number of hotfixes as string) 2 - domain (about 4 domains as string)
|
| data mining from Java | 15 Jul 2004 19:01 GMT | 2 |
this may be a very naive question, but I would like to know if it is possible to create and apply (for prediction) the data mining models (the decision tree algorithm in particular) of SQL Server 2000 from a hosting
|
| Querying for latest record | 14 Jul 2004 21:02 GMT | 1 |
I have a database with a table that contains multiple versions of the primary key I am trying to pull data for Orders Each order can have multiple order versions, they are sequential in nature. My current query is as follows
|
| Multiple Measures | 13 Jul 2004 21:46 GMT | 2 |
I'm new to datamining, and I think what I want to do should be fairly simple, but I can't figure it out (even after going through the Books Online, and the tutorials). I've got a table with the following fields: FormId
|
| Dates within a range | 13 Jul 2004 13:42 GMT | 2 |
I am doing a social services data project where they need to know the number of days a kid is in their 'system' In a table it has a beginning and ending date and 'place' that shows where the child is.
|