Forum Replies Created

Viewing 15 posts - 331 through 345 (of 473 total)

  • RE: Saving maintenance plan failed

    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...

  • RE: Saving maintenance plan failed

    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...

  • RE: Moving mdf files after theyare created.

    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.

  • RE: Moving mdf files after theyare created.

    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...

  • RE: Moving mdf files after theyare created.

    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...

  • RE: Moving mdf files after theyare created.

    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...

  • RE: Stored Procedure Returns 0 Instead of SELECT Result

    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

  • RE: SQL Server Agent Error

    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...

  • RE: SQL Server Agent Error

    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...

  • RE: SQL Server Agent Error

    Thanks. It suggests in that post to "defragment your virtual memory". Anyone know how to do that?

  • RE: Linked Server Issue

    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

  • RE: Linked Server Issue

    Service account is local admin on the server, and I log in with windows authentication, with my windows user being a sysadmin.

  • RE: Linked Server Issue

    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.

  • RE: Linked Server Issue

    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...

  • RE: Deleted huge table from third-party software in MSDBDATA, log does not shrink?

    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...

Viewing 15 posts - 331 through 345 (of 473 total)