Forum Replies Created

Viewing 15 posts - 136 through 150 (of 2,487 total)

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

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

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

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

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

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

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

    The only real problem with this approach is that you have a lot of disk access as SQL Server might have to repetitively get the same value over and over...

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

  • RE: Function to Split Multivalued Parameter

    A much more efficient version is available here,

    http://philcart.blogspot.com/2007/06/split-function.html

    It uses varchar(max), so you're not limited in how many values are passed. Doesn't use a loop, so the number of values passed...

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

  • RE: Migrating SQL Server 2000 DTS Packages Across Environments

    Chung, I started doing a series of articles for DTS on my blog (http://philcart.blogspot.com/search/label/DTS), but I shelved it after looking at the Package Configurations in SQL Server 2005 Integration Services.

    These...

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

  • RE: Migrating SQL Server 2000 DTS Packages Across Environments

    Storing packages in SQL Server, or as structured storage files is not a big issue. An advantage for storing in SQL Server is that you can transfer packages between servers...

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

  • RE: Migrating SQL Server 2000 DTS Packages Across Environments

    Nice article.

    Myself, I prefer developing the package to allow easy migration, rather than designing a system to do the migration.

    In DTS terms, I usually use a database table that holds...

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

  • RE: 500,000th member mark

    Congrats Steve, it does only seem a short time ago that we reached 400,000. With the new site I can see the growth only going upwards.

    Remi, did you do the...

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

  • RE: Supreme Being?

    Actually, can you assign applicable points to different forums? ie: make posts in the SQL Server forums +1 and post in non-SQL Server forums (editorials and such) +0??

    That would cover...

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

  • RE: SSReportingServices 2005 - Data Manipulation

    Lawrence, Grab hold of the DMVStats application from http://www.codeplex.com

    The reports it uses do database inserts, etc...

    I particularly like the report that allows you to enable/disable SQL Agent jobs 😀

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

  • RE: Unusually large backup size of transaction log?

    If you have the disk space, then it might be an idea to not shrink the log. Then it won't have to grow again, which adds to the time of...

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

  • RE: Copy Query Analyser results pane including header

    Change your output to Text.

    Change the options to show results as Tab-Delimited.

    Run your query.

    Copy the results.

    Paste in Excel.

    Rinse and repeat 🙂

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

  • RE: Embedding Excel in a Send Mail Task

    How are you embedding the spreadsheet? What format is your email, plain-text or HTML?

    You might be better served attaching the spreadsheet to the email, or getting your results in HTML...

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

  • RE: Needs help on backups.

    Backup the database from the old server and restore it to a different database on the new server.

    Then you can do a simple outer join between the tables and insert...

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

Viewing 15 posts - 136 through 150 (of 2,487 total)