(Derek Wilson) You can create and leverage cloud based SQL Server instances using Microsoft Azure. However, if you have never used the Azure portal it can be a bit challenging to get started. This post will show you how the steps required to create an Azure SQL Server database.
Tag: sql server
Importance of Statistics and How It Works in SQL Server – Part 1
(Arshad Ali) Statistics refers to the statistical information about the distribution of values in one or more columns of a table or an index. The SQL Server Query Optimizer uses this statistical information to estimate the cardinality, or number of rows, in the query result to be returned, which ena
Microsoft SQL Server meets Redis and Node.js: How to follow long running batches with Windows Phone (or any browser, really) – Day 2
(Francesco Cogno) Last blog post was quite code heavy (http://bit.ly/1xnRn4Y). We have implemented the RESP protocol by hand in C# (well, some of it) and wrapped it in a nice SQLCRL stored procedure. We have shown how easy it to publish events from SQL Server to redis.
Modify SQL Server Reporting Services Rendering Format In SharePoint-Integrated Mode
(Edwin Sarmiento) In a previous tip on Making Adjustments to SQL Server Reporting Services Configuration Files, we’ve seen how we can modify the rendering format of a Reporting Services report by making changes to the RSReportServer.config file. However, this does not work when Reporting Services is
SQL SERVER – SSMS Trick – Generating CSV file using Management Studio
(Pinal Dave) In my previous blog I talked about using SQLCMD to generate a comma separate files for the table data.
Specifying Allowed Values, Sample Values and Descriptions For Function Parameters In Power Query–Part 1
(Chris Webb) The other day when I was thinking about Power Query functions (as you do) it occurred to me that they would be a lot more usable if, when you invoked them, you could show your users a dropdown box for each parameter where they could choose all of the allowed parameter values rather than
Audit Database File Size Changes
(Jason Brimhall) Recently I shared an article on how to track the growths and shrinks that occur within database files. I shared that article here, you should read it before proceeding with today’s article.
Configuring Critical SQL Server Alerts
(K. Brian Kelley) I ran a couple of health checks on my SQL Servers and the checks indicated I didn’t have critical alerts configured. What do I need to do?
SQL SERVER – FIX – The term ‘Invoke-Sqlcmd’ is not recognized as the name of a cmdlet
(Pinal Dave) It’s always a fun to learn and share new thing which I learn about any technology. So I decided to spend my weekend at home quietly, so I could learn some scripting using PowerShell and SQL Server.
Finding Tables Sizes with File Group information
(Chris Shaw) Sometimes managing multiple file groups and the amount of data that is in them can cause a few logistic issues. Recently I found myself needing to know what tables are in what file groups and what the sizes of those tables are. With the database the size it is and the number of objects
