Viewing 15 posts - 121 through 135 (of 398 total)
Vivien Xing (4/1/2008)
The code for SQL2005 is very interesting. Do you have query execution plan? Any difference between these two plans?
Execution plans are not entirely the same. ...
April 1, 2008 at 3:02 pm
Hi everyone,
I am reading how database mirroring works in SQL Server TechCenter and I am having a problem with this paragraph, specifically, the bold parts:
"To store the copied original...
April 1, 2008 at 12:17 pm
We found out that some of our queries ran very slow on 2005 compared to 2000. A query that ran in 5 minutes in 2000 took 8 hours in...
April 1, 2008 at 12:00 pm
OK, found the Failover button in the Mirroring window. 😀 It seems to be the best way to accomplish what we want.
Is it possible to look...
March 31, 2008 at 12:07 pm
You could get away with the Workgroup version. Express has a maximum database size of 4GB and it doesn't have job scheduling capabilities. I wouldn't recommend it.
March 28, 2008 at 2:42 pm
Thank you very much Gail for answering my questions. I don't have the same problem that the OP has, but I ran your query and was surprised by the...
March 27, 2008 at 3:18 pm
My apologies, I misspoke. My log backup removes the committed transactions after it backs them up. Will that interfere with mirroring.
March 27, 2008 at 2:52 pm
I have SQL 2005 SP2, with 16GB of RAM on the server.
Also, a couple of people here raised contradicting points about the cache used for sql plans. ...
March 27, 2008 at 2:48 pm
Thanks SQLGuru.
I have a question about mirroring. Would my log backups that truncate the logs interfere or fail the mirroring?
March 27, 2008 at 2:11 pm
GilaMonster (3/27/2008)
If you run the following, what's taking the most memory?
select [Name],...
March 27, 2008 at 1:59 pm
What are the things that are not logged? I know truncate is not logged. Are there any other commands?
March 27, 2008 at 1:42 pm
Michael Valentine Jones (3/26/2008)
March 26, 2008 at 3:11 pm
Viewing 15 posts - 121 through 135 (of 398 total)