Forum Replies Created

Viewing 15 posts - 13,261 through 13,275 (of 22,213 total)

  • RE: Are the posted questions getting worse?

    GSquared (2/14/2011)


    GSquared (2/14/2011)


    Tom.Thomson (2/11/2011)


    Grant Fritchey (2/11/2011)


    Lordy, that's still going on?

    Yes, and now as a result of nadabadan's reply to Brandie our favourite Saint is feeding the troll. Will this wear...

  • RE: restore does not complete.. SQL server shuts down

    mw112009 (2/14/2011)


    Grant Fritchey (2/14/2011)


    mw112009 (2/14/2011)


    Let me make it simple.

    When I started the "RESTORE.." I used the query window in SSMS.

    Then 4 hours later when I logged back into the server...

  • RE: restore does not complete.. SQL server shuts down

    mw112009 (2/14/2011)


    Let me make it simple.

    When I started the "RESTORE.." I used the query window in SSMS.

    Then 4 hours later when I logged back into the server I did not...

  • RE: restore does not complete.. SQL server shuts down

    sjimmo (2/14/2011)


    mw

    restore database NGProd

    from disk = N'D:\Backups\NGProd.bak' with file = 1,

    move 'NextGen_System_Data' to 'D:\Databases\NGProd\NGProd_System_data.mdf',

    move 'NextGen_Core_Data_1' to 'D:\Databases\NGProd\NGProd_Core_Data_1.ndf',

    move 'NextGen_Index_1' to 'D:\Databases\NGProd\NGProd_Index_1.ndf',

    move 'NextGen_Log' to 'D:\Databases\NGProd\NGProd_Log.ldf',

    recovery,

    stats = 10;

    As an FYI -...

  • RE: restore does not complete.. SQL server shuts down

    mw112009 (2/14/2011)


    The process is not slow.

    I did the same ( using the same portable hard drive and the exact copy ) but using a server ( The server was...

  • RE: restore does not complete.. SQL server shuts down

    mw112009 (2/14/2011)


    pankushmehta (2/13/2011)


    Can you copy the file to the server and then run the restore?

    No can not copy the backup file to the server.

    Reason: Our sever has very limited space....

  • RE: Changing password for 'sa'

    SKYBVI (2/14/2011)


    Wat abt maintanence plans running under user 'sa'?

    Regards,

    Sushant

    Those are usually running from SQL Agent and should not be an issue. If you call them in other ways, all bets...

  • RE: Backup & Restore

    iyyappan.murugappan (2/13/2011)


    Hi Grant Fritchey,

    Thanks for your suggestion, But I already tried Red Gate some time back. I dropped this software due to following issues.

    01. Not able to restore if the...

  • RE: Changing password for 'sa'

    Agent jobs that run as sa don't use the password (or at least, they shouldn't), but yes, if you have apps that are dependent on the SQL 'sa' login, they...

  • RE: Proc runs slow only during business hours?

    If you can, while this procedure is running, run a select statement against sys.dm_exec_requests. You should be able to see the procedure (if not, combine it with sys.dm_exec_sql_text and use...

  • RE: How many types of integer primary keys we can give?

    But, you only get one primary key per table. You can have multiple unique keys, but only one primary key.

    I'm with everyone else, what exactly are you looking for here.

  • RE: defining query to use an existing index

    Personally, I'd want to have a chat with the interviewer. Most of the time, and by that I mean 99.several nines, you have something wrong in the query that is...

  • RE: restore does not complete.. SQL server shuts down

    150gb should restore fairly quickly. What was the command you used to do the restore?

  • RE: Sending data here, there and everywhere

    Craig Farrell (2/13/2011)


    I'm not sure what I can add to what Grant said about the tools, however, a few additional things to think of.

    One of the things that will help...

  • RE: Database monitor tool

    george sibbald (2/13/2011)


    Grant Fritchey (2/13/2011)


    .

    SCOM from MS is good, and certainly enterprise ready. You can get Management Packs that do most of what you're asking about right out of the...

Viewing 15 posts - 13,261 through 13,275 (of 22,213 total)