Viewing 15 posts - 4,966 through 4,980 (of 18,926 total)
.... non answer.
What application is causing this (I have something similar)?
I've had hints to solve this but I never did. Maybe we can have a whack at it together...
July 11, 2011 at 2:52 pm
During dev, I use query (allows to use wizards and for fast edits of adding / removing stuff). However this might not be so true if you have templates...
July 11, 2011 at 2:33 pm
Can you post the table DDL and the row in question along with the exact update statement? We can't really try to help without seeing exactly what you see...
July 11, 2011 at 2:15 pm
GilaMonster (7/11/2011)
Ninja's_RGR'us (7/11/2011)
Because of that...
July 11, 2011 at 2:08 pm
GilaMonster (7/11/2011)
July 11, 2011 at 10:51 am
USE [master]
GO
EXEC master.dbo.sp_serveroption @server=N'LOCALSERVER', @optname=N'rpc', @optvalue=N'true'
GO
EXEC master.dbo.sp_serveroption @server=N'LOCALSERVER', @optname=N'rpc out', @optvalue=N'true'
GO
July 11, 2011 at 10:50 am
That's the only alternative I could get to work..
EXEC [linked Servername].msdb.dbo.sp_start_job N'JobName'
July 11, 2011 at 10:43 am
What is the frequency of index defrag and stats updates?
What are the column's datatype in the wehere clause?
Are you waiting on something to send us the actual execution plan?
July 11, 2011 at 9:59 am
No I was simply joking.
Short of adding ressources, limiting ressources usage is the only other option here.
July 11, 2011 at 9:58 am
GilaMonster (7/11/2011)
Back to the original question though, short of better hardware...
July 11, 2011 at 9:51 am
Please post the actual execution plan. Table DDL, including keys and indexes.
July 11, 2011 at 9:44 am
CDA (7/11/2011)
second question: why does the word Kindle in front of Ebook bump the price 10 bucks? 🙂
IIRC that book first came out on amazon. Then it was brought...
July 11, 2011 at 8:51 am
sdelachapelle (7/11/2011)
Hi, thanks for the proposal but I work in Paris 😉
Close enough! :w00t:
I'm 10 minutes away from the airport in case of emergency!
July 11, 2011 at 8:38 am
calvo (7/11/2011)
Ninja's_RGR'us (7/11/2011)
calvo (7/11/2011)
Ninja's_RGR'us (5/3/2011)
Now I know this is going to cost me......
July 11, 2011 at 8:37 am
Viewing 15 posts - 4,966 through 4,980 (of 18,926 total)