Forum Replies Created

Viewing 15 posts - 631 through 645 (of 3,232 total)

  • RE: Computed Column Help Please

    This numbering system generated from a stored procedure provides all types of information at a glance as well as provides a unique ID used in other tables.

    I can see instances...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Which Method Would Be Faster and More Efficient? Lookup Transformation or Join in SQL

    It would depend on how you've indexed your tables. I would prefer to use the lookup transformation against an indexed column. If all you need to do is...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: date

    Please see the article in my signature line and post an example of what you are looking for. This sounds easy enough, but we need to clearly understand what...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Is a FK also an index

    No, creating a FK does not create an index on the same column(s). If you want an index on your FK column(s), you must explicitly create it.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: date

    Use a date column from your table in the WHERE clause to limit the # of days you want to bring back.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Budget Money to Spend

    I ended up purchasing an additional 2 TB of disk space for our SAN. In fact, the SAN that we were using was almost full so I had to...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Today's Random Word!

    Speaking of the Olympics, did you hear that they're going to pull the gold medal away from the woman's downhill skier?

    They've decided to give it to Obama instead because it...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Variable/Expressions in an SSIS Package

    Well, like I said, use an ExecuteSQL task prior to your Data Flow. Have that task query get your start/end date parameters and place them inside package variables. ...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Variable/Expressions in an SSIS Package

    You could set up an Execute SQL task that runs prior to the data flow that gets the start/end date values and populates package level variables.

    Just curious, why...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: disk Io while taking full backups

    I agree. That does not sound right. Either your Z:\ drive is not a RAID 10 (and is in fact a RAID 0 - no RAID) or it...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Updating Table 2 with Table 1 from Lastmodifieddate

    I can't put together a package for you now as I'm leaving for the day, but at a high level, here's one way to do it.

    1. You'll need a task...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: disk Io while taking full backups

    You'd have to check with your SAN administrator.

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Updating Table 2 with Table 1 from Lastmodifieddate

    So are you having a specific problem with implementing this or do you just want some general how-to's?

    So, do all of your table have a date column that you can...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: disk Io while taking full backups

    So your Z drive is where your backup files are being written. It is a RAID 10, but how many disks? You may just need to adjust your...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: disk Io while taking full backups

    It depends on how you've laid you files out on your disks. The disk alert references disk Z. What is on Z? Also, keep in mind that...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 631 through 645 (of 3,232 total)