Viewing 15 posts - 4,981 through 4,995 (of 18,926 total)
calvo (7/11/2011)
Ninja's_RGR'us (5/3/2011)
Now I know this is going to cost me... but this...
July 11, 2011 at 7:54 am
Looks like you're good to go. Let us know if you need more help with the real thing!
July 11, 2011 at 6:27 am
GSquared (7/11/2011)
SQLkiwi (7/8/2011)
--- never mind ---Neverminding.
You should turn this into an article.
For once you'd get your 25$ worth of work 😀
July 11, 2011 at 6:22 am
BinaryDigit (7/11/2011)
ok, thank you. The lots of data we have 🙂 there's over 5 mil rows, just need to make sure we use diff parameters each time
5M is a decent...
July 11, 2011 at 6:18 am
You should be fine. But it type of query can be better served by dynamic sql later down the road as you add lots of optional filters and /...
July 11, 2011 at 6:10 am
Just a PS. I work in the Montreal region if you need someone on site and I speak french too!
July 11, 2011 at 6:06 am
Hey grant I've surfed to http://www.scarydba.com/2008/07/02/code-from-dissecting-sql-server-execution-plans/ to download the code of the book and I just can't seem to find the download button.
Care to help a blind man?
July 11, 2011 at 5:57 am
In other words, please post the real query so we can help out!
July 11, 2011 at 5:55 am
BinaryDigit (7/11/2011)
I...
July 11, 2011 at 5:42 am
Nope, here's the plan. There's absolutely no filter being applied.
SELECT * FROM msdb.dbo.sysjobhistory WHERE 1=1 OR step_name = 'Bob'
|--Clustered Index Scan(OBJECT:([msdb].[dbo].[sysjobhistory].[clust]))
July 11, 2011 at 5:20 am
Koen Verbeeck (7/11/2011)
LutzM (7/9/2011)
July 11, 2011 at 5:11 am
Can't be both. This is where intimate knowledge of how the data is used is critical.
Do you have access to the reportserver database and are you logging the reports'...
July 11, 2011 at 5:10 am
Steven993 (7/8/2011)
Ninja's_RGR'us (7/8/2011)
It was like that in 2000 and I don't see why it should have changed since.Did I said it changed ?
I was merely confirming the information.
July 8, 2011 at 11:57 am
TheSQLGuru (7/8/2011)
July 8, 2011 at 9:52 am
Steven993 (7/8/2011)
I was wrong.Even if I think I never saw 2 tables with the same object_id within an instance, Object_id is unique only within a database according to MSDN.
It was...
July 8, 2011 at 9:51 am
Viewing 15 posts - 4,981 through 4,995 (of 18,926 total)