Forum Replies Created

Viewing 15 posts - 16 through 30 (of 33 total)

  • RE: CHANGING THE IP ADDRESS

    "oh, it's just a little bunny, isn't it"

  • RE: Help needed with removing duplicates

    Tom, If you are having trouble understanding the SQL syntax in the scripts above, you definitely need some more training in this area.  Get to it!  You will benefit by...

  • RE: SQL Server Performance issue

    Only 255 users?  This is a pretty serious application.  You can't expect this to work with a PC mentality or a PC budget.   Did you know that this kind of...

  • RE: entity table - where to do that?

    Use Enterprise Manager to create new databases and tables. Try right clicking on everything to bring up the common tasks.  Create a Server Group first, then a new SQL Server Registration,...

  • RE: Creating Tilda separator files

    In which process?  export from Access?  or just manipulation of the text file?

    when exporting a table from Access to a text file, the export wizard (Advanced button) provides the option to...

  • RE: Listing users by role/spanning databases

    Do a search on the forum's knowledge base.  I've downloaded some really awesome scripts in the past related to gathering users and roles.  The content of this forum is incredible.

  • RE: as database grows, performance slows, which way to go?

    Thanks to everyone for the excellent feedback.   In response to questions posed by RD Francis.

     

    Segregation by time period.  The database is a “rolling” twelve...

  • RE: Conditional insert Trigger

    Yes, but what defines the "second instance" ? Is it arbitrary ? Or based on a sort order of some other column or columns ?

    >>there are other fields which identify...

  • RE: Conditional insert Trigger

    I hope this clarifies.  

     

    Table A.PK  (source table w/duplicates allowed on field PK)

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

    1

    2

    3

    4

  • RE: update statement, two linking fields to other table

    Thanks for all the help.  I enjoyed ALL the dialogue.  To respond...

    #1 I did an exhaustive search on this site (1.5 hrs) to find the answer before posting.  Hang me...

  • RE: Need some advice on a potential data warehouse

    Having been involved with database developments for over 20 years, I don't know where to start with your proposal.  On the other, with all the grey hair, I should have...

  • RE: Easy SQL post-need help!

    I had to read your description a few times before understanding it.   I get it now.  Here's what you need:

    select *

    from table

    where products_ID not in (select product_local from table);

    you would...

  • RE: export data to a specificc cell in excel sheet

    The Microsoft Query functions within Excel will allow you to pull the data from an SQL data source.   You can save the query, refresh it when you enter the spreadsheet, and...

  • RE: Data Migration - Quickly Inserting New Data

    Awesome technique and perfectly legitimate.  Used to do this with Unix text files into Oracle about 10 yrs ago, when there was nothing like DTS.  Don't think of this as "quick and...

  • RE: Exporting to Excel, rs with sp1 installed

    When importing into Excel (from any file) it is always more accurate and trouble free to use tab delimited files instead of csv.   Inevitably, there are commas in fields that...

Viewing 15 posts - 16 through 30 (of 33 total)