Forum Replies Created

Viewing 15 posts - 181 through 195 (of 490 total)

  • RE: SQL 2005 SP3 Installed - Still shows SP2

    SQLRNNR (9/1/2011)


    Looks like just the tools upgraded and not the database engine.

    More likely the other way around since sqlservr.exe version shows 4035.

    Leo

  • RE: report manager print button not work

    Was this working an now suddenly not working? And on only some work stations?

    I know there were issues with WinXP after some service packs that disabled the AxtiveX control in...

  • RE: Physical CPU or Logical Processors ?

    Jeffrey Williams-493691 (8/20/2011)


    To the previous posters about SQL Server Standard only using 4 CPU's - I believe that is a licensing number and does not have any relationship to the...

  • RE: Physical CPU or Logical Processors ?

    GilaMonster (8/18/2011)


    but Standard Edition will never use more than 4 cores in total.

    Can you point me to a document on this? I'm not convinced that standard can only...

  • RE: Physical CPU or Logical Processors ?

    SQLRNNR (8/17/2011)


    You have 2 sockets and 8 processors.

    Except if you licence Per Processor, you only pay for 2 licences, not 8.

    This took me for ever to get my head around.

    Leo

  • RE: Physical CPU or Logical Processors ?

    If you look at how many processors SQL sees, you will see it says 8. If you want to set MAXDOP to try elliminate the CXPacket waits then 1 is...

  • RE: Migration jobs from sql server 2000 to 2005

    Did you review the scripts before you ran them? Did they look correct?

    Also after you ran the scripts where there any errors reported.

    There are a few things that can go...

  • RE: Log shipping deleting log files too soon.

    jprovines (8/15/2011)


    Ahh, sorry guys, it was the mirror deleting the logs too soon. The principle was saying deleting old logs, but the mirror says deleting old logs and gives...

  • RE: Log shipping deleting log files too soon.

    What time does the restore job run? At the same time as the backup job?

    It would be interesting to change the time and see if this changes the deleted files...

  • RE: Log shipping deleting log files too soon.

    jprovines (8/15/2011)


    backup_source_directory\\lap8db03\TransactionLogBackup

    backup_destination_directory\\lap8ea03\TransactionLogShippingTemp

    file_retention_period2880

    Are both of these folders being cleared after 2 days? If not which one is being cleared?

    Leo

  • RE: Install SQL SP4 on Active / Active Cluster

    You don't want to have both nodes active when installing the service pack. Usually you would go to Active/Pasive, then remove the pasive node from the cluster.

    I would stick to...

  • RE: Log shipping deleting log files too soon.

    Like a maintenance task set to delete old tran log backups older than 3 days 🙂

    Leo

  • RE: Rolling back already commited data..?

    Ninja's_RGR'us (8/10/2011)


    Leo.Miller (8/10/2011)


    Another solution would be to set all the queries to use WITH (NOLOCK)

    select * from Test1 with (nolock) where ID_Col = 10

    But I would consider this a bit...

  • RE: Rolling back already commited data..?

    Another solution would be to set all the queries to use WITH (NOLOCK)

    select * from Test1 with (nolock) where ID_Col = 10

    But I would consider this a bit of a...

  • RE: Rolling back already commited data..?

    krypto69 (8/10/2011)


    intersting Leo....

    can you elaborate?

    Yes.....

    But I assume you want more than this..:-)

    On one connection do the update - This was my test

    begin tran

    update Test1 set First_Name = 'Test1' where ID_Col...

Viewing 15 posts - 181 through 195 (of 490 total)