Viewing 15 posts - 18,361 through 18,375 (of 22,202 total)
GilaMonster (2/13/2009)
The terms estimated and actual for plans are actually a bit of a misnomer....
February 13, 2009 at 8:30 am
Grant Fritchey (2/13/2009)
February 13, 2009 at 8:27 am
Yeah, you're probably running into schema issues. If the schema defining the object is anything other than the default schema for the connection, you can't simply call the proc.
February 13, 2009 at 7:52 am
Brandie Tarvin (2/13/2009)
I've heard those too. I certainly will. @=)Hmm. I also need to write another article for the site. I wonder what I shall compose...
I owe Steve an article...
February 13, 2009 at 7:49 am
Again, I'm just getting started supporting it. However, I found some fun stuff in nHibernate that is going to seriously impact our performance over time. For example, check out my...
February 13, 2009 at 7:47 am
Yeah, that's how you get the actively executing plan. It must show the estimated plan while executing... I can't find documentation that says it would show the estimated plan though......
February 13, 2009 at 7:43 am
Ken Gaul (2/13/2009)
That's where I got the bad plan in the first place I'm afraid. I was a little surprised to see it was an estimated plan though.
Really? An estimated...
February 13, 2009 at 7:12 am
Welcome to blogging. I've heard rumors that syndication may be starting up around here. Be sure to volunteer when they get it going.
February 13, 2009 at 7:04 am
How about querying sys.dm_exec_query_plans and pull it out of there? That would be the best way to go for something of this nature.
February 13, 2009 at 6:31 am
That's not a standard error message that I'm aware of. What's the context in which you're recieving it?
February 13, 2009 at 6:10 am
The main problem is to join two tables from two servers, you have to move the entire contents of one of the tables to the other server. So as you...
February 13, 2009 at 6:07 am
It's hard to not to say something stupid without the execution plan (and all too easy then). The one thing that bothers me about the code so far is this,...
February 13, 2009 at 6:00 am
Entity Framework assumes a data model in the database and works with it to map between the data model and your object model. nHibernate can work that way, but our...
February 13, 2009 at 5:47 am
Roy Ernest (2/12/2009)
February 12, 2009 at 12:29 pm
Viewing 15 posts - 18,361 through 18,375 (of 22,202 total)