Viewing 15 posts - 331 through 345 (of 473 total)
Oh, I agree that it should work. I was just saying it's been my experiance it's easier to spend 5 min. writing a quick script and plopping it into...
July 21, 2008 at 7:19 am
I've never had much luck with maint. plans in SQL 2005, especially before the service packs came out.
I'd make sure you have SP2 on your server, but other than that...
July 21, 2008 at 6:51 am
Refresh your SSMS display of databases and see if it actually attached despite your original error. It may have attached and then threw an error with some post-attach step.
July 11, 2008 at 3:00 pm
I'm not sure what's going on then. The files may have been corrupted in the transfer?
Did you move between drives on the same server...to a different server...just...
July 11, 2008 at 2:32 pm
That fact that you don't see them in the tree is odd...it should show up anything with a .mdf extension (or if you select All Files, it should show them...
July 11, 2008 at 2:23 pm
Yep.
Either detatch the database, move the files to where you want them and reattach.
Or do a full backup of it, and restore it over itself usuing WITH MOVE in...
July 11, 2008 at 12:26 pm
Also read the entry in books online about returning things...
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/afe3d86d-c9ab-44e4-b74d-4e3dbd9cc58c.htm
July 9, 2008 at 2:44 pm
Our network gury finally called Microsoft. We were also having other issues on some of the servers. Turns out all we needed to do was rebuild every index...
July 2, 2008 at 7:53 am
anjan.ashok (7/1/2008)
your SQL Server Agent Job log is probably full.or else
try to restart the server or the sql servcice it may work.:D
The log isn't full.
restarting services does help, but has...
July 1, 2008 at 8:28 am
Thanks. It suggests in that post to "defragment your virtual memory". Anyone know how to do that?
July 1, 2008 at 8:20 am
We rebooted that server last night for other reasons, and magically it is working fine now. I don't know why, but I'm not going to complain!
Thanks
June 19, 2008 at 7:42 am
Service account is local admin on the server, and I log in with windows authentication, with my windows user being a sysadmin.
June 19, 2008 at 7:37 am
What would cause the linked servers to work just fine, but SSMS not be able to manage them? I can manage them with scripts fine also. Strange.
June 19, 2008 at 7:05 am
I don't think it's a(n) SSMS issue. I don't use the SSMS on the server, I use a copy installed on my workstation. But just for grins I...
June 18, 2008 at 1:59 pm
Oh...if it's a 3rd party application, you might want to check with them first. Sometimes if you mess with things they set up it can cause you to lose...
June 10, 2008 at 6:30 am
Viewing 15 posts - 331 through 345 (of 473 total)