Forum Replies Created

Viewing 15 posts - 121 through 135 (of 2,483 total)

  • RE: LOG SHIPPING - What's included

    George, given that this is a SQL 2005 forum, I'd assume that Graham is using SQL 2005. If that is the case, then the fulltext catalogs are included in the...

  • RE: Large Table Setup

    With more relevant field names we can get an idea of what sort of data is stored in them.

    One thing I see a lot of is duplicate address fields for...

  • RE: DTS :: Logical OR implementation

    Check http://www.sqldts.com, I'm sure they have an example there.

  • RE: Poor performance

    The database in totol is about 100Gb by the way

    Ok that right there is going to give you a very large bottleneck.

    I'm betting your Page Life Expectancy is less than...

  • RE: Large Table Setup

    :w00t::sick::unsure:

    Presuming the field names have been changed to protect the innocent, how about posting something a little less generic and we might be able to steer you towards a better...

  • RE: More junk with dates

    Yes, Jeff does make assumptions, but they are the correct assumptions to make.

    Blindly following a statement like "whatever you do, don't include the time components of the dates" doesn't make...

  • RE: LOG SHIPPING - What's included

    Yes the log shipping backups will contain all the data/schema affected by DDL and DML actions. It's just like a regular backup.

    This can be easily and quickly simulated by setting...

  • RE: Poor performance

    Also, how big are the databases involved in the ETL process?

    Anything over 2GB and you'll definitely have an I/O bottleneck. Another design issue that the architect should have planned for...

  • RE: Poor performance

    Peter Gadsby (10/26/2007)


    It seems that indexing dropping/creation is causing an issue

    Do you need to drop all the indexes and re-create them? Have you run though a test scenario with at...

  • RE: Need Reason for having different names for same Connection ?

    If they are all pointing to the same database, then a likely reason is parallelism. A connection can only be used by one task at a time. If you have...

  • RE: SQL Log File Size is Growing

    Ok, if 'C:\Documents and Settings\Admin\Local Settings\Temp\SQL.txt' is the file name then it's nothing to do with SQL Server.

    Its the log file created by an ODBC datasource.

    Check this,

    http://support.microsoft.com/kb/268591

  • RE: System Views for finding out what logs are applied?

    Check the same backup tables on the standby, they'll have the restore information.

  • RE: System Views for finding out what logs are applied?

    VAIYDEYANATHAN.V.S (10/25/2007)


    I guess some depth information is required more on Log shipping & Fail over clustering to config this kind of set up. Better take a guide thoroughly on...

  • RE: System Views for finding out what logs are applied?

    Kenneth is correct in saying that the inbuilt log shipping is only available for those editions.

    With a custom built solution based on scripts, you can run on any edition of...

  • RE: A New (and Hopefully Better) Approach to Constants

    I believe that by definition a function that is used to set/retrieve a constant should be used as you've shown.

    Putting my mis-shaped, ill-fitting programmer hat on, isn't it standard practice...

Viewing 15 posts - 121 through 135 (of 2,483 total)