Tutorial by Topics: q

This technique can also be used for other data sources e.g. files, web services. Note that when you do change these settings, you may have to specify Authentication/Credential details for the new source.
M and DAX are two building blocks of Power BI. They both are functional languages but they differ considerably and are used for very different purposes. This page shows code samples for both languages and explains their purpose. M and DAX are two building blocks of Power BI. They both are fun...
https://gist.github.com/arosenhagen/2397824 Many many snippets very helpful
sqlcmd -S SHERAZM-E7450\SQL2008R2 -d Baseline_DB_Aug_2016 -o c:\employee.txt -Q "select * from employee"
Not all preprocessors support trigraph sequence processing. Some compilers give an extra option or switch for processing them. Others use a separate program to convert trigraphs. The GCC compiler does not recognize them unless you explicitly request it to do so (use -trigraphs to enable them; use...
Template Names vs. Template IDs vs. Item Names in Queries: I strongly recommend that you use Template IDs and not Template Names or Item Names in your queries. This will ensure that your queries will still work, even when templates and/or items are renamed. The one exception to this is when work...
This section provides an overview of what jqgrid is, and why a developer might want to use it. It should also mention any large subjects within jqgrid, and link out to the related topics. Since the Documentation for jqgrid is new, you may need to create initial versions of those related topics. ...
Sometimes Quicksort is also known as Partition-Exchange sort. Auxiliary Space: O(n) Time complexity: worst O(n²), bestO(nlogn)
The --query parameter is often overlooked, but it is incredibly powerful. It uses the JMESPath query language to filter service responses down to precisely what you want.
Windows Azure SQL Database is a Platform-as-a-Service (PaaS) offering of Microsoft's SQL Server. Paas is different from physical or virtual machine instances of SQL Server. Those other options would be referred to as infrastructure. If those virtual machine instances of SQL server are hosted by ...

Page 12 of 21