Forum Replies Created

Viewing 15 posts - 52,996 through 53,010 (of 59,064 total)

  • RE: how to find the parent

    Shaun McGuile (1/9/2008)


    Jeff do you have a link to Celko's "nested model"?

    --Shaun

    You bet...

    http://www.ibase.ru/devinfo/DBMSTrees/sqltrees.html

    If memory serves, the code that creates the nested model has a minor error in it... it leaves...

  • RE: Which Cumulative Update to apply on prod systems

    berto (1/9/2008)


    Don't you see guys that approach: I wait for problems and then apply a patch is very bad. On systems which have very strict SLAs 99,999 for example you...

  • RE: how to find the parent

    The question is wrong on the basis of design and the modeling of the parent child relationship using one column is totally flawed.

    Actually, I believe the whole "adjacency model" thingy...

  • RE: varchar datatype not writing all data to table

    Stewart Joslyn (1/9/2008)


    Is the truncation in Query Analyser or your app? If the former, check the Query Analyser setting in Tools/Options/Results tab/Max characters per column.

    If you are returning a...

  • RE: varchar datatype not writing all data to table

    GilaMonster (1/8/2008)


    It's a .net object that acts as a link between the connection and a data set. The adaptor gets told what the select, update, insert and delete

    statements for...

  • RE: Check if temporary table exists or not?

    If memory serves correctly, I believe the numerics at the end of the temp table are just a timestamp datatype. Not sure why you would consider them to be...

  • RE: time

    I gave you the code example that demonstrates how to determine if it was correctly entered to the nearest tenth of an hour... heh... didn't intend to write your whole...

  • RE: SQL SERVER 2005 vs ORACLE 10G

    JohnG (1/8/2008)


    Definately NOT true. Oracle stores two digits per byte (plus an overhead byte or two for sign, etc.) in a varying storage model. Equivalent to the new...

  • RE: Converting text to varchar data types

    Then, I don't know...

  • RE: Converting text to varchar data types

    sp_SpaceUsed may not tell the whole story unless you include a second parameter... see BOL for more info but here's the basic syntax...

    Syntax

    sp_spaceused [[@objname =] 'objname']

    ...

  • RE: SQL Defrag

    Well..... kinda... DBCC INDEXDEFRAG will report back once every 5 minutes with a % complete... so you could start a run and get the % complete... the math is pretty...

  • RE: Bulk Insert vs Flat File Connection Mng

    Heh... neither... use BULK INSERT from T-SQL 😉

  • RE: Problem in Query

    Ahmad Osama (1/7/2008)


    Hi

    Actualy I have used distinct im my query thus i can't use roll up

    Change it... it's worth it in terms of performance. 😉

  • RE: Critical issue need suggestion

    Would you mind posting some data so we can help you accurately? Please see the following article for how to get really good answers quickly... seriously... read the article......

  • RE: Using Parameters with Stored Procedures

    I know it's an older article, but I gotta say, nicely done, Kathi! Great examples for folks that don't know.

Viewing 15 posts - 52,996 through 53,010 (of 59,064 total)