Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)

  • RE: Missing Perfmon Counters (32-bit SQL running on WoW)

    OK I managed to sort it out:

    Perform the following steps on the site server that you want to monitor performance data:

    =========================================================================================

    Modify the ImagePath value, in the following registry key, from

    From:

    "%SystemRoot%\System32\svchost.exe...

  • RE: Memory Settings Greyed Out

    Well 1382 was what was in both boxes, but the server has 4GB of RAM. Wanted to configure it to use 2GB (I am not actually the person setting up...

  • RE: Memory Settings Greyed Out

    It's SQL 2005 Ent Edition (64-bit), SP 2.

    I am logged in using Windows Auth, my account is set to sysadmin.

  • RE: Tracking Illicit Users

    I pretty much use an identical script to stop developers accessing the live server.

    Unfortunately I can't disable their logins (as much as I would like to :P) as they...

  • RE: Point in time restore issue - urgent

    You say you are the only one using the database - I am assuming you mean the database itself not the server.

    Even if you sp_who2 shows up with a connection...

  • RE: Database Size after ''''archiving''''

    As I said, I was only looking at the DATA file; not the log file size.

    Anyway, I ran DBCC (via maintainance plan) on my database and it reduced the "space used"...

  • RE: Is it working sitting the 72-228 exam.

    Also, if you get your MCDBA, you can just do an upgrade exam for the MCITP.
     
    Plus having all the fancy letters after your name can't hurt
  • RE: Restoring log - MB/sec

    Ahh ok so it doesn't really represent how fast it goes across the network...
     
    Thanks
  • RE: User SPs on a linked server

    OK after some further testing, it looks like when I call
     
    EXEC [ServerB].[SomeDB].[dbo].[ProcName]
     
    it doesn't try to run the procedure on ServerB, it looks for the procedure on itself (ie on ServerA!!!)
     
     
    Any...
  • RE: User SPs on a linked server

    Yep
     
    I have tried to call various SPs in different databases but get the same error regardless :/
  • RE: Linked servers and Network Logins

    I have set for this "Be made using the login's current security context".
     
    I have also set under the Local Login section with my domain username and ticked 'Impersonate'.
     
    But I still...
  • RE: Log shipping - file transfer

    Well it is several databases, I currently backup the logs which is about 1.5Gb in total - but that's every hour.
     
    You could be correct though, the size of logs will...
  • RE: Log shipping - file transfer

    I know I need to take this into account, but if it was going to take longer than 15 minutes just to copy the logs over then I obviously won't...

  • RE: Log shipping - file transfer

    Ahh ok... Geez all these confusing bits and bytes
     
    Well I will double check it all but at least now I have the formula to...
  • RE: Log shipping - file transfer

    OK I think I meant to have 4Mb and 1.5Gb..
     
    So would these calculations be more accurate
     
    1.56Gb = 1536Mb
     
    1536/(15*60) = 1.7Mb/S
     
    1.7 * 1.2 = 2.04
     
    So theoretically I would need at least a 2Mb...

Viewing 15 posts - 1 through 15 (of 20 total)