Forum Replies Created

Viewing 15 posts - 12,091 through 12,105 (of 26,486 total)

  • RE: an integrated reporting/business solution within Word utilizing TAQL and other technologies

    Any reason this has to be a Word doc? Why can't you use Reporting Services? This looks like something it could do easily.

  • RE: sum, percent do able ?

    sabercats (5/10/2012)


    This one i made up per your team request. I did not test with sandbox ?

    CREATE TABLE #Testing

    (

    Location varchar(255),

    OS varchar(255),

    Starttime DATETIME,

    Endtime DATETIME

    )

    INSERT INTO #Testing

    (Location, Starttime, Endtime)

    SELECT 'tampa','win7','2012-05-01 12:56:27.000','2012-05-01...

  • RE: Active\Active cluster how many MSDTC needs to be configured?

    Elliott Whitlow (5/10/2012)


    DTC will exist on all nodes, it CAN be clustered and then the DTC will be a resource withing the resource group that SQL exists in.

    However, I have...

  • RE: Where are the good Senior Level DBA's?

    Elliott Whitlow (5/10/2012)


    Eric M Russell (5/10/2012)


    Elliott Whitlow (5/10/2012)


    Lynn Pettis (5/10/2012)


    Anyone tuning the query by not looking at IO and Time statistics and query plan would immediately fail.

    Guess I'd fail here....

  • RE: sum, percent do able ?

    sabercats (5/10/2012)


    Example, I need to get all the records weekly start from last 2 Sunday 00:00:00 AM to last Saturday 23:59:59 include any records start before last 2 Sundays but...

  • RE: sum, percent do able ?

    Sean Lange (5/10/2012)


    Actually Lynn that part is fairly easy to correct. The real problem is the OP wants help with the original query and did not provide any details about...

  • RE: sum, percent do able ?

    Do you see anything wrong with the following? Have you tried running this in a sandbox database?

    CREATE TABLE #Testing

    (

    Location varchar(255),

    OS varchar(255),

    Starttime DATETIME,

    Endtime DATETIME

    )

    INSERT INTO #Testing

    (Location, Starttime, Endtime)

    SELECT 'tampa','win7','2012-05-01...

  • RE: Passing Parameter with a wildcard

    Nevermind. Just reread your original post and that you are going against pre-2005 databases. I am assuming that you are querying SQL Server 2000 databases/servers.

  • RE: Question about Row Compression and BIT Data

    I'd say that you could still store 8 bits in a byte.

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (5/10/2012)


    RBarryYoung (5/10/2012)


    Koen Verbeeck (5/10/2012)


    Stefan Krzywicki (5/10/2012)


    Yeah, I created the import package manually. I ended up getting the table structures by using an openquery in a cursor loop through...

  • RE: Passing Parameter with a wildcard

    themangoagent (5/10/2012)


    Sean Lange (5/10/2012)


    Things like what does the table look like?

    Like I said, it's de-normalized. It has fields like ID, Value1, Value2, Value3...Value12, where Value should be in its...

  • RE: Today's Random Word!

    RBarryYoung (5/10/2012)


    Lynn Pettis (5/10/2012)


    RBarryYoung (5/10/2012)


    SQLRNNR (5/10/2012)


    RBarryYoung (5/9/2012)


    Re-P'own

    Barry - how's it going?

    OK, how about you, Jason?

    Long time no see Barry! Glad to see you back!

    You too Lynn! How was...

  • RE: Teambuilding and Bonding

    sturner (5/10/2012)


    djackson 22568 (5/10/2012)


    Management - In my experience, this is what usually causes most of the issues. Team building does not work when you create an atmosphere that makes...

  • RE: Where are the good Senior Level DBA's?

    Eric M Russell (5/10/2012)


    Elliott Whitlow (5/10/2012)


    Lynn Pettis (5/10/2012)


    Anyone tuning the query by not looking at IO and Time statistics and query plan would immediately fail.

    Guess I'd fail here. First...

Viewing 15 posts - 12,091 through 12,105 (of 26,486 total)