Forum Replies Created

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

  • RE: Moving Database to new server.

    To end up with data in different files, you will need to do some sort of data transfer process. Either DTS or BCP will suit your needs.

    Another option is to...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Mirroring Tables

    Sounds like you'd be better off using replication. Have a look at transactional publications with updating subscriptions.

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTS help

    Check http://www.sqldts.com. They'll have an example of checking for the existence of the file.

    --------------------
    Colt 45 - the original point and click interface

  • RE: LOG SHIPPING - What's included

    ~~Sugesh Kumar (10/30/2007)


    If it is SQL 2005 then full text catalogs are stored in backups.

    Isn't that what I said 😉

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTS :: Logical OR implementation

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

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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...

    --------------------
    Colt 45 - the original point and click interface

  • 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

    --------------------
    Colt 45 - the original point and click interface

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