Forum Replies Created

Viewing 15 posts - 736 through 750 (of 763 total)

  • RE: Always Abstract

    In the past when we have tried to use views the performance was horrible so we stopped using them. And we avoided using stored procedures as much as possible....

  • RE: option other than looping

    When I tried something similar awhile ago I found it was faster to delete the records from the 'temp' table as I went. I would think this would do...

  • RE: How do you analyze a query?

    I guess in the 10+ years I've been writing SQL I haven't found that 'awesome' moment with subqueries yet. Like I said I don't completely avoid them, I do...

  • RE: How do you analyze a query?

    Thanks for the info, I'll have to look into 'cool' ways I can use this. I know it's just a simple example but I can't see how I would...

  • RE: How do you analyze a query?

    It can be very frustrating looking at other peoples code to try and determine what it is doing. What I like to do is make a copy of it...

  • RE: SSIS process log

    Here is some code I've used to try and get this info, it helps cut out some of the clutter, but it still doesn't produce one line per 'step' with...

  • RE: Balloons and Data

    Sorry for using 'work' table when I mean an intermediate table. If I have process A that normally ran at 10 PM and it created a intermediate table work_db.dbo.policy_list,...

  • RE: Balloons and Data

    My comment is centered around the use of tempdb over 'work' tables. What I mean is that in the very beginning of us using SQL server we wrote almost...

  • RE: Convert Varchar to Date??

    Your varchar is to small for the data you are putting into it, so it is only taking the first 8 characters and then trying to convert that to a...

  • RE: The Desktop

    Scott Arendt (7/15/2013)


    No laptop at work and I don't really want one either. Without one, I am free to go home without carrying a laptop and free to go...

  • RE: The Vacation Struggle

    david.wright-948385 (7/15/2013)


    belowery (7/12/2013)


    That's one of the things I think about when I do get frustrated and think of leaving. I know I won't get that from the start any where...

  • RE: The Vacation Struggle

    Here is what I've said in another post:

    I've worked for the same place now for over 22 years and the philosophy here has always been your earned the vacation so...

  • RE: How To return Year & Month in this format: 2013-06

    I like that answer, thanks for sharing. I know some may find that logic hard to follow, at least some that I know. 🙂 We have always used...

  • RE: SSIS Data flow failing

    My process is set to move 3 files between DB2 and SQLserver. The first two run fine, smaller data, the third fails. These run one at a time...

  • RE: SSIS Data flow failing

    We have two more servers for me to check this on, out INT and production. I set this job up on each and each ran without errors. There...

Viewing 15 posts - 736 through 750 (of 763 total)