Viewing 15 posts - 106 through 120 (of 430 total)
Lynn Pettis (8/22/2014)
I just made a slight mod to query #1 and get the same results set and execution plan as query #4
SELECT c.*, o.*, ol.*
FROM #Customers c
LEFT JOIN (#Orders...
August 22, 2014 at 11:02 am
Jack Corbett (8/22/2014)
August 22, 2014 at 9:13 am
ChrisM@Work (8/22/2014)
The order of...
August 22, 2014 at 8:22 am
This article helped me big time having to load the 18Gb text file here[/url]. All I needed was the MD5 column, though I find it somewhat odd that the destination...
August 21, 2014 at 9:46 am
Ah, look at that. Even better is filtering out where position > 0. That rules and runs super fast.
Hope we never lose you to any Oracle forums :hehe:
Thanks
August 20, 2014 at 2:15 pm
Here's the whole query, if that helps. I would need some time to mask sample data well. These paths have a lot of client and employee identifying information in them.
...
August 20, 2014 at 1:57 pm
That runs fast, Luis, but I'm getting strange results. I would imagine it's something to do with the strings I'm actually looking for:
CROSS APPLY (SELECT TOP 1 pattern
...
August 20, 2014 at 1:50 pm
Hi Ed,
Thanks, that looks like it will get me most of the way there. I made a dumb, though, and just realized that the column the strings are stored in...
August 20, 2014 at 12:22 pm
You can do it by checking backups, like this:
USE msdb
SELECT [database_name] AS [Database] ,
DATEPART(MONTH, [backup_start_date]) AS [Month] ,
...
August 13, 2014 at 7:44 am
SQLRNNR (8/7/2014)
sqldriver (8/7/2014)
Oh, you guys thought I was kidding. Heh.No. I have quite literally run into that type of thing. Both as you described and as I described.
If...
August 7, 2014 at 9:43 am
Oh, you guys thought I was kidding. Heh.
August 7, 2014 at 9:27 am
Eirikur Eiriksson (8/6/2014)
Jeff Moden (8/5/2014)
rajeshn29.dba (8/5/2014)
I would like to know SQL DBA high ended question (5+ years’ experience) what kind of questions they will ASK …………………. Just for curiosity...
August 7, 2014 at 8:48 am
This is like the time my dad told me I had to floss my teeth and my mom told me I had to use mouthwash and I basically ended up...
August 5, 2014 at 5:47 pm
Grant Fritchey (8/5/2014)
sqldriver (8/5/2014)
Grant Fritchey (8/5/2014)
August 5, 2014 at 11:00 am
SQLRNNR (8/5/2014)
sqldriver (8/5/2014)
SQLRNNR (8/5/2014)
What are your resource governor configurations?What is the Max memory configured for SQL Server?
What is the memory reservation assigned to the VM?
Resource governor is not configured.
Max...
August 5, 2014 at 10:19 am
Viewing 15 posts - 106 through 120 (of 430 total)