Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 3,061 total)

  • RE: Vertical Tables Merge

    mpradeesh (7/20/2010)


    There is no primary/foreign key relationships and so no joins please.

    :blink: What is this supposed to mean?

    Are you trying to say that there is no way to know which...

  • RE: Dirty data

    mupparaju78 (7/20/2010)


    wat is dirty data. how many ways is there if i want remove the dirty data in sql server 2005

    Firstly... would you mind in defining "dirty data"?

    Secondly... as a...

  • RE: Oracle Number Datatype

    cmbrooks08 (7/19/2010)


    I have a SSIS package I'm developing against an Oracle datasource. While trying to incrementally load my dimension, I need to lookup to compare the Oracle source data...

  • RE: Partitioning...

    jolan.mahinay (7/19/2010)unpartitioned table contains about 600 000 rows and a query given to me to test it, its takes about 2 minutes and 50+ seconds, so i tried now the...

  • RE: Partitioning...

    jolan.mahinay (7/19/2010)


    sir mrdenny how many minutes did your query goes for a hundreds of millions records? what was your method or way to accomplish a good performance please help

    One thing...

  • RE: What is the Point in Updating the PK in an UPDATE Stamenet

    YSLGuru (7/7/2010)


    Apparently this lets the developers avoid learning how to use SQL

    Then people asks why we are flooded by poorly written code. Appalling

    YSLGuru (7/7/2010)


    ... and in a twisted way it...

  • RE: Partition

    ningaraju.n (7/19/2010)


    I have a table with more than 30 million records .now i thought of partitioning the table on primary key please suggest me the approach.

    I usually ask myself a...

  • RE: Partitioning...

    In general I go for partitioning only for tables expected to hold in excess of 100M rows, partitions 100K rows in size really does not make a lot of sense.

    For...

  • RE: Long Running SP - How to make it fast?

    ara_tech2004 (7/18/2010)


    The SP processes each table sequentially and then returns the data. As such it is taking lot of time. All the tables are independent. Hence I am thinking if...

  • RE: Query Help

    MrCapuchino (7/17/2010)


    CREATE TABLE usuario (

    USid int IDENTITY (1,1)...

  • RE: Expire rather than Delete records in a table

    Jeff Moden (7/16/2010)


    When I need to use the "future expire" method, I use 9999-12-31 for the future date. As a side bar, I prefer the "future expire" method when...

  • RE: Query time out

    Not totally sure if I get your question but "Query Time Out" is a server level property. Select your target server, right click, Properties, Connections, check Query time-out property. 0=Unlimited

    On...

  • RE: Tool for tracing Oracle queries. Similar to SQL Profiler

    Sorry. I'm not familiar with PL/SQL Developer.

    In general we do test/trace new queries in the way I suggested previously - all new queries, one by one, running in the host...

  • RE: Expire rather than Delete records in a table

    timcarper (7/16/2010)


    Warning - This could potentially become a religion debate very quickly. I am specifically interested in Microsoft SQL Server best practices and also your real-life experiences with this...

  • RE: Better SCD Type2

    You gotta love Monty Python's "Ministry of Silly Walks" 😀

    You certainly made my day mate. Cheers.

Viewing 15 posts - 1,711 through 1,725 (of 3,061 total)