Forum Replies Created

Viewing 15 posts - 3,751 through 3,765 (of 4,745 total)

  • RE: Finding previous/next record based on criteria without using a cursor

    [quote-0

    Use CROSS JOIN when you really do want a cartesian product. Use INNER JOIN when you want exact matches between 2 or more tables, use the various OUTER JOINS when...

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

  • RE: How do YOU recover system DBs after a server restore?

    Perry Whittle (4/9/2009)


    No George, the whole point is this

    your master database is corrupt, you cant start sql to restore the database. You dont want to rebuild or you cant cos...

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

  • RE: How do YOU recover system DBs after a server restore?

    Perry Whittle (4/9/2009)


    larry Hennig (3/13/2009)


    The problem I desribed is that you cannot recover them unless SQL Server is running and you need at least master.MDF & master.LDF to start SQL...

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

  • RE: How do YOU recover system DBs after a server restore?

    then your plan is basically fine except you don't need to copy the mssqlsystemresource files back from your backup, the resource database put in place by the install will be...

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

  • RE: How do YOU recover system DBs after a server restore?

    Tracey....

    so, you are trashing an instance, having already saved away your system database files?

    then rebuilding the instance with the same name to the exact sqme release level, followed by putting...

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

  • RE: Slow logging in using SQL authentication

    It all depends on what the full end to end process of connecting to the application is. They may be going through web servers, app servers as well, the holdup...

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

  • RE: SQL server 2000 upgrade to 2005

    biswas4444 (4/8/2009)


    I am trying to upgrade a SQL 2000 server to SQL 2005. I have ran the upgrade adviser and got the following task that need to do first:

    1) SQL...

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

  • RE: Falling Over our Assumptions

    Manie Verster (4/8/2009)


    DBA's have the assumption that all developers are bad for a database or bad SQL programmers.

    that's a common assumption about DBA's in itself Manie 🙂

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

  • RE: Backup vs. copy of a database

    that would do it, as long as you have a backout strategy.

    If you are archiving a LOT of data or there a lot of duplicates to delete you could hit...

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

  • RE: Backup vs. copy of a database

    MSSQL is no different to mainframe databases, its always good to test your code first and ensure you get the results you want, so I would backup the database, copy...

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

  • RE: 3rd-party enterprise-level backup tools - Should DBAs still be in charge of backups/restores?

    controversial marios, people at work saying they don't need dbas to do backup\restore now they have an expensive tool and need to justify the cost? 🙂

    I think there are three...

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

  • RE: The Disappearing DBA

    Paul Paiva (4/6/2009)


    Nice thought-provoking article. It gives me the opportunity to voice a related opinion...

    It seems to me that any good DBA would take pride in also being a...

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

  • RE: Challenging SQL interview questions

    Hallowen problems occur on October 31st.

    Its when a piece of code scares SQL into stack dumping.

    Fix is to wait till next day and re-boot.

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

  • RE: The Disappearing DBA

    good article with a lot of truths in it. It is also often true that there is more credit to be gained in fixing a high profile incident then preventing...

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

  • RE: attach/dettach multple files

    this script, found on this site, claims to reverse engineer the SQL to re-attach databases using create..for attach command

    http://www.sqlservercentral.com/scripts/Miscellaneous/30795/

    haven't tried it myself.

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

Viewing 15 posts - 3,751 through 3,765 (of 4,745 total)