Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 2,487 total)

  • RE: Report Service - Deploy Problem

    Where is the ReportServer installed? Is it on the same machine that you are developing reports on? If not, youll need to change the project properties to point to the...

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

  • RE: Query Analyzer works, stored procedure from RS produces error.

    What datatypes are you using for the parameters within the stored procedure?

    You might try converting the date to the Oracle format using CONVERT(varchar(15), , 106)

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

  • RE: Report Designer

    If you don't want to use the full-blown Visual Studio.Net 2003, you can grab a copy of VB.Net approx. US$99. Other than that, your only other option is to type...

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

  • RE: DTS date stamp

    Well you not alone about sounding like a twit, there's many of us of there. It's real easy to sound like a twit when you're dealing with DTS

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

  • RE: return step result information?

    Unfortunately in v7 you don't have the inbuilt DTS package logging.

    You'll have to put something together yourself using either ActiveScript or ExecuteSQL tasks.

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

  • RE: DTSRunui.exe

    Check BOL for the files that need to be distributed.

    Although, why would you do this? Would be far easier to setup an ASP page for the user to run the...

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

  • RE: flat file import

    I'd go with Derrick's suggestion. I've always found that data manipulation was much faster and cleaner once the data was in a SQL database.

    Doing things like setting PK/FK is easy...

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

  • RE: DTS optimization: table to table or use bcp or text files

    The age old answer is "... it depends ..."

    What sort of network bandwidth do you have between the databases?

    How much data are you transferring, thousands or millions?

    Are you transferring all...

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

  • RE: Need to capture alert error text.

    Check out the use of tokens for SQL Agent in BOL.

    There is a good example of their use here,

    http://www.sqldev.net/sqlagent/SQLAgentStepTokens.htm

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

  • RE: Count(*) Question

    Also, depending on ANSI settings, a COUNT(*) can cause NULL entries to be excluded from the COUNT.

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

  • RE: Exporting to Excel, rs with sp1 installed

    Do you have any formulas in your report?

    I found that when you have formulas it creates named ranges for each cell referenced in a formula. This not only slows the...

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

  • RE: Controlling DTS Workflow from ActiveX Script

    Use a workflow script and set the next step to inactive. This will cause the remaining steps to be bypassed.

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

  • RE: Exec query with ActiveX against existing DTS connection

    You'll have to create an new ADO connection within your ActiveX task.

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

  • RE: Need help implementing FILO ordering on fixed size database

    For our 24x7 website we have a number of tables that record session information, including each page a user visited. this table averages around 4-5mil records.

    To keep the size manageable,...

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

  • RE: Retrieving full error message

    There was an article posted recently about capturing the full text of the error message. It involved setting the error to log to the SQL error log and then retrieving...

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

Viewing 15 posts - 1,726 through 1,740 (of 2,487 total)