Forum Replies Created

Viewing 15 posts - 1,366 through 1,380 (of 5,685 total)

  • RE: Performance Monitoring

    gmamata7 (7/17/2012)


    Application team is doing performace testing and want to know the top SQL and their execution plans (whether indexes used or not)

    Waht exactly I need to configure to...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (7/13/2012)


    Brandie Tarvin (7/13/2012)


    YAY for people who still allow SQL Injection on their servers! (NOT!)

    http://news.cnet.com/8301-1009_3-57470786-83/hackers-post-450k-credentials-pilfered-from-yahoo/%5B/url%5D

    Yes, saw that on twitter yesterday.

    Some people will never learn I guess.

    Ah, this is fun....

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

    Was banging around on a few older topics I'd gotten involved in and ran into this one with a bit of.. emphasis.

    My comments lie below:

    SoberCounsel (5/17/2012)


    Hi,

    Polkadot, I think we're...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (7/13/2012)


    Evil Kraig F (7/12/2012)


    A request to the threadizens, please don't pile on TeraByteMe if you happen across our little spat, at least not on my behalf. If...

  • RE: Validation methods?

    dwain.c (7/12/2012)


    If this fails for some reason, you won't make any headway by trying to convince the users of the error in their ways. You need to develop a...

  • RE: Working in the IT industry

    TeraByteMe (7/12/2012)


    How can you deny the blatant truth. You treated me like crab. Here is a saying that I think applies you very well.

    The measure of a man's real character...

  • RE: Are the posted questions getting worse?

    A request to the threadizens, please don't pile on TeraByteMe if you happen across our little spat, at least not on my behalf. If it continues I'll be attempting...

  • RE: Working in the IT industry

    TeraByteMe (7/12/2012)


    Your a **** and you work in IT not surprising and DBA at that. Point made.

    You posted in a public place looking for an professional opinion. That you...

  • RE: Working in the IT industry

    TeraByteMe (7/12/2012)


    I have I think a unique experience with how many contracts/jobs I have had in the field the last 12 years. I have worked these positions:

    I haven't worked in...

  • RE: Is Testskey a braindump site?

    Lynn Pettis (7/12/2012)


    SQLRNNR (7/12/2012)


    Never heard of them and would not put too much trust into sites that promote "real answers to real questions"

    Don't we offer real answers to real questions?...

  • RE: Are the posted questions getting worse?

    mtillman-921105 (7/11/2012)


    'Guess it's time for me to pu away my aluminum floil[/url] now. MIT has researched the effectiveness of tin foil hats. :w00t:

    [edited link]

    HAH! They convinced you with...

  • RE: Time and Attendance need help pls...

    SELECT EmployeeNumber, Date, Min(time) as Login, MAX( Time) AS Logout

    From Table

    Group By EmployeeNumber, Date

    If you'd like better tested code, check out the first link in my signature as to how...

  • RE: SQL Variable IF Clause

    Not sure I really understand your question... something like this?

    DECLARE @Var VARCHAR(10)

    SET @Var = 'abc'

    IF (SELECT 1) = 1

    BEGIN

    SET @Var = (SELECT 'def')

    END

    PRINT @Var

  • RE: optimization of query

    Sorry I fell off the planet, came down ill.

    Alright, looking this over, there's a few things you can do to help yourself out. Also some data questions.

    What is the...

  • RE: optimization of query

    weston_086 (7/5/2012)


    Please find attached indexes information for each table.

    Thanks

    Yeaaah, not opening an office doc from the web, too many nasty things out there.

    Please simply cut and paste the create table...

Viewing 15 posts - 1,366 through 1,380 (of 5,685 total)