Forum Replies Created

Viewing 15 posts - 4,951 through 4,965 (of 26,490 total)

  • RE: Old backups will not delete

    If, for any reason, the maintenance plan cannot delete a backup file that it should (file locked due to file system backup for instance) the file will not be deleted...

  • RE: Are the posted questions getting worse?

    Sean Lange (6/19/2015)


    I like the back of my ;BEGININATOR t-shirt, it says KEEP CALM AND SQL ON.

    Any way, I gave the OP something to chew on.

  • RE: Help in query

    No promises on performance since you really haven't provided anything that is probably remotely close to your actual production environment.

    create table #cs

    (

    [Year] float,

    [Week] float,

    [Month] float,

    [C#] float,

    [Dept] nvarchar(255),

    [Issue] nvarchar(255),

    [Type] nvarchar(255),

    [Dept age]...

  • RE: Help in query

    sqlinterset (6/19/2015)


    my production table also has data from 2012 only. These table are just for data analysis so we are just pulling data from 2012.

    What does 2012 have to with...

  • RE: Help in query

    IF your actual production table has data for the PAST 10 years, do you still want us to write a query that when run against this table will pull all...

  • RE: Help in query

    sqlinterset (6/19/2015)


    Yes for all the data.

    Okay, so your actual table may have 10 years of data and you want us to use NOTHING for the WHERE criteria, correct??

  • RE: Compare String

    You aren't doing anything to help us help you.

    Again, with more feeling:

    Lynn Pettis (6/19/2015)


    Okay, I must not have spoken clear enough. Please reread my earlier post with the two...

  • RE: Are the posted questions getting worse?

    Sorry, but I started screaming.

  • RE: Help in query

    sqlinterset (6/19/2015)


    Data will be selected from the table itself but C1 and C2 will be different and those values will be as explained in attached excel file.

    Thanks

    WITH WHAT FOR THE...

  • RE: Eliminating a Distinct SORT operation

    And also post the actual execution plan as a *.sqlplan file.

  • RE: Help in query

    Still have NO IDEA how you are wanting us to query the data.

    This isn't what you need but it is the only way I can seem to explain what we...

  • RE: Compare String

    Okay, I must not have spoken clear enough. Please reread my earlier post with the two steps I said you should take to help us help you.

    I will even...

  • RE: Compare String

    Here is the problem, we can't see what you see. We don't have access to your systems, we don't know what the data looks like, and we don't fully...

  • RE: Are the posted questions getting worse?

    Sean Lange (6/19/2015)


    ChrisM@Work (6/19/2015)


    Sean Lange (6/19/2015)


    Anybody have the mind reading apparatus? I have misplaced mine and could use it over here. http://www.sqlservercentral.com/Forums/Topic1696091-2799-1.aspx

    I'm with Alvin on this one Sean - walk...

  • RE: Are the posted questions getting worse?

    Sean Lange (6/19/2015)


    Alvin Ramard (6/19/2015)


    Sean Lange (6/19/2015)


    Anybody have the mind reading apparatus? I have misplaced mine and could use it over here. http://www.sqlservercentral.com/Forums/Topic1696091-2799-1.aspx

    I think this is one of those threads...

Viewing 15 posts - 4,951 through 4,965 (of 26,490 total)