Viewing 15 posts - 3,511 through 3,525 (of 18,926 total)
Blocking chain (query from activity monitor).
--Borrowed from the activity monitor
SELECT
[Session ID] = s.session_id,
[User Process] = CONVERT(CHAR(1), s.is_user_process),
[Login]...
August 9, 2011 at 1:11 pm
I stopped asking why many moons ago.. just give you headaches ;-).
Do you have the new execution plan? At least we can see how we can help there.
August 9, 2011 at 1:08 pm
Ninja's_RGR'us (8/9/2011)
Adam Durr (8/9/2011)
My understanding of using the overwrite is the file is replaced with the restored database.
Yes, but will it do it if the db name is different from...
August 9, 2011 at 1:06 pm
All of them... http://technet.microsoft.com/en-us/library/ms179932.aspx
Are you reffering to the inserted and deleted tables only available in the triggers?
August 9, 2011 at 1:01 pm
Adam Durr (8/9/2011)
My understanding of using the overwrite is the file is replaced with the restored database.
Yes, but will it do it if the db name is different from the...
August 9, 2011 at 1:00 pm
Never tried that. What happens when you run the test?
August 9, 2011 at 12:58 pm
August 9, 2011 at 12:56 pm
What did google turn up?
This sounds like an interview / exam question.
What did your research find out, where are you getting stuck and where do you need o go with...
August 9, 2011 at 12:51 pm
Sounds like ram failure. But I'm not a network admin so I might be 10 miles away on this one.
Can you run the same query straight on the correct...
August 9, 2011 at 12:49 pm
Adam Durr (8/9/2011)
August 9, 2011 at 12:48 pm
CptCrusty1 (8/9/2011)
:rolleyes:
You know where to find me when you need me :-P.
Just remember that ungodly amount of $ is whatever figure you have in mind now and then multiply by...
August 9, 2011 at 12:45 pm
Ninja's_RGR'us (8/9/2011)
This guy needs help NOW (might be suicidal). I just don't know how to reply to that one...
Thanks to everyone's who's helped so far.
I've heard he's...
August 9, 2011 at 12:43 pm
CptCrusty1 (8/9/2011)
Ok... I have a proc now:
sproc_blah (@table varchar(5), @ID int, @returned_Stuff INT OUTPUT)
HOw the...
August 9, 2011 at 12:38 pm
P.S. I'm done skimming this and there seem to be a lot of things that could be merged.
There's no way we can refactor this over a forum thread. We...
August 9, 2011 at 12:33 pm
This is where the 1000 of man hours come in.
Install 2005 trial (or the real thing if you have the license).
Run the upgrade and test the code.
You have to do...
August 9, 2011 at 12:31 pm
Viewing 15 posts - 3,511 through 3,525 (of 18,926 total)