Viewing 15 posts - 301 through 315 (of 473 total)
I tried all day to reproduce the error, by running the exact SQL that the SQL job runs in a query window and can't. I have also tried running...
September 25, 2008 at 10:38 am
Interesting. I'd never heard of the REMOTE join hint.
I just tested it, and the speed of the query didn't change much.
Then something occured to me...when I run this...
September 24, 2008 at 10:29 am
There aren't any new triggers that I can see. We really don't use them very much.
September 24, 2008 at 10:01 am
I didn't mess with read uncommitted.
One of the things BOL says about it is: "This option has the same effect as setting NOLOCK on all tables in all...
September 24, 2008 at 9:51 am
But even if NOLOCK did work, that solves the opposite problem of what I have doesn't it? I would expect nolock to allow the select statment to run even...
September 24, 2008 at 9:35 am
Another strange thing... I tried to reproduce it on another server by changing my query from:
[PROD-SERVER-NAME].DBNAME.dbo.TableName to [DEV-SERVER-NAME].DBNAME.dbo.TableName and I can't reproduce the locking behavior.
What types of...
September 24, 2008 at 9:10 am
I wish we could do that, but the servers involved here are scattered all over the country and can't really be combined.
September 22, 2008 at 10:50 am
That's interesting. I would expect that to allow the select statement to run if something else was in the middle of a transaction and that was preventing the select...
September 22, 2008 at 10:03 am
Yes, there are lots of joins, but with that collation setting shouldn't those all be done remotely and not on the calling server?
I'm still fighting with this thing. I...
September 22, 2008 at 9:35 am
I tried playing with that, but it didn't seem to make a difference.
I finally gave up and made a stored procedure on the server that gets hit, and just execute...
September 5, 2008 at 12:03 pm
Do you know if there is a way to make SQL not create these dump files?
Some of the ones it creates are 0.5GB+ and they take up a lot of...
August 26, 2008 at 7:48 am
From BOL:
FORMATMESSAGE looks up the message in the current language of the user. If there is no localized version of the message, the U.S. English version is used.
August 18, 2008 at 6:48 am
If you still can't get it, post the new script you are trying to run and the error you are getting. Might help someone troubleshoot and get you some...
August 14, 2008 at 7:12 am
nailosuper (8/14/2008)
i don't...
August 14, 2008 at 6:56 am
What syntax do you use to run that before it is attached?
August 12, 2008 at 10:21 am
Viewing 15 posts - 301 through 315 (of 473 total)