Forum Replies Created

Viewing 15 posts - 91 through 105 (of 225 total)

  • RE: How Can I Get a List of the Fields in a Table?

    Here's a quick little script I use.  I was trying to emulate the Oracle DESC <table> command.

     

    SELECT case ORDINAL_POSITION

               when 1 then  left(TABLE_NAME, 25)

               else ' '

           end                               'Table Name',...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Performance monitor...Transactions/sec

    Thanks..that is probably the best explanation I could get.  Or could hoep for.   I am seeing some odd results myself and have been hoping to figure it out.

    Thanks..............


    "Keep Your Stick On the Ice" ..Red Green

  • RE: OSQL -L couldnt find a online SQL2k server

    All of mine do not show up either.  This is because of different domains, a DMZ, and a firewall (see DMZ).


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Reorg database

    Your first post said "leaving 100% % free."   Is that accurate? 


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Monitoring which user accesses a database

    Steve..

    I can do this in Oracle and have yet to find a way in SQL Server.  Is there a way to activate a trigger on login, or create an alert...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: logging in to msde 2000

    Through osal try changing the sa password..you don't need to have thew old password to change it.


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Reindex New Table

    The selectivity on the Item+Store+Salesweek index appears to be much better than the Salesweek+Store+Item index.  

    A non-clustered index creates more i/o and lookups when accessing the datapage and looking for...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Monitoring which user accesses a database

    Bill...not sure if I am going to offer what you are looking for.   This is a thread I will probably follow too.   Here are a couple of ideas that come...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Reindex New Table

    Do you have indexes on the Item and Store tables?  How about using an index hint? 

    What index did you change to a clustered index when the new table was...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Database (Suspect)

    I have a lot of databases out in the field that come in corrupted and have more than once had a 'suspect' database.   I don't have a solution for you. ...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Question of the Day for 20 Jan 2004

    This was a great question!!  Good useful stuff!!!


    "Keep Your Stick On the Ice" ..Red Green

  • RE: ORACLE !

    I have had the pleasure to work extensively on Oracle and SQL Server and thought this thread was great!! Yes, Oracle DBA's are more protective and I think the...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Transactional Backups for archived data

    jcool has a good point regarding referential integrity, constraints, and such. This could be an issue, but not impossible. As long as Primary keys stay unique and can...


    "Keep Your Stick On the Ice" ..Red Green

  • RE: Need to send result set to a file

    Another option...

    Look at isql and osql.


    "Keep Your Stick On the Ice" ..Red Green

  • RE: QOD 9 Dec 03 - Users

    I hope Yukon overcomes some of the weaknesses of SQL Server. Since I work on both Oracle and SQL Server, my initial response before reading the questions was an...


    "Keep Your Stick On the Ice" ..Red Green

Viewing 15 posts - 91 through 105 (of 225 total)