Deploying to Power BI Premium
Obviously the big news of the day is the announcement for general availability of Power BI Premium! And if you...
2017-06-12
204 reads
Obviously the big news of the day is the announcement for general availability of Power BI Premium! And if you...
2017-06-12
204 reads
A question that I answer what seems like all the time is how to run cross-database queries against Azure SQL...
2017-06-12 (first published: 2017-05-30)
3,523 reads
Last week on May 17th the Power BI team announced the release of the Power BI Report Server preview. Power...
2017-06-05 (first published: 2017-05-23)
3,102 reads
A question that I answer what seems like all the time is how to run cross-database queries against Azure SQL...
2017-05-30
512 reads
Last week on May 17th the Power BI team announced the release of the Power BI Report Server preview. Power...
2017-05-23
233 reads
Yesterday I had the pleasure of delivering a webinar presentation in partnership with Pragmatic Works called “What is Power BI Premium?”.
New...
2017-05-23
940 reads
Yesterday I had the pleasure of delivering a webinar presentation in partnership with Pragmatic Works called “What is Power BI Premium?”.
New...
2017-05-23
170 reads
Over the past couple weeks there has been a ton of news and announcements around the direction Microsoft is taking Power...
2017-05-19
1,837 reads
Over the past couple weeks there has been a ton of news and announcements around the direction Microsoft is taking Power...
2017-05-19
200 reads
Today I had the wonderful pleasure for leading a discussion regarding the products, services, and tools Microsoft provides in the...
2017-04-10
330 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers