Viewing 15 posts - 1 through 15 (of 41 total)
Did take a look there and did see a process on that database where the Command column showed "AWAITING COMMAND". Is that what would show on a RollBack?
February 11, 2005 at 10:00 am
Thanks Shalk and Frank!
Your suggestions were great. I went with a modified version of Franks example.
Dan
January 20, 2005 at 6:51 am
Thanks Steve, I did just that and found that is was char(166).
Dan
June 22, 2004 at 1:06 pm
Hi Jim,
Thanks for the reply. I tried a select * from table where column like '%' + char(124) + '%' and it returned no rows, so I don't think that...
June 22, 2004 at 12:49 pm
Found the problem... I should have realized it earlier... both databases were going into an endless update to each other, once I initialized the update from database1, the trigger in...
January 30, 2004 at 1:19 pm
Steve,
No, I am in database1 running an update on table1 - The update trigger fires, and should be doing an update to database2.dbo.table1 with inserted values. That's it... Doing the...
January 30, 2004 at 11:15 am
Yes, you can use the Max like:
Select StoreName, Max(Employee), Sum(Revenue) From StoreData Group By StoreName
The Sum() will sum all of the data by the grouping, and the Max() or Min()...
May 15, 2003 at 5:19 am
No, was not aware of it. I will save that info for the next time someone has this problem.
Thanks,
Dan
May 14, 2003 at 4:11 am
It's over now...
He decided to restore from backup and everything is up and running.
Would have been nice to know how to fix it though...
Thanks for the responses anyway,
Dan
May 13, 2003 at 3:36 pm
Rebuild_Log did not work...
Right now when trying to Attach the error he gets is:
Could not open new database 'RSM'. CREATE DATABASE is aborted. Device activation error. The physical file name...
May 13, 2003 at 2:45 pm
Hello M,
Is what you are saying, I should be able to delete the record out of sysdatabases in master that refers to this database we are having a problem attaching?...
May 13, 2003 at 8:07 am
Michael
Ok, thanks. I got it working now...
Thanks again,
Dan
February 25, 2003 at 5:08 am
Dave, Thanks for the reply... I got it working through your suggestion along with looking at the Knowledge Base Bug Report 296769.
Thanks for the help,
Dan
February 25, 2003 at 5:03 am
Viewing 15 posts - 1 through 15 (of 41 total)