Forum Replies Created

Viewing 15 posts - 61 through 75 (of 694 total)

  • RE: Problems with my bulk insert

    I think there is something incorrect with your text file at that particular row. I just created a table with half a billion rows, exported that into a text file,...

  • RE: Inline Query

    It is Never a good idea to store the age in a column. Because you would have to perform an update everyday to update anyone with a birthday today. It...

  • RE: Selecting the Row with the MAX(DateStarted)

    Thanks Cadavre

    That one works really efficiently also. I will keep that code handy.

    Greatly appreciate it

    Andrew SQLDBA

  • RE: Selecting the Row with the MAX(DateStarted)

    Thanks DWain

    That is exactly what I was after. Works very fast also. Got to Love that part.

    Andrew SQLDBA

  • RE: SSIS no longer writes data to file

    I always use stored procedures for all of my SSIS Execute SQL Tasks. This makes modifications and troubleshooting so much more simple. Only one place that things can go wrong...

  • RE: String Split and LEFT OUTER JOIN in Two Tables

    Thank You Micky

    I was trying to use a CASE statement, but I had it in the wrong place.

    Greatly appreciate your assistance

    Andrew SQLDBA

  • RE: String Split and LEFT OUTER JOIN in Two Tables

    Thank You to everyone that gave their code, comments and suggestions. They all worked really well.

    How would I add a bit column and fill it with a 1 if the...

  • RE: SQL Tools 2012

    Yes, "inActive" means they are "greyed out" I can select them, but I cannot do anything. They will not drop onto the work area.

    I have figured it out though. It...

  • RE: SQL Tools 2012

    I mean that all the tools in the Toolbox and the SSIS Toolbox are InActive. They cannot be selected.

    Andrew SQLDBA

  • RE: Duplicate Data Reports Issue

    Sounds like there is absolutely no error checking in the SSIS Package. You should have multiple cleansing and staging tables to work thru before sending the data to the Destination....

  • RE: SQL 2008 R2 connection strings with OleDBConnection

    Jim

    You know that you run multiple instances on the same box. You can even run different versions, with multiple instances on the same box. It may be easier and better...

  • RE: SQL 2008 R2 connection strings with OleDBConnection

    I would suggest that you not use all the variables, just type out the connection string as a whole. Start off by logging into the database, via SSMS using the...

  • RE: Require Template !!!

    Exactly Right Gail

    Run while you can before your name gets tar on it.

    What was also funny about that true story I told in my post. The school board contacted both...

  • RE: Require Template !!!

    Tell them that is not the job of a Developer. I am not a Developer, because I am a DBA. I would not hire a painter to build my house....

  • RE: SQL Error message - explanation

    This is by no way a Database error, this is a front-end error. And since you did not bother to tell what the front-end is, I am taking a shot...

Viewing 15 posts - 61 through 75 (of 694 total)