Forum Replies Created

Viewing 15 posts - 7,081 through 7,095 (of 26,490 total)

  • RE: The Abstract DBA

    Eric M Russell (12/12/2013)


    ...

    Why pay a contractor $100,000+ a year to shuffle your backup tapes and network logins, when they could hire a full time staff member for half...

  • RE: The Abstract DBA

    jim.drewe (12/11/2013)


    Lynn

    I normally don't follow up on these types of tracks, but I think what I was trying to say (and presumably what the other gentlemen was also trying to...

  • RE: The Abstract DBA

    Eric M Russell (12/11/2013)


    Lynn Pettis (12/11/2013)


    Eric M Russell (12/11/2013)


    jim.drewe (12/11/2013)


    Eric ... I would heartily agree. Unfortunately, executives in publicly held companies listen to Wall Street, not the common sense...

  • RE: The Abstract DBA

    Eric M Russell (12/11/2013)


    jim.drewe (12/11/2013)


    Eric ... I would heartily agree. Unfortunately, executives in publicly held companies listen to Wall Street, not the common sense from subordinates. If Wall...

  • RE: SELECT question

    Luis Cazares (12/9/2013)


    You could use EXCEPT

    SELECT SSN , PKT , FICE_NBR

    FROM A

    EXCEPT

    SELECT SSN , PKT , FICE_NBR

    FROM B

    This?

    with baserecs as (

    SELECT SSN , PKT , FICE_NBR

    FROM TableA

    EXCEPT

    SELECT SSN , PKT...

  • RE: Set based super challenge

    I may have an idea on how to do this, I just don't have time to convert the info in your text file into DDL and DML statements to do...

  • RE: query won't give same result on SQL 2000 and SQl 2008

    Dominic Gagné (12/9/2013)


    thanks a lot everyone for your replies.

    I'll see if I can do something with the indexes on the tables

    That still will not guarantee the order of the final...

  • RE: query won't give same result on SQL 2000 and SQl 2008

    Dominic Gagné (12/9/2013)


    I can't add the ORDER BY, I don't have the source code of the application.

    Why the data are returned perfectly in the SQL 2000 and the same query,...

  • RE: sql 2008 std to 2008 r2

    Ratheesh.K.Nair (12/9/2013)


    Editions of SQL Server is not a problem when you do the restore its Version that matters and SQL server don't have backward compatibility.

    Not completely true, if you have...

  • RE: display order by houseno

    One, reposting on a new thread isn't going to get you different answers.

    Two, on your original thread, please post the code you are using. You should also take the...

  • RE: Backup and restoration scenario need perfect answer

    What do you think is the solution? By the way, there is no perfect solution.

  • RE: Should big tables with more cols be breaken into two tables?

    Mark Eckeard (12/6/2013)


    Did you look at the execution plan on the query to see if there are any bottlenecks or possible improvements?

    Do you have proper indexes on the tables based...

  • RE: Are the posted questions getting worse?

    GilaMonster (12/4/2013)


    In unrelated news, slightly belated drum rolls please..

    <---------

    Congratulations!

  • RE: Are the posted questions getting worse?

    SQLRNNR (12/4/2013)


    SQLRNNR (12/4/2013)


    Lynn Pettis (12/4/2013)


    Steve Jones - SSC Editor (12/4/2013)


    Lynn Pettis (12/4/2013)


    There could easily be routers and firewalls configured that are preventing us from using Linked Servers. Lets just...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (12/4/2013)


    Lynn Pettis (12/4/2013)


    There could easily be routers and firewalls configured that are preventing us from using Linked Servers. Lets just say this site is...

Viewing 15 posts - 7,081 through 7,095 (of 26,490 total)