Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 1,246 total)

  • RE: An issue with my Execution plan

    Hi Gail. I hope I don't trouble you if you could post this example you mention? I have not dived deeply into the subject of execution plans and am curious...

    ----------------------------------------------------

  • RE: More help wit Sum, Pivot and so on...

    How would using the sign function fit here? I don't think you can have a negative average of dropped calls.

    thanks

    ----------------------------------------------------

  • RE: SSRS 2005 Parameter validation

    I would just add that if a start date is greater than an ending data, there should be no data returned. The user will get the point sooner or later,...

    ----------------------------------------------------

  • RE: Select full month number (with 0)

    gmac 41947 (3/1/2013)


    Hi,

    I use

    DATEPART(month, myDate)

    or

    MONTH(myDate)

    the resut is: 2 (if myDate is 2013.02.03). I would like return: 02

    Do you have any solution for this?

    Thans!

    try this

    declare @MyDate datetime

    set @mydate= '20130301'

    select replicate...

    ----------------------------------------------------

  • RE: Google Analytics SQL Import

    I installed this and works fine so far. No special tweaking needed. It looks like a fine tool. Thanks for the link Anthony.

    Cheers

    ----------------------------------------------------

  • RE: Performce SP

    Not enough information here, but I can guess that this query would benefit from a filter by date on table B. (At the least).

    ----------------------------------------------------

  • RE: SSIS Login Error

    I would think the agent credentials are used and not necessarily overridden by something else on the SSIS package.

    ----------------------------------------------------

  • RE: How to delete any backup files based on CURRENT day in a daily schedule.

    You may need to specify the extension of the file in the file name. Also it appears you are recreating the job everyday, If the job with that name already...

    ----------------------------------------------------

  • RE: export to flat file is failed

    Wondering if this got resolved. If so can you share how? thanks.

    ----------------------------------------------------

  • RE: How to handle historical data change in SSAS

    How you define your partition is partly if not fully influenced by business logic. If a sale has a 30 day return period then you can create each partition in...

    ----------------------------------------------------

  • RE: Creating dimension from Fact table.

    Create the dimension tables. What if you want to know what stores generated no sales in some particular time frame?

    ----------------------------------------------------

  • RE: What Do You Call This Relationship ?

    With the ODD numbers, how is 7,5,3 related. Did you miss 7 is related to five?

    thanks

    ----------------------------------------------------

  • RE: How to insert new record for a user having multiple records by performing lookup?

    So you are adding back records to the student table that you think should be there. Could it be the students table was archived somewhere else and the history table...

    ----------------------------------------------------

  • RE: How to Compare Data between to servers based in Id's

    If your goal is just to keep the two tables in sync you could just use transactional replication from the source to the subscriber (whichever server is which). if they...

    ----------------------------------------------------

  • RE: How to Compare Data between to servers based in Id's

    You could add a checksum column on to apply to the columns wher you think the changes may occur. This will identify your row Id's that are out of sync....

    ----------------------------------------------------

Viewing 15 posts - 1,066 through 1,080 (of 1,246 total)