Viewing 15 posts - 571 through 585 (of 1,838 total)
February 27, 2018 at 12:22 pm
February 23, 2018 at 2:37 pm
Some questions and ideas about this, it's difficult to be precise since we're just looking at a picture of the execution plan:
- in the pictures you can see a...
February 23, 2018 at 12:00 pm
February 23, 2018 at 11:01 am
Ralph Kimball retired, but other members of the group have continued the work under a new name:
https://decisionworks.com/
I don't know if the old website gets any of...
February 21, 2018 at 10:29 am
Here's a link to a script to find the count of VLFs per database:
https://gallery.technet.microsoft.com/scriptcenter/SQL-Script-to-list-VLF-e6315249
February 20, 2018 at 10:38 am
When doing a subquery in the SELECT clause or as part of a CROSS APPLY, you typically want it to be correlated to the outer query. Using the same alias...
February 20, 2018 at 10:24 am
I'd suggest you to go thru the above and create a test...
February 20, 2018 at 9:58 am
Did the query return anything in the columns LoginName or ApplicationName? That would help pinpoint who or what is happening that caused the log to grow. With the results you...
February 20, 2018 at 8:16 am
February 15, 2018 at 12:53 pm
I second the Kimball books recommendation. While they may seem old, the wealth of information in them is difficult to match.
For PowerBi, here is a good article:
February 14, 2018 at 12:36 pm
February 14, 2018 at 6:44 am
You can just apply the service pack SP3 to your existing 2008 R2 RTM Express with Advanced Services instance, I've done it before. More information is available here:
February 13, 2018 at 2:59 pm
It is very possible the problem is the connection settings, most likely ARITHABORT, which SSMS sets to ON, but SQLCMD sets to OFF.
Microsoft says this should always be set...
February 13, 2018 at 2:43 pm
Viewing 15 posts - 571 through 585 (of 1,838 total)