Power BI Takeover–Webinar Recording and Q&A
Last week I did a little experimental webinar that was outside our (Pragmatic Works) norm. Instead of our traditional 1...
2016-05-19 (first published: 2016-05-10)
2,348 reads
Last week I did a little experimental webinar that was outside our (Pragmatic Works) norm. Instead of our traditional 1...
2016-05-19 (first published: 2016-05-10)
2,348 reads
This is a temporary post that was not deleted. Please delete this manually. (621301ab-a053-48fc-a7ec-01dc1d5fe152 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)
2015-12-15
810 reads
In the latest Power BI Desktop a new Preview features was released that now allows you to connect using DirectQuery...
2015-11-06
1,957 reads
**Information current as of 7/22/2015**
There’s lots of exciting news this week with Power BI so expect several short blog posts...
2015-07-27 (first published: 2015-07-22)
3,748 reads
Today Microsoft officially released the new development tool for Power BI called Power BI Desktop. First of all let me...
2015-07-24
5,310 reads
A date dimension or table can be extremely important when working on a Power BI project, or BI projects in...
2015-06-16
5,659 reads
**Information is current as of 5/21/2015**
Recently Azure SQL Database was added as a new connection to the Power BI Preview....
2015-06-01 (first published: 2015-05-21)
2,822 reads
With the CTP2 of SQL Server 2016 now released you may be eager to try it out. One of the...
2015-05-28
2,471 reads
Have you ever had a user run a query against one of your largest tables only for them to immediately...
2015-04-03
16,274 reads
So you’ve come up with a great idea for a session and now you have to translate that idea into...
2015-03-05 (first published: 2015-02-24)
5,530 reads
Next Monday, March 9, 2026, my one-day live online training SQL Server 2025 Unleashed:...
By HeyMo0sh
As someone who’s worked with data for over 20 years and with many cloud...
By HeyMo0sh
2025 belongs to the AI startups. If you peek into the tech headlines, you’ll...
Comments posted to this topic are about the item A Quick Restore
Comments posted to this topic are about the item Guarding Against SQL Injection at...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
While doing some testing of an application, I wanted to reset my environment after doing some testing with this code:
USE DNRTest BACKUP DATABASE DNRTest TO DISK = 'dnrtest.bak' GO /* Bunch of stuff tested here */RESTORE DATABASE DNRTest FROM DISK = 'dnrtest.bak' WITH REPLACEWhat happens if this runs, assuming the "bunch of stuff" isn't anything affecting the instance. See possible answers