About 591 results
Open links in new tab
  1. Pivot Query With String value - social.msdn.microsoft.com

    Aug 19, 2012 · It is Complete HRMS Software. and the Backend is SQL Database . Hierrarchy is Base on the Either POSITION or JOB Title . I think the problem in my Pivot Query is ECT * …

  2. How to pass parameter to PIVOT query? - social.msdn.microsoft.com

    Oct 7, 2021 · I tried to develop a dynamic pivot query with following code to avoid hard coding. I can got the 'Q1, Q2, Q3, Q4' dynamically and assigned to @ (@quarter. But it cannot be …

  3. Upgrade SQL Server Reporting Services in SharePoint Mode

    Sep 25, 2017 · The database server with SQL Server 2014 One application server with Excel Services, Performance Point, Power Pivot (2014), BCS, Search which has Reporting Services …

  4. Connect to PowerPivot engine with c# - social.msdn.microsoft.com

    Jul 30, 2014 · Specifically, your intent is to get metadata information from the in-process data store? I am not certain this can be done or is even recommended given the risks associated …

  5. Can I sort an SQL table? - social.msdn.microsoft.com

    Dec 21, 2017 · For example, if I add an "Out of Memory" item (code 7) to the "Create new object status" enumeration (code 3), I would want to see this row right after the row with 3, 6 in the …

  6. Referential integrity in SQL Server - social.msdn.microsoft.com

    Apr 25, 2014 · Referential integrity is a system of rules that ensure relationships between rows in related tables are valid and that you do not accidentally delete or change related data.

  7. Flexible and rigid relationship - social.msdn.microsoft.com

    Jan 16, 2019 · On the other hand, customer address can change from time to time, so the relationship between a customer name and her address should be defined as flexible. The key …

  8. Show dimension members only if there is data associated with them

    Sep 13, 2006 · The front-end for cube access is through Excel pivot tables. I basically need it to be restricted even when browsing the data in BI Studio (dimension and/or cube browser).

  9. Updating table in SQL Server based on Temp Table (Add, Update, …

    May 14, 2018 · Hey folks, I'm trying to figure out a stored procedure that would help me do an insert, update, delete on a table based on data from a temp table. The thinking is as follows: IF …

  10. Last Value In Date And Time Dimension SSAS (MDX)

    Sep 16, 2014 · You may want to build one dimension that includes date and time attributes. Although not absolutely necessary, this would simplify other date/time related queries