Forum Replies Created

Viewing 15 posts - 41,821 through 41,835 (of 49,562 total)

  • RE: Serial no in result set of a Query

    As I mentioned in the other thread, with SQL 2000, there isn't a really easy way to do this. You could insert the results into a temp table or table...

  • RE: view all index name and frag level

    Do you want to see all the indexes in all of the databases on the server? If index_physical_stats is run for one database, it's easy to get index names. If...

  • RE: Newbie wants to learn

    Dugi (1/11/2009)


    I don't know what is your experience with MS Access...but if you want to learn SQL you should leave Access at all!

    What's wrong with MS Access?

  • RE: Serial no in result set of a Query

    @jit fr Cochin (1/11/2009)


    Am using SQL 2000..

    Please post SQL 2000-related questions in the SQL 2000 forums in the future. If you post in the 2005 forums, you're very likely to...

  • RE: Any information on 70-433?

    I wrote it as a beta exam. Fairly standard, multiple choice, pass mark 700. If you've written previous MS exams, the format won't surprise you. I found several of the...

  • RE: Save DBCC OPENTRAN result to a table or to a string

    Many of the DBCC statements have an undocumented option TABLERESULTS which changes the output of the statement from text to a resultset that can be inserted somewhere.

    With OPENTRAN, it'll be...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    Actually, Jeff, I'm talking about physical fragmentation of the database file itself, not the table in the database. Two completely seperate fragmentations here. I'll have to...

  • RE: Database File Size & Break-Up

    Look up alter database in Books Online. There's commands to add a file and also to add a filegroup. Or you can do it from the files tab of the...

  • RE: Image is Everything

    Stephanie J Brown (1/10/2009)


    Hakima? Which martial art?

    Aikido

    Mine's aikido, and in terms of dress code, our dojo has two uniforms - the white ghi, and the white ghi...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    You know, I don't know? Maybe.

    Now that will look impressive in your sig...

  • RE: How do I recover data from SQL Server's log files?

    Typically, you don't. The transaction log is not there for data recovery and there's no built-in way (except for ROLLBACK TRANSACTION) to use the transaction log to undo a transaction.

    Additionally,...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    I need to get it to the Dean of Electrical Engineering and Computer Science at Colorado Tech here in Colorado Springs. I am trying o get a...

  • RE: Image is Everything

    What I wear on a particular day depends on what I'm doing. I personally detest skirts and I haven't worn one since highschool (where it was required uniform) and the...

  • RE: highest unused ID

    Jeff Moden (1/10/2009)


    What's really a mystery to me is Lynn's dev box when parallelism kicks in... the times for both queries absolutely suck on that box until he adds the...

  • RE: highest unused ID

    Lynn Pettis (1/10/2009)


    Sorry, I was watching the last 2 episodes of StarGate Atlantis (had them on DVR).

    Any good?

    Or it could be a result of the Raid 5 configuration of the...

Viewing 15 posts - 41,821 through 41,835 (of 49,562 total)