Viewing 15 posts - 136 through 150 (of 155 total)
Once you are in single user mode and then start QA, you have to stop the object browser if you normally have it up. It will use your single connection.
January 20, 2005 at 6:17 am
Thanks, I'll just keep a check on the MS web site. I couldn't find anything giving an estimate so I guess they aren't saying. There are a couple bug fixes...
January 13, 2005 at 6:12 am
You might be able to use a tool like Red-Gate's SQL data compare to see the differences and script the ones you need to change.
December 23, 2004 at 6:38 am
Thanks for the information. I think the link gives some basic information I was looking for to import the logs into SQL and make soem sense of them.
In repsonse...
November 16, 2004 at 12:21 pm
Thanks. This article says what I thought but couldn'tfind in print. It's a good concise article.
I still would like to be able to find it in print from Microsoft. But,...
November 9, 2004 at 9:02 am
Your failing statement did't pass the parser. The statements are actually never getting executed and it's not really rolling back the first insert - it never does it. But, you are correct...
October 25, 2004 at 2:45 pm
rajiv, thanks for responding.
My question is a general question and fixing my example isn't required. I'm sorry it wasn't clear what I was trying to illustrate. What I am trying to learn...
October 22, 2004 at 12:56 pm
October 12, 2004 at 6:30 am
select @@version works on the SQL6.5 instance (Microsoft SQL Server 6.50 - 6.50.416 (Intel X86) Jan 23 1999 14:10:24 Copyright (c) 1988-1997 Microsoft Corporation
) I recently installed with SP5a. Maybe...
October 12, 2004 at 6:28 am
Brian,
Would the lookup work without qualification the same for every user that may also be aliased to DBO? When the article talks about the DB owner they are refering...
October 5, 2004 at 7:50 am
I've had similiar patch or SP installation problems with the SQL monitor (running in the tray), MOM if it kicks in to do SQL monitoring while your patching and multiple...
September 15, 2004 at 5:30 am
I also chose to steer away from when upgrading from SQL7 to SQL2000 due to the complications of keys. I have also used a merge replication instead of transactional replication...
September 9, 2004 at 10:04 am
Try reading up on the new option for queued updates when using transaciton replication with auto updating subscribers. I've not used this option yet but have experience with the auto updating...
September 8, 2004 at 9:46 am
Did you enable a mail profile? I've seen problems with agent starting when mail gets hung. I don't have a solution but maybe another place to investigate.
August 17, 2004 at 5:58 am
Viewing 15 posts - 136 through 150 (of 155 total)