About 399 results
Open links in new tab
  1. How do I aggregate on more than one column within a PIVOT

    Mar 6, 2015 · On SQL Server pivot query using UNION ALL of two pivot queries multiple aggregations can be implemented easily.

  2. SQL pivot - how do I pivot two columns of data?

    Dec 12, 2013 · It is not your PIVOT skills for this; you do not know SQL and basic data modeling. --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / …

  3. How to get date and year range in SQL? - social.msdn.microsoft.com

    Oct 7, 2021 · In this case, you will need to know several methods in SQL: convert (type,value)-- convert a value to a type type value getdate ()-- get today's date year (date),month (date),day (date)-- get the …

  4. Missing values for one attribute in ssas dimension while browsing the ...

    Aug 21, 2020 · When browsing the cube via Excel, the default is to hide attribute members on rows/columns for which there is no measure-data in the values section of the pivot table.

  5. Error while connecting with SQL Server named instance from C# .Net

    Apr 10, 2017 · I am facing a strange issue. I have a sql server named instance (for example (server_name)\ (instance_name)). I am able to connect to create a SQLConnection using below …

  6. Is there a way to get sql server name from registry or somewhere else?

    Aug 13, 2008 · In this example, The SqlServerInfo class is the most important one. Everything is packaged in this class. It has one static method, Seek (), which gets the information about the SQL …

  7. Space & performance of XML datatype - social.msdn.microsoft.com

    Jun 2, 2011 · In our xml documents, for example, the tags and markup are not a huge part of the overall data; the bulk is going to be in text nodes. Since Sql Server doesn't have a utf-8 storage collation …

  8. SQL Server takes so much time to startup - social.msdn.microsoft.com

    Mar 24, 2014 · If so then the problem is somewhere (*) in the connection or (*) events that execute other command (or example several add-on can make the starting slower) or (*) The queries that the …

  9. check if db exists - social.msdn.microsoft.com

    Jun 20, 2013 · I have created a database from vb.net. I have even created table for it. But i want to check whether db exists already or not. How do i do so. My program is as follows: Public Class …

  10. Physical Memory: 97% - social.msdn.microsoft.com

    Apr 9, 2014 · If I restart the server, and after all the processes and services start running, the used memory is not more than 4 ~ 6 GB (I don't remember exactly, but small compared to the overall 32 …