Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 2,487 total)

  • RE: Execute DTS Package with Global Variable Using dtsrun utility

    Yes that would be the problem. You need to tell DTS the datatype of the parameter as well as the value.

     

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

  • RE: Backup up databases on an Instance

    Given the time it takes to perform maintenance and the size of the backup files, there is no reason why you can't do it nightly.

     

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

  • RE: CSV delimiters (I think)

    The CSV output from Reporting Services is in Unicode format. There is a trick to make it plain CSV but I can't recall it at the moment.

    Why don't you just...

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

  • RE: SQL Mail Question

    Best thing you can do to save future headaches is to remove Outlook and MAPI from your server.

    Get a replacment like xp_smtp_sendmail

    http://www.sqldev.net/xp/xpsmtp.htm

     

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

  • RE: RepServ Log choking my C:\ drive

    This was a problem with the original release of reporting services. Applying service pack 1 fixed it for me.

     

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

  • RE: How to avoid the rework in SPs

    Jones

    The best strategy involves not coding stored procedures until the database schema is finalised. Realistically this will probably never happen

    To make the changes...

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

  • RE: Capturing identity column using transform data task.

    Just to try and understand your question.

    If you have 100 records to migrate, does that mean you want to update the other table 100 times, or do you just want...

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

  • RE: Truncate Log

    Now that would be a silly thing to do if the database is operational 24x7

     

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

  • RE: How many platforms Do You Run at Home

    Congrats

    Now come on, it's never a holiday with a new-born is it

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

  • RE: Sandbox

    
    0)
    :-)
    
    
    
    %)
    
    

    0)

    🙂

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

  • RE: How many platforms Do You Run at Home

    At the moment its 9am here. Busy organising my workload for the day.

    Wish I was sleeping though

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

  • RE: How many platforms Do You Run at Home

    Yes, now that is a funny site. How many of the tests have you done Frank??

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

  • RE: regards Dynamic Properties Task in DTS

    In the input parameters dialog, you can specify the same global variable for each of the parameters.

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

  • RE: Order by Day on an nvarchar

    The only way you could get SQL Server to use date sorting is to convert the column to datetime.

    Other options would be

    a) add a new field to hold an...

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

  • RE: How many platforms Do You Run at Home

    Straight MS shop at my place

    1 x W2k3 running SBS 2003 Premium (Exchange, Sharepoint, Streaming Media)

    1 x W2k3 running SQL 7.0/2000/2005 (virtual servers)

    2...

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

Viewing 15 posts - 1,606 through 1,620 (of 2,487 total)