Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Early Software

    What inspired me was family history. I began tracing my family genealogy back in the early 80's and soon had reams of paper filled with data. Knew I...

  • RE: White Space delimited file

    This may be an even quicker fix.

    Set the column delimiter to the normal (default) comma.

    Run the package.

    Edit the flat file to replace all the commas to a single-space (" ")

    Edit...

  • RE: Writing Dynamic Stored Procedure

    Gail makes an excellent point about test VS. production tables. I have a 14.5 million row table and revamping SPROC this way took 6 seconds VS. unclocked for my...

  • RE: Writing Dynamic Stored Procedure

    Gail makes an excellent point about test VS. production tables. I have a 14.5 million row table and revamping SPROC this way took 6 seconds VS. unclocked for my...

  • RE: Centralising Reporting Services Stylesheets

    Hopefully Adam, or someone else can answer this one.

    Everything works wonderfully on my local workstation with the compiled DLL style library.

    The issue is when I copy the DLL for deployment...

  • RE: Report Builder data source

    😀 Thanks Robert! I've focused so much on the Report Builder and BIDS interface (where I'd already deleted the model), It'd completely slipped my mind that I could also...

  • RE: Return minimum of two values

    I've run into orgs before that don't allow UDF or stored proc's becasue the code is not in a 'code safe' (ie: Visual SourceSafe) like all their Java code. ...

  • RE: Bulk Insert error

    For those interested the errors I was getting related to the Collation sequence.

    For char and varchar data types I had SQL_Latin1_General_CP1_CI_AS NULL, which I had copied from a...

  • RE: Don''t Upgrade to SQL Server 2005

    I too had several issues with the recommendation.  But I'll only tackle one, the DTS migration.

    Virtually the only piece of SQL 2005 migration that is causing us headaches is the DTS...

  • RE: DTS ActiveX Scripting Error

    That has been checked already.  The connection to the database is using integrated security to the database where the ID is a dbo.  This same ID is the SQL Server...

  • RE: Using VBScript to Automate Tasks

    Is this in a .BAT or .SCR file?

Viewing 11 posts - 1 through 11 (of 11 total)