Questions tagged [mds]

Questions regarding MDS - Multidimensional Scaling R functions

101 questions
0
votes
1 answer

Write MDS business rules directly in SQL

I'm using Master Data Services to check business rules in SQL. The use of MDS makes it easy for any (non-coder) to add business rules. However, I initially need to add a large amount of business rules and this is a very tedious procedure in MDS. Is…
0
votes
1 answer

SQL Server 2012 MDS - Limitations

I am started using SQL Server 2012 MDS for maintaining our huge customer base. My question is whether MDS supports more than 10 million records? If so, how it is handled in excel? Excel has the number of rows limitation of 1 million.
0
votes
1 answer

Fault on @ symbol in XML file

I am trying to import a file having the symbol @ into Weblogic server MDS. While importing, looks like the parser is not able to parse @, and throws an error. Is there any escape character (like & for &), using which I can make use of the symbol…
0
votes
1 answer

Can MDS only be installed on a server

Can you run the SQL Server 2014 Master Data Services Configuration manager on windows 8.1 pro and not on a server like Windows server R2? If so please help it tells me "The required .svc handler mappings are not installed in IIS." but I have checked…
Keag1
  • 141
  • 1
  • 11
0
votes
4 answers

Master Data Services deleting rows from UI

We have duplicate data in entities in Master data services and not in staging tables. how can we delete these? We cannot delete each row because these are more than 100?
0
votes
0 answers

MDS in R - how to i create the data to become distance mean?

returns, sharpe, risk, volatibility 7.433193 , 0.94 , 6 , 7.75 14.214304 , 1.18 , 7 , 12.13 13.948246 , 1.22 , 7 , 11.73 12.372482 , 0.74 , 7 , 12.37 3.099133 , -0.64 , 4 , …
James Lim
  • 1
  • 2
0
votes
1 answer

Scalar Valued function - output table

I have recently installed Master Data Services on an instance of SQL Developer and I am now able to run the following query when the MDS database is selected in SQL Studio Manager: SELECT mdq.Similarity(N'Alexia Geogio', N'Alexandra George', 0, 0.0,…
w0051977
  • 15,099
  • 32
  • 152
  • 329
0
votes
5 answers

Master Data Services

I'm a SQL Server developer learning MDS. I loaded some entities via staging tables and via Excel add-in. I'm trying to update members in an entity in MDS via the staging table. I can successfully add new members, but any attribute updates to…
0
votes
1 answer

Removing the deleted Member from the MDS Database - SQL Server 2012

I deleted one of Code from MDS which was not required initially for the process. Example: Code: TEST-001 Later realized this code is required and tried to re-insert this into MDS through EXCEL (MDS plugin) MDS throws an error as below: Code - The…
Sreedhar
  • 29,307
  • 34
  • 118
  • 188
-1
votes
0 answers

Master data service

In Master data service I want the code value which is set to create automatically generated but when a user delete any value so code value should start from that deleted value, means if a code value was 18 and that got deleted the new value should…
-1
votes
1 answer

Visualize multidimensional datasets with MDS

I am trying to visualize the 3 features of my dataframe using MDS to scale them in 2 dimensions. So, I performed MDS in 2 dimensions to plot the new data, giving each point a different color according to the target variable. my target variable is…
1 2 3 4 5 6
7