Enterprise Analysis Services Development: Interview with Alberto Ferrari and Marco Russo
Between sessions at the PASS Summit, I had the privilege of interviewing Alberto Ferrari and Marco Russo; SSAS Maestros and...
2017-12-03
424 reads
Between sessions at the PASS Summit, I had the privilege of interviewing Alberto Ferrari and Marco Russo; SSAS Maestros and...
2017-12-03
424 reads
Over the past year we’ve learned about how SQL Server on Linux is implemented, leveraging SQLPAL and the team is pretty confident in their architectural decisions as indicated in this...
2017-12-02
4 reads
Over the past year we’ve learned about how SQL Server on Linux is implemented, leveraging SQLPAL and the team is pretty...
2017-12-02
454 reads
UPDATE: I haven't been keeping it up to date so deprecated it - if you find something like this useful moan at microsoft and get them to implement it!
I...
2017-12-02
36 reads
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
367 reads
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
24 reads
UPDATE: I haven’t been keeping it up to date so deprecated it - if you find something like this useful moan at microsoft and get them to implement it!
I...
2017-12-02
9 reads
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
38 reads
I keep having to refer to the virtual machine size page and the disks pricing page to work out how...
2017-12-02
44 reads
Dear All,Very happy to share the 9th interview of #DataChannel. Mr.Madhivanan Ramachandran, 10 time Microsoft MVP Award winner and a Data Platform expert from India discusses "Best Practices for...
2017-12-02
23 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Our highly skilled crew is available to do ambient air, DG stack emission, interior...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
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