Forum Replies Created

Viewing 15 posts - 91 through 105 (of 224 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',...

  • 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..............

  • 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).

  • RE: Reorg database

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

  • 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...

  • 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.

  • 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...

  • 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...

  • 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...

  • 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. ...

  • RE: Question of the Day for 20 Jan 2004

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

  • 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...

  • 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...

  • RE: Need to send result set to a file

    Another option...

    Look at isql and osql.

  • 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...

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