Viewing 15 posts - 571 through 585 (of 615 total)
Yes that should work. But sometimes I want to use the GUI to right click and restore, but this never seems to work even after putting the database in single...
December 18, 2006 at 6:06 pm
I had already set the database to single user mode. alter database xxx set single_user so there shouldn't be anyone connected.
December 18, 2006 at 2:01 pm
Mike, I agree and I'm finally getting my CIO's support for local admin rights on sql boxes -- our chief network admin still seems cool to this idea but is...
September 10, 2006 at 1:17 pm
I'm going to take a slightly different approach in my comment here. Yes these are great utilities. What I would like to know is how many people acting as DBAs...
September 7, 2006 at 7:38 am
Mirroring requires sql server 2005 service pack I to be used in production. You mentioned the comprehensive article at the link below.
" no more than 2-5 seconds latency " I...
September 1, 2006 at 5:52 pm
There is an approach in Books on Line for sql 2005, listed at the bottom of the article on sys.dm_db_index_physical_stats.
This approach, which can be adapted to a stored...
August 29, 2006 at 12:46 pm
I currently telecommute half a day Tues-Fri and all day Saturday. The main problem I have is that too many co-workers are email challenged. We are an IT company but...
May 26, 2006 at 8:47 am
Our network administrator was trying to do the install and failed. It may be that he tried to use the same name for our existing sql 2000 virtual server. I...
March 14, 2006 at 9:01 am
RE: Upgrading active/passive SQL 2000 cluster to SQL 2005:
I'd like to hear more input/experiences with this type of upgrade. We wanted to upgrade SQL 2k Enterprise on our cluster...
March 12, 2006 at 4:32 pm
Open the sql server management studio and connect to your database. Find the "management" section and open that up. You will see maintenance plans, right click and select the wizard. ...
February 27, 2006 at 7:46 am
I really didn't want to start up the old arguments about dynamic sql versus procs. Yes, the dynamic sql we're using now is automatically generated, not embedded in code or...
December 5, 2005 at 8:05 am
Check out log shipping under sql server 2005 Books Online -- doesn't appear to me that log shipping can work between two different versions of sql server.
"You cannot directly upgrade...
December 2, 2005 at 4:56 pm
Thanks for your response. The part about long field names affecting performance is interesting -- hadn't heard that before. This reminds me of a feeling I've had for a long...
December 1, 2005 at 8:06 am
I didn't want to risk putting the database in simple mode or single user mode at night. I was concerned that it might not automtically make it back to multi...
July 25, 2005 at 11:57 am
One more thing. In either a real outage of the primary, or in DR testing I want the best tsql commands to get the standby out of standby for use,...
July 21, 2005 at 9:41 am
Viewing 15 posts - 571 through 585 (of 615 total)