Viewing 15 posts - 61 through 75 (of 956 total)
DBCC CHECKDB
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 14, 2012 at 7:00 am
gerritjan.soede (7/13/2012)
On the General page, click on the Timeline button, and we can use the new Timeline slide to repeat the entire RESTORE operation, but this time setting the...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 13, 2012 at 6:47 am
yup (7/11/2012)
Also if you can get some one to share details from some where s/he is using an MDF / NDF on MBR above 2 TB....
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 11, 2012 at 7:15 am
You have to convert the run_date and run_time columns into a meaningful value. Steve Kass provided the following solution to calculate the datetime value from both columns years ago:
CONVERT...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 10, 2012 at 7:35 am
vinay.kumar (7/6/2012)
Thanks For the Post.
I tried the sample Event Notification given in the blog. And it looks all fine.
For the each Event(ERRORLOG) it is using one Conversation Group for all...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
July 6, 2012 at 4:42 pm
For what you've spec'd already, I wouldn't even go after a new laptop. I've gone the path of buying my own SSD in the past and asked permission to use...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 4, 2012 at 11:51 pm
Koen Verbeeck (6/4/2012)
I'm at work now, so I'll post the details later.
I created the columnstore index...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 4, 2012 at 11:39 pm
What hardware are you using for the test? What kind of disk is this on? I would suspect that if you monitor the I/O latency and block sizes you...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 4, 2012 at 6:03 pm
It is a VM running in VirtualBox on my laptop. The VM is configured with 2 vCPU and 4GB RAM and is running on a USB3 external drive using...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 4, 2012 at 2:32 pm
I can't reproduce the behavior that you are describing on my SQL 2012 VM at all. As a heap it takes 36 seconds to run the query after generating...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
June 4, 2012 at 8:25 am
Read this blog post which explains what sql_text is:
Understanding the sql_text Action in Extended Events
In SQL Server 2008 there is no SQL Batch Completed Event, this was only added in...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
May 3, 2012 at 3:41 pm
What is an example of the output and which event is the one being repeated? My first guess would be that you have a user defined function in use...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
May 3, 2012 at 10:30 am
First off, lets start off with, what Hypervisor are you using? It makes a difference because VMware doesn't do things the same way as HyperV which is then different...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
May 1, 2012 at 1:11 pm
kfarlee (4/24/2012)
I am a PM, working on the storage engine for SQL Server, specifically on access to...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
April 30, 2012 at 6:00 pm
john.m.couch (4/10/2012)
Jonathon,I actually got it to work. I am attaching my code. Not the prettiest, but it works.
This is incredibly inefficient when compared to the very simple implementation using Event...
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
April 10, 2012 at 9:28 pm
Viewing 15 posts - 61 through 75 (of 956 total)