(Camilo Reyes) Node.JS and SQL Server are a good match for creating non-blocking, event-driven database applications. Though you can use ODBC or JDBC to communicate between the two, it is possible to run such applications on platforms such as Azure, Linux, OSX and iOS by using Node together with the
Tag: sql server
Export All Plans From Cache to a .SQLPLAN File
(Grant Fritchey) I was asked if there was an easy way to export all the plans from cache to a .SQLPLAN file. My immediate answer was, “I’m sure there’s a PowerShell script out there somewhere.”
Finding Out (Approximately) How Long A Calculation Contributes To The Duration Of An MDX Query
(Chris Webb) In my last two blog posts (see here and here) I showed how to use the Calculation Evaluation and Calculation Evaluation Detailed Information trace events to work out which MDX calculations are evaluated when a query runs in Analysis Services Multidimensional.
Don’t Forget- Standard GP SQL Views
(Christina Phillips) From time to time, we still get inquires from folks building views in SQL server that actually already exist. So I thought I would post a quick reminder that every SmartList has a SQL view that corresponds and can be used for your own purposes as well (e.g., SQL reports, Excel
Data Types in SSRS Mobile Reports Category Charts
(Kathi Kellenberger) There are several chart types found in traditional paginated SSRS reports. The charts have many properties, but these are configured the same from chart type to chart type. SSRS Mobile report charts are very different. Each chart has a specific purpose and unique properties.
Lesson Learned #22: How to identify blocking issues?
(Jose M Jurado) Today, we were working on a service request where our customer reported that, some TRUNCATE executions are taking more time that they expected. Normally, these TRUNCATE commands just only take 3 or 5 seconds to complete, however, this time, the problem is that they never finish.
How to get row count for every table in database
(Jack Vamvas) Question: I need some sql code to record the row count of every table in a database.
Azure quick start
(Kenneth Fisher) In case you hadn’t noticed, I love built in help. DBCC HELP, the script button in SSMS, even BOL. Well here’s another one.
IoT Hub vs. Event Hub
(James Serra) There can sometimes be confusion, in IoT scenarios, between IoT Hub and Event Hub, as they can both be valid choices for streaming data ingestion. My Microsoft colleague, Steve Busby, an IoT Technology Specialist, is here to clear up the confusion:
SQL Server vNext
(Arun Sirpal) I have been pretty busy recently working with Joe Sack from Microsoft and getting my hands dirty with SQL Server vNext accessing some cool stuff (which obviously I can’t talk about – under NDA) and believe me it is pretty powerful stuff.
