all groups > sql server data mining > october 2006
error deploying analysis server cube
Posted by Garza_JP at 10/31/2006 9:47:02 AM
Has anyone ever received this message before?
"The Description element at line 3123, column 29 (namespace
http://schemas.microsoft.com/analysisservices/2003/engine) cannot appear
under
Envelope/Body/Execute/Command/Batch/Alter/ObjectDefinition/Database/Cubes/Cube/Dimensions/Dimension."
... more >>
Openrowset
Posted by newton610 NO[at]SPAM yahoo.com at 10/25/2006 1:40:05 AM
my DMX is:
INSERT INTO [Analyze Shipments]
(
SKIP,
[Store Id],
[Vendor Name],
[Product Type],
[Days Since Last Shipped],
[Quantity]
)
OPENROWSET('Microsoft.Jet.OLEDB.4.0','Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\data mining va XML\0212025_0212279\DATABASE\Acce... more >>
SSAS 2005 -- Lift Chart Help please...
Posted by sitexcite NO[at]SPAM hotmail.com at 10/24/2006 4:12:34 PM
Guys,
I am trying to do the standard Customers / Bike Shop data mining
exercise. I have both a Decision Tree and Naive Bayes model and both
work fine. When I process and then go to the Mining Accuracy tab, my
book tells me that I should see 4 lines in the Lift Chart:
1. The "Ideal" line
2.... more >>
Using Alerts
Posted by somuthomas NO[at]SPAM gmail.com at 10/24/2006 2:54:56 AM
I am using SMO 2005 to assign alerts for error number 20574. My doubt
is whether we hav to assign job for the alerts that are created?? And
also will the alerts be generated when the error occurs and the
operators be notified thru email????
Thanks,
Somu
... more >>
Delete Procedure or Query - HELP
Posted by GTN170777 at 10/23/2006 12:22:02 PM
Hi,
I'm trying to write some code that automatically deletes all records that
were posted over 183 days ago. The code needs to run continuosly, so far i've
written the code below, which doesn't work, any ideas how to write the
(query/Procedure?trigger???) correctly -
CREATE PROCEDURE del... more >>
All about small business
Posted by SmlBsns_ at 10/23/2006 12:00:00 AM
Please see this good resources:
<a href=http:/www.xwti.com/small-business/business-government-grant-small-start-up.html>business government grant small start up</a>, <a href=http:/www.xwti.com/small-business/small-business-hosting.html>small business hosting</a>, <a href=http:/www.xwti.com/small-b... more >>
All about small business
Posted by SmlBsns_ at 10/21/2006 11:40:28 PM
Please see this good resources:
<a href=http:/www.xwti.com/small-business/business-government-grant-small-start-up.html>business government grant small start up</a>, <a href=http:/www.xwti.com/small-business/small-business-hosting.html>small business hosting</a>, <a href=http:/www.xwti.com/small-b... more >>
SQL Server decision tree algorithm
Posted by anonymous_user NO[at]SPAM sqlserverdatamining.com at 10/21/2006 12:00:00 AM
Can someone tell me if the Decision Tree algorithm that SQL Server 2005 uses, is based on C4.5 algorithm?
Thank you in advance.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Update table with output from Data Mining Query
Posted by Chris at 10/14/2006 12:00:00 AM
How can i update the source table with the output of data mining query which predicts value from the source table?
Thank you in advance.... more >>
mining model viewers not connecting?
Posted by aricka NO[at]SPAM rafael.co.il at 10/10/2006 3:00:06 PM
hi all,
i came uppon a wird issue where
all of my sql / analysis logic works well
but when i try to view models with the mining model viewer i get a connection error.
i tried to reinstal all the sql2005 package
i run the sp1 and the hotfixes but non solved the
problem all of my logic is runni... more >>
Analysis Services 2005 Deployment Wizard
Posted by somuthomas NO[at]SPAM gmail.com at 10/7/2006 3:27:34 AM
Hi,
I used the deployment wizard in the analysis services 2005 to convert
it into XML script. Using the SQL Management Studio I opened it as
Analysis Server scripts and used the local host as the system in the
connections windows then loaded the XML script into the Queries window
as a XMLA... more >>
Fuzzy Aglorithm in SQL Server 2005
Posted by anonymous_user NO[at]SPAM sqlserverdatamining.com at 10/6/2006 3:00:06 PM
In SQL Server 2005 there is Fuzzy Lookups and Fuzzy Grouping Algorithm for data cleaning. Fuzzy uses a reference table in order to make the best match for the "dirty" data.
Do i have to create that reference table? If yes, how can i do it, based on what?
My objective is to fill the null values o... more >>
Retraining existing model Vs Creating New Model
Posted by anonymous_user NO[at]SPAM sqlserverdatamining.com at 10/4/2006 8:00:07 PM
Hi,
I have a question regarding Microsoft Analysis Services Data Mining.
I am using Microsoft Linear Regression algorithm for analysis on my data.
I created/trained a model with initial set of data i had. When i get new set of data, i appended to older set and Processed Fully the mining ... more >>
fulltext on normalized database
Posted by preet at 10/3/2006 7:45:40 PM
What are the ways to handle fulltext search on normalized database,
would like to know experiences of people who have handled this, since I
am yet to try it.
I mean when doing a search using CONTAINS do i need to use inner joins
to join all tables on which the data of the main table depends ?
... more >>
|