Forum Replies Created

Viewing 15 posts - 241 through 255 (of 285 total)

  • RE: Building SQL Server Central

    I know people are busy, and I'm not against notifications, I just wish that the notification was just that, a notification and didn't contain the text of the post. Curious...

  • RE: KILL not working

    quote:


    Try undocumented DBCC PSS with your SPID, it should sugest the status of the process, and then you can decide whether you...

  • RE: Backup cannot be performed on this DB

    quote:


    Thanks to all who replied. This leads to a follow up question. In that master, model and msdb are in simple recovery...

  • RE: column display in osql

    I got around a similar problem by using "-w1000" on the osql command and by changing the properties of the DOS window:

    Right click on the "C:\" graphic in the DOS...

  • RE: What is BOL?

    These kinds of responses to a seemingly elementry question (at least for people who have worked with SQL Server for an extended period of time) are why I like this...

  • RE: Comments and Bugs on New Design

    Is there any way to block the annoying animated SQL LiteSpeed ad? It appears on virtually every web page, and it is very distracting. I’d be happy just to get...

  • RE: SQLLite Speed Restore time Doubled after 2003/SP3a

    John,

    (Maybe I should start a separate thread.) I'm still looking a product to improve SQL Server backup/restore times. Do you have any performance stats for LiteSpeed that you could post?...

  • RE: SQLLite Speed Restore time Doubled after 2003/SP3a

    quote:


    LiteSpeed restores are far quicker when dealing with VLDBs.


    ev4nsj,

    Out of curiosity, how large is your...

  • RE: Kill process in SQL Server 2K

    Sometimes you can monitor the progress of a rollback with (assuming that the spid is 53):

    kill 53

    kill 53 with statusonly --if time remaining displays as 0, then the process may...

  • RE: Kill process in SQL Server 2K

    Sometimes you can monitor the progress of a rollback with (assuming that the spid is 53):

    kill 53

    kill 53 with statusonly --if time remaining displays as 0, then the process may...

  • RE: Threads/Fibers

    quote:


    There are other implications that were not mentioned here like:

    DTS DOESN'T WORK on fiber mode and that is huge for some enviroments.

  • RE: Oracle (DEC) Rdb: Linked Server Question

    Thanks for the feedback, but a coworker and I finally got it to work for free.

    Jon

  • RE: awe (Address Windowing Extensions) on S2K SP3

    >>To use AWE memory, you must run the SQL Server 2000 database engine under a Windows 2000 account that has been assigned the Windows 2000 lock pages in memory privilege....

  • RE: awe (Address Windowing Extensions) on S2K SP3

    >>Can you post the result of sp_configure here?

    
    
    name ...
  • RE: awe (Address Windowing Extensions) on S2K SP3

    >>Which edition of SQL Server you are running?

    SQL 2000 Enterprise Edition

    >>How much addtional memory did you add?

    We went from 4 GB to 6 GB.

    >>How large is your database?

    There are...

Viewing 15 posts - 241 through 255 (of 285 total)