Viewing 15 posts - 106 through 120 (of 162 total)
Well there you go. Pretty sure the restore process will lock the log file until you issue a with recovery statement.
Never mind the log shipping, that doesn't seem to...
December 28, 2011 at 12:32 pm
Did you do a restore with NORECOVERY? Is the transaction log part of log shipping?
December 28, 2011 at 12:19 pm
Is this error being caught by the calling vb.net application? Are you positive nothing on that side has been changed? Are you on different hardware now?
December 28, 2011 at 12:17 pm
Darn, I wish I would have seen this earlier so I could say I helped Jeff with something SQL related...:-D
December 27, 2011 at 3:09 pm
I agree with Todd, the cost percentages by themselves aren't that useful. You'll have to compare IO, cpu, and duration between the two queries with varying amounts of data...
December 27, 2011 at 7:50 am
Howard, the script I posted was designed for SQL Server 2005. Not sure if it works on 2008. I haven't tested it on a SQL Server 2008 box....
December 27, 2011 at 7:15 am
Ha! Oh man, I bet that really pissed off the PETA people...
December 22, 2011 at 7:48 am
I will take a look. Thanks.
December 21, 2011 at 3:23 pm
Dev (12/21/2011)
bwoulfe (12/21/2011)
December 21, 2011 at 3:06 pm
I'm familiar with the apply operator. I'll admit I don't use it too often though. I was just asking if the apply acts as an inner join in...
December 21, 2011 at 2:57 pm
I have run across similar issues in my current position. Majority of performance problems are usually traced back to a view. This has led to a no views...
December 21, 2011 at 12:42 pm
Wow, big oversight on my part. I missed the part where you said this is a MySQL database. Sorry, I only have limited experience in that realm. ...
December 20, 2011 at 4:05 pm
Yeah, it will only drop for that database. You'd have to do the same process in every other database. Or script the process out. If there are...
December 20, 2011 at 4:00 pm
Is there a reason this can't be a SQL job that runs everyday?
December 20, 2011 at 3:46 pm
Is that the same thing? Does the cross apply act as a inner join because of where OrderNumber = o.OrderNumber?
December 20, 2011 at 3:42 pm
Viewing 15 posts - 106 through 120 (of 162 total)