all groups > sql server data mining > march 2005
Re error in dmx query
Posted by pras kumar at 3/31/2005 5:26:42 PM
Hi Jamie MacLennan,
Thanks for the help...Now this query "select * from intrusion.pmml"
is also working....But i dont know what to do with the output....I
remember you telling me PMMl
is used for the representation of the content of the model.How can i
represent this output to the user.... more >>
error in mdx query
Posted by pras kumar at 3/31/2005 2:48:52 PM
Hi all,
I tried executing a singleton query in dmsample application.But it is
giving me an error
"Unable to execute query
The operation has failed because of an error in the COM component.
can anyone help me out correcting this query
SELECT Predict([CUSTOMER_PRASHANTH].[Yearly I... more >>
getting pmml
Posted by pras kumar at 3/31/2005 1:31:44 PM
Hi all,
I have a question???The name of my model is intrusion(name of
the decision tree
)Where should i execute this query..
select * from intrusion.PMML
Itried executing in query analyzer it gave me a error Please can any one
tell me where should i execute this
query.
Thanks... more >>
Convert from numeric to currency
Posted by Brent at 3/30/2005 12:11:11 PM
Hello.. I'm trying to convert a numeric value to a monetary format. Take my
query "Select 1000 As MyNumber" for example. This obviously returns 1000. I'd
like to return $1,000. When I run "Select Convert(Money,1000) As MyNumber",
it still returns 1000 (no commas or $). Any ideas? Many thanks.... more >>
Data Analysis Web Front End
Posted by Stefan Henrico via SQLMonster.com at 3/30/2005 11:05:27 AM
Hi guys
I'm just curious - is there a (preferably free but if needs be my company
will have to pay) web front end (much like Web Data Administrator) for
Analysis Server?
I've searched high and low and I've heard of Digial Dashboard but I can't
find the resource kit anywhere and I've read ab... more >>
format data before being inserted into a column
Posted by deheinz1 at 3/23/2005 1:59:03 PM
I am trying to manipulate data before it is inserted into a column. For
instance
I am reading in a MAC addreess which looks like '00DE0B16AA99' and when I
do an insert into the column I want it to be '00:DE:0B:16:AA:99' In other
words I am trying to insert the semicolons. I thought I was... more >>
SQL: Return the intersection of n-n relationship
Posted by Flip at 3/22/2005 9:23:05 AM
Hi,
This looks simple but I can't figure it out.
If there's a n-n relationship between two tables, how can I find all records
in the first table that are linked to all records of the second table.
For Example:
TableComputers
ComputerID, Name
1, PC1
2, PC2
3, Server3
TableSoftw... more >>
Simple query Q:
Posted by Ana at 3/17/2005 6:38:55 PM
Hi,
I have two tables (tblPOLICIES and tblCLAIMS) from which I need to extract
the following information: Total active policies and their related claims.
If in a query I sum all active policies.
SELECT COUNT(POLICY_ID) AS T_Policies
FROM dbo. tblPOLICIES
WH... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Not Returning Records From a TempTable sp that works on ISQL
Posted by Steve House at 3/17/2005 2:23:19 PM
I work for an insurance agency that needs to run a multitude of checks on
applications when they are added to our database. A large union query in a
stored procedure works just fine, but is slow. I want to create a temp
table, transfer the data into it, then run the union query against it. Thi... more >>
book recommendation
Posted by param NO[at]SPAM community.nospam at 3/17/2005 1:50:52 PM
Can anyone recommend a good book on SQL Server 2000 Analysis Services and
data mining techniques. I have used SQL database for a while now, but i am
totally new to data mining and analysis services. Will it let me to things
like projections & forecasts based on historical transaction data cont... more >>
Data maining Techniques
Posted by Steven Cattan at 3/15/2005 3:16:14 PM
Can any one tell me how I choose a data mining technique
Does anyone have examples of when they think they have applied the wrong
tecnique
... more >>
Summary of techniques
Posted by Steven Cattan at 3/14/2005 5:04:25 PM
Can some one give me a brief list of data mining techniques and when they
are useful. Please if you can keep it basic. Im not very Bright
... more >>
Need help with stored procedure.
Posted by Vanessa Lee at 3/13/2005 7:25:19 PM
Hi,
I am using SQL Server 2000 on Windows 2000 server. Here is my problem:
@String = 'word1word2word3word4word5' - This value is passed to Stored
Procedure from the script.
Column1 in a table1 has many rows with "words" . One row in this column1
will have 'word3'. Notice that this 'word3' i... more >>
query
Posted by pras kumar at 3/11/2005 3:22:37 PM
Hi Jamie MacLennan ,
Hi,
I have a question???The name of my model is intrusion(name of
the decision tree
)Where should i execute this query..
select * from intrusion.PMML
Itried executing in query analyzer it gave me a error then i tried in
mdx but it also
gave me a error.Pleas... more >>
creating a cube is it compulsory?
Posted by pras kumar at 3/11/2005 2:42:55 PM
Hi Jamie MacLennan ,
Thanks for helping me....I have one more question..I have
just created the tree using decision algorithm.I have not formed the
cube.....should i form a cube compulsorily for doing a predicting
model??
I dont know if u will be able to help me for this que... more >>
Data Mining techniques
Posted by stevencattan at 3/11/2005 12:57:54 PM
Please could some one tell me of a good web source that would help get an
introduction to the data mining techniques and when they are supposed to be
used
... more >>
PMML
Posted by pras kumar at 3/11/2005 10:20:25 AM
Hi Jamie MacLennan ,
Can i use PMML for connecting to analysis server 2000.I have a
decision tree.But i dont know xml.Can i use PMML for creating a web
based application.If so please tell me how should i proceed.Please tell
me some materials which will describe about this.
Thank... more >>
user interface for mining rules
Posted by max s at 3/11/2005 9:48:16 AM
hi,
i am using sql server 2000 and have already generated a decision tree
using Analysis Manager Decision Tree Mining Model approach. I wanted to
know the different ways in which the user can use the rules of the
mining model to do some prediction which the above mentioned server
supports.
I w... more >>
Really complex query that has me stymied
Posted by Scott MacLean at 3/9/2005 12:42:17 AM
I'm attempting to write a query that pulls data from two tables in a really
complex way, and I can't figure a way around it. Because of the architecture
in use, it has to be done in a single query, without using a stored
procedure. This is a simplified version of what I'm doing:
Let's say I ha... more >>
Connecting analysis server to c#.net
Posted by pras kumar at 3/7/2005 3:45:23 PM
Hi Jamie MacLennan,
I want to make use of the rules to a user given input.I have
uploaded the kddcup1999 intrusion detection dataset and i have generated
a tree using decision tree algorithm which is in graphical format.I want
to make use of these rules to the user given input.I a... more >>
Error in singleton query
Posted by B.J. at 3/7/2005 12:13:05 PM
Hi,
I use Microsoft SQL Server Beta 2. When I compare mining model prediction
for table I see other predicted values as I get with Singleton Query in
Business Intelligence Development Studio. Simply I have same input but
different prediction.... more >>
Programming analysis service in sqlexpress 2005
Posted by Eyal Brill at 3/6/2005 12:37:02 AM
In MSDE the DSO object was used to program the analysis services
What object should be used with the SQLEXPRESS. When I am using the DSO in
order to connect to the SQLExpress I get an "Internal Error".
... more >>
Connectin Analysis server to sqlserver
Posted by pras kumar at 3/5/2005 9:42:52 PM
Hi,
I am doing a data mining project.I am using sql server 2000.I have
applied decision tree algorihtm to my dataset.
Can anyone tell me how can i make use of these rules in the front end.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get... more >>
Trying to get the right answer
Posted by Atley at 3/4/2005 2:03:02 PM
I have Four tables: Hours, Sales, Employees, Stores
Hours = Date; Hours; EmployeeID; StoreID
Sales = Date; Sales; EmployeeID; StoreID
Employees = EmployeeID; Level
Store = StoreID; StoreName; StoreAddress
Each day, each employee that works in each store gets one record in the
Hours table.
... more >>
direct query DMX to AS in C#
Posted by Jacky at 3/4/2005 9:39:06 AM
hi all,
i need to direct query to the AS, i had created the
mining models in the AS using wizard, but the given sample
query is using openrowset to predict the data. i hope
someone can help me translate it to direct query. for
example: "select * from [model].content" which will show
... more >>
SQL Syntax
Posted by Theo at 3/3/2005 11:39:36 PM
Hi,
all i want to do is get all rows from a table that meet a condition and
execute a command for each one of them and i would like to have it all in a
stored procedure. My first problem is that i can't get the table to a
variable and my second one is that i don't now how to go through a table a... more >>
|