all groups > sql server data mining > september 2006
Title: Fat it is a world problem!
Posted by Fat_Devil_1962 at 9/29/2006 2:00:06 PM
[b]The 6 Steps to Fat Loss Success for Beginners[/b]
[i]by: Craig Ballantyne[/i]
For beginners, getting into fitness can be intimidating and confusing. But it doesnt have to be that way. In fact, getting fit is one of the most straightforward tasks youll attempt in the New Year. Fortunately, rea... more >>
Linear Regression variance estimates
Posted by beanish NO[at]SPAM jazzbud.com at 9/28/2006 11:20:07 PM
I've found that the variance estimates for parameters from MS Linear Regression don't match the standard, textbook variance estimates for linear regression.
A good example of this is the Fuel Consumption data from Weisberg's "Applied Linear Regression" text. MS Linear regression will produce reg... more >>
SQL Question
Posted by Paul at 9/27/2006 8:24:01 AM
Hello:
I have a SQL question. If this is the improper board to post this question
on, please let me know where you would suggest I post it.
I have a SALES table with the following schema and structure.
ID Status Date
-- ------ ----
1 Open 1-1-2000
2 ... more >>
Hi, i need link with subject about weight loss
Posted by FatTonny_x at 9/22/2006 12:20:05 AM
Good day.
Sorry for my stupid question
Please tell me
Where i'll find site about subjects weight loss pills?
To future 10x u for u'r help.
bzzz...... more >>
data mining estimates
Posted by Leo Khaskin at 9/11/2006 10:20:08 PM
Hello,
I am looking for guidance/reference/examples on how to estimate efforts required to develop data mining model and integrate it into application?
Any suggestions highly appreciated.... more >>
customized recommendations using data mining
Posted by Gol Yass at 9/10/2006 10:12:13 PM
Hi
I would like to develop a website using visual studio 2005 and provide
customized recommendations to users using data mining techniques.
As users browse and click on different links , I would like to build a
profile and gather the data in sql server 2005 and use data mining to refer
new... more >>
need help designing a database
Posted by preet at 9/5/2006 10:49:28 AM
Firstly I have 2 tables, as shown in this image, with test data
http://eecpworld.com/ad/sql.jpeg
Now the first columns on both are primary keys, checkid on table one has
a foreign key defined.
What I intend to do is that when i do a select * on test1, I want it to
return the value of chec... more >>
SPPS AND SQL SERVER 2005
Posted by Manos at 9/4/2006 12:00:00 AM
Does anyone know how to import data from SQL SERVER 2005 to SPSS. I have two tables Table1 and Table2. Table1 has a relation one to many with Table2.
Best regards,
Manolis... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
BETWEEN DATEADD(mi, -5, GETDATE()) AND GETDATE()
Posted by GTN170777 at 9/3/2006 1:16:01 PM
Hi all,
I'm trying to use the following in an ASP query -
'BETWEEN DATEADD(mi, -5, GETDATE()) AND GETDATE()' where the field default
value is (convert(char(19),getdate(),120)).
This has worked previously, but now returns no records, any idea as to why?
Many thanks... more >>
Doing JOIN with multiple table on multiple fields in each table
Posted by Yaniv Danan at 9/3/2006 12:00:00 AM
I have those Tables:
CREATE TABLE GameYellows(
id INT NOT NULL AUTO_INCREMENT,
AddedDate DATETIME NOT NULL,
Player_ID INT NOT NULL,
)
CREATE TABLE GameReds(
id INT NOT NULL AUTO_INCREMENT,
AddedDate DATETIME NOT NULL,
Player_ID INT NOT NULL,
)
CREATE TABLE GameSubsti... more >>
|