Forum Replies Created

Viewing 15 posts - 3,646 through 3,660 (of 5,841 total)

  • RE: Missing one Log backup from Log shipping

    Oh, and may I suggest you set up some task to check this system more frequently than every 3 days??

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Missing one Log backup from Log shipping

    unless you have a windows file system auditing tool in place (rare) you have absolutely no way of knowing how/why/when this happened. Sorry.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 32bit vs 64bit

    max server memory and cpu affinity can get you "isolation for performance reasons" without giving up the memory another instance will chew up for nothing. And many times just...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Common SPs and UDFs, some default tables

    >>Excellent catch Kevin

    I get lucky sometimes - especially when my favorite three-letter word (UDF) is dropped!! 😎

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 32bit vs 64bit

    I completely understand the need for a 32bit special-collation instance. But why do you need three 64 bit instances?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 32bit vs 64bit

    Actually I would be more interested in why you are mixing together so many instances rather than the 32/64 bit mix debate. I find that people use instances far...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Convert columns as rows

    What am I - chopped liver? I think I did mention UNpivot, right?? :hehe:

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Common SPs and UDFs, some default tables

    This will be a totally AWFUL design for reasons already covered. Throw in almost certainty of linked server usage and cross-server data pulls/joins. Disasterously bad performance will result.

    Speaking...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Convert columns as rows

    sound like UNPIVOT to me, although you have a very sparse description of what you actually need and no sample data/code/expected outcome.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tempdb Contention - sys.dm_os_waiting_tasks

    It is quite common if/when your tempdb IO subsystem is poor - which 99% of the clients I help have.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Table Restore

    1) restore the entire database under a different name and pull the table out yourself (perhaps using Import Data Wizard).

    2) use a third party tool (ApexSQL, Red-Gate, Idera, others?) to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 32bit vs 64bit

    I will add that you can use extra memory on 32 bit systems with /PAE and AWE in SQL Server 2005+

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Time-out occurred while waiting for buffer latch type 3 for page

    Time for a call to Microsoft Support perhaps?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Can anybody give a hand with this?

    I say the best way to handle this is to use dynamic sql to construct queries that have explicit values coded for those variables and more importantly allow you to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Tempdb Contention - sys.dm_os_waiting_tasks

    dbcc checkdb is one of MANY things that started using tempdb in SQL 2005. You REALLY need a good tempdb on SQL systems.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 3,646 through 3,660 (of 5,841 total)