Viewing 15 posts - 46 through 60 (of 65 total)
I have the same issue. I followed the steps outlined to fix it, but i get the same error afterwards. Any idea what else I can do?
September 20, 2004 at 9:44 pm
I am not familiar with how one would accomplish this. Can you expound?
thanks.
May 11, 2004 at 2:18 pm
The error is retrieved from the job history of the particular job that is failing.
Executed as user: sa. MSDTC on server 'ACS_RAC_SRV3' is unavailable. [SQLSTATE 42000] (Error 8501) The operation...
April 7, 2004 at 4:21 pm
no clustering. Simple machines with sql server installed on it. Just two db servers. Happens that we use the one for archiving data from production.
March 17, 2004 at 9:12 am
the first few times i ran it, i got errors that i dont remember. But now, it passes the dtcping just fine. unless rpc is turned off or something.
but...
March 15, 2004 at 2:09 pm
DUH! how lame of me to not remember (nolock).
thanks.
Thanks also to Ferguson. Thanks as well for the code that was sent. I have not yet tried it, but look forward...
January 23, 2004 at 1:31 pm
here's one of my favorite examples of using dynamic sql to get something, and get the result of it in a proc.
create procedure spGetCount
@TableName varchar(100) = null,
...
February 6, 2003 at 10:49 am
you mentioned a free product from eeye.com, but not the name. Unfamiliar with their products, i could not find the one you were talking about. Could you let us...
February 3, 2003 at 10:05 am
cool to know. thanks guys. I was worried because it didnt display it correctly.
alls well, i paniked for nothing. But I'd rather do that, then...
January 28, 2003 at 11:11 am
It does start out like you said. I dont pretend to understand it all, but i dont see anything in it that raises any flags in my head.
about a...
January 27, 2003 at 1:08 pm
just out of curiosity, what is the purpose behind this exercise?
I admit, its an intruiging prospect that has me stumped, and I'd love to see a solution or...
January 6, 2003 at 9:23 am
A coworker of mine found the solution authored by Kevin Sun (kv_sun@microsoft.com). He did a google search and found it.
-------------
Restore data when ldf is corrupt and sp_attach_single_file_db won’t work.
Did...
December 30, 2002 at 1:48 pm
The database is not attached, so we cannot try dbcc rebuild_log. But we were finally able to reattach it by creating a new blank db, stopping the server, then...
December 30, 2002 at 10:00 am
the client had 7 and recently has upgraded to 2000. Its just a timed backup of the entire db. Stock backup that comes in scheduler.
I am about to...
July 11, 2002 at 10:49 am
I have created a series of stored procs that get hierarchical data from a customer table. It is for mlm trees. Me, who i signed up, who they...
June 12, 2002 at 10:00 am
Viewing 15 posts - 46 through 60 (of 65 total)