Forum Replies Created

Viewing 15 posts - 48,796 through 48,810 (of 59,065 total)

  • RE: Temporary Tables

    I agree, partially... Temp tables shouldn't be used just because they can be. But, remember that a "derived table" and CTEs create "working" tables which appear in TempDB just...

  • RE: Store word doc/image on sql server

    virgo (8/11/2008)


    Hi jeff,

    That was informative...is ther a way using sql query to retrive the doc,image,pdf from the sql server tables to local computer with out using any ADO or front...

  • RE: Trigger Not Executed even if record is inserted or Updated

    smunson (8/11/2008)


    Jeff,

    He appears to just want a copy of the insert, so would replication meet his need, or would that cause problems on speed of "Updation" ?

    Steve

    (aka smunson)

    :):):)

    I think replication...

  • RE: Bill Baker

    bakerbill (8/11/2008)


    Bill will use any method to hurt whoever brings up the painful truth.

    Maybe so... but you're pretty good at throwing people under the bus yourself. 😛

    It sounds like...

  • RE: BCP Remote Files

    Angel Miranda Nieto (8/11/2008)


    thank everyone, my problem is solved, we are in contact

    Two way street here, Angel... tell us how you solved your problem, please. 🙂

  • RE: SQL Year and Week numbers

    jennyor (8/11/2008)


    I'm trying to write an update command in sql to take the weekyear portion of a serial # and convert it back to a date by extracting the week...

  • RE: Store word doc/image on sql server

    THAT, my friend, it why I recommend only storing the file name and not the file itself. 😛

    You either have to capture the info in a variable in a...

  • RE: Find distinct special characters in column

    shamshad.ali (8/11/2008)


    I need to list them down. if there is a way. also how should i exclude space" " and dot"." from [a-z0-9]

    Thanks all for help...

    Shamshad Ali.

    Shamshad... have you tried...

  • RE: How to ignore the comma seperator inside ","

    Like I said... Books Online... lookup BCP Format file. I can't help if you don't even know what I'm talking about. 😉

  • RE: Get duplicate range - How to

    dwither_07 (8/11/2008)


    Hmm..let me trace on how did I come up with the said result, I'll just use script number 6 (Sixth Data Scenario) since it has less data.

    --=====...

  • RE: Uncommon Table Expressions

    Good article so far as the format, readability, and revelation go. The thing I'm having a problem with is the use of recursion of any kind to create a...

  • RE: Uncommon Table Expressions

    GSquared (8/11/2008)


    On CLR, yes, it will be faster than the CTE on that.

    Does anyone want to race? 😉

  • RE: Get duplicate range - How to

    Um... no... according o the rules you gave, script 5 should include rowid # 11 because the promo-id went from 6 to 1.

  • RE: Get duplicate range - How to

    Ok... I've tested all of your scenarios and they all came out like you said in the comments except the 5th one... and that's because you made a mistake... Row_ID...

  • RE: Trigger Not Executed even if record is inserted or Updated

    yogesh.khaire (8/10/2008)


    Is there any way other than Trigger. ?

    But i want fast Updation. when ever Data Inserted or updated in the Table i want to be insert that Data into...

Viewing 15 posts - 48,796 through 48,810 (of 59,065 total)