Data Mining announcement
-
Link
Microsoft BI Labs went live today featuring a look into the future of SQL Server Data Mining in the Cloud. The SQL Server Data Mining team presents a set of prototype web services in the cloud that mirror some of the great predictive analytics functionality available in the Table Analysis Tools for Excel add-in from the SQL Server 2008 Data Mining Add-ins for Office package. No installation required.
This blog post provides more details.
Explore these predictive services from your browser - on your own data - and give us your feedback!
-
Unanswered0Votes
SQL query structuring question
Hi, I have a customer table as shown below: - Name Work ...3 Replies | 115 Views | FuzzyMI - Friday, July 05, 2013 4:01 PM | Last Reply Vedran Kesegic - 9 hours 29 minutes ago -
Answered1Votes
Need Help with Error message
I'm using Report Server from SQL 2012, and have set up the below stored procedure between to unrelated tables, but when executing it, I get the following ...2 Replies | 158 Views | jilltre800 - Monday, July 01, 2013 7:24 PM | Last Reply jilltre800 - Tuesday, July 02, 2013 5:50 PM -
Unanswered0Votes
How do I code the WHERE LIKE clause in fill "ListOf" request?
Public Shared Function FillListOfPiece_AssemblyCode(ByVal asmblyCode As String) _ As List(Of Piece) Dim listOfPiece As ...0 Replies | 133 Views | Terry 01 - Monday, July 01, 2013 2:48 PM -
Unanswered0Votes
How to classify a document based on Microsoft's Naive Bayes algorithm?
I am quite unfamiliar with using SSAS as of the moment. I am aware of the classical implementation of Naive Bayes. I have learned about it from the here. However what I am looking ...0 Replies | 199 Views | deostroll - Saturday, June 29, 2013 4:42 AM -
Proposed0Votes
sql question
I am getting ready for a inplace scom 2012 upgrade. As part of my prep i am running some sql queries i got from a tecnet article against the OM database to ensure it is ready for ...2 Replies | 365 Views | ljh123 - Tuesday, June 18, 2013 7:25 PM | Last Reply José Rodas - Friday, June 28, 2013 10:09 PM -
Answered0Votes
Problem using Microsoft Association Rules with a single table
I have a table with 3 columns. ITEM_ID ITEMNUM ITEM 1 ...4 Replies | 274 Views | Al276276 - Tuesday, June 25, 2013 6:32 AM | Last Reply Al276276 - Wednesday, June 26, 2013 4:35 AM -
Answered0Votes
How to export the content into Excel or TXT
Hi ALl, I am using the Micorsoft generic content tree viewer from Microsoft logistic regression, just wondering whether we can export the content of it into TXT or ...1 Replies | 215 Views | BIMaster - Tuesday, June 25, 2013 2:34 AM | Last Reply Tatyana Yakushev - Tuesday, June 25, 2013 4:18 PM -
Unanswered0Votes
Where statement not working as expected
I have this at the end of my SQL statement... WHERE (TABLEA.C_ONUM IS NULL OR TABLEA.C_DNUM IS NULL) OR (TABLEA.C_ONUM not like ...4 Replies | 186 Views | DCDeez - Tuesday, June 25, 2013 3:22 PM | Last Reply DCDeez - Tuesday, June 25, 2013 3:57 PM -
Answered1Votes
Emailing data between different SQL servers
We use external sql server to send automated mails to a team members mail boxes. After that, we convert them into csv, and import onto our internal sql server. How can we send the ...1 Replies | 196 Views | Fred Wallace - Monday, June 24, 2013 9:48 AM | Last Reply William-Johnson - Monday, June 24, 2013 9:58 AM -
Answered1Votes
Working with two REPLACE statements in a SQL Query
I'm starting a new thread as my questions are starting to branch off. I've got a table with multiple fields. [Contract Number] is the same between some rows, But then they ...4 Replies | 251 Views | DCDeez - Thursday, June 20, 2013 8:18 PM | Last Reply DCDeez - Friday, June 21, 2013 4:57 PM -
Unanswered0Votes
Sql server database not connected remotely
Dear all, insert into ...1 Replies | 193 Views | Tamiltms - Friday, June 21, 2013 9:17 AM | Last Reply Olaf Helper - Friday, June 21, 2013 9:27 AM -
Answered1Votes
Selecting the same field but filter twice into different fields
I have a quick question I think... I've got a field "User Name" I need to filter by another field in the row. But I have to return two values. I need the User where User Role - ...13 Replies | 282 Views | DCDeez - Wednesday, June 19, 2013 7:29 PM | Last Reply DCDeez - Thursday, June 20, 2013 7:43 PM -
Unanswered0Votes
Help with modifying custom report SQL Query for SCCM compliance
I created the SQL query listed below which will be used as a system compliance report to run against the SCCM database. The problem is that if the software is not on the the system altogether ...0 Replies | 223 Views | CharlieBird - Thursday, June 20, 2013 1:24 PM -
Unanswered0Votes
SQL query help needed to get desired output
Table with three column I AM stoked IN FORMING THE SQL QUERY I have tried all where clause and having clause but cant get the desired output I want output like example "select all ...0 Replies | 195 Views | adi_2014 - Thursday, June 20, 2013 1:07 PM -
Answered0Votes
Collect data from 4 tables to 1 dataset
Hi, I have a 4 tables with some columns: 1) Brands: CatalogueIndex, BrandIndex, BrandName 2) Models: CatalogueIndex, ...1 Replies | 363 Views | Newfriend - Wednesday, June 12, 2013 4:16 PM | Last Reply MReedSQLBI - Tuesday, June 18, 2013 5:21 PM -
Answered1Votes
Question about "Clustering Model"
Hi, I've started learning of the Microsoft Data Analysis services and don't understand - why the "State" on the "Cluster Diagram" tab ...6 Replies | 555 Views | Mark Herasimovich - Wednesday, June 12, 2013 2:53 PM | Last Reply Tatyana Yakushev - Tuesday, June 18, 2013 4:42 PM -
Unanswered2Votes
Basic Data Mining Tutorial - Lesson 6 Problem
I was working through the Basic Data Mining tutorial for SQL Server 2008 R2, and everything seemed to be working fine up through Lesson 5. I encountered a ...17 Replies | 13563 Views | romermb - Wednesday, January 12, 2011 10:39 AM | Last Reply Baloun - Tuesday, June 18, 2013 2:47 PM -
Unanswered0Votes
Size of table data impacts data mining performance?
I've had great success with using the association algorithm with data mining over the previous couple of years. I have a typical market basket analysis going on. We decided to ...0 Replies | 314 Views | Justin___T - Friday, June 14, 2013 1:14 PM -
Unanswered0Votes
SSAS Wrong Lift ?
Lift should'nt be : Pr(A&B) / (Pr(A) * Pr(B)) = 3.36 ??? thanks Ludo0 Replies | 340 Views | Ludo_75015 - Friday, June 14, 2013 7:38 AM -
Unanswered0Votes
VARIAS INTRUCCIONES TIEMPOS
ESTIMADOS CUANDO EJECUTO LAS INSTRUCCIONES DE UN SP, INSTRUCCION POR INSTRUCCION, SE DEMORA MUCHO MENOS QUE CUANDO MANDO A EJECUTAR TODAS LAS INSTRUCCIONES JUNTAS, A QUE SE ...0 Replies | 358 Views | danibethr - Tuesday, June 11, 2013 8:30 PM - Items 1 to 20 of 2986 Next ›