Forum Replies Created

Viewing 15 posts - 8,341 through 8,355 (of 39,771 total)

  • RE: populate different records for duplicate data

    OK, what you really want is setup like this, so someone can test (And you can).

    create table a

    (

    aguid int

    , fbnum int

    , mydate date

    , aType varchar(10)

    )

    go

    create table b

    (

    ...

  • RE: No Downtime Deployments

    I agree with you, Gary. So many people want this simple, and it's not. Many of the complex migrations in Oracle (column splits, drop column, etc), often have triggers to...

  • RE: populate different records for duplicate data

    Couple things you need to clarify.

    First, what's the first row? There's no such thing in a SQL table. Until you do an ORDER BY in a query, you can't determine...

  • RE: The Email Mask

    pabechevb (3/22/2016)


    What is the purpose of returning 3 X, then @, then 4 X? Why not 2 X, then @, then 3 X?

    No purpose. Just a design decision by MS.

  • RE: Are the posted questions getting worse?

    Jack Corbett (3/22/2016)


    On personal note, my 17 year old daughter, is the NH State Champion for Poetry Out Loud[/url]. She gets a trip to Washington D.C. for...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (3/22/2016)


    In case you're wondering, I'm fine. I didn't have to be in Brussels today, so I avoided all of the commotion...

    glad you're OK. Sad days.

  • RE: Are the posted questions getting worse?

    BL0B_EATER (3/22/2016)


    Does anyone else have an issue during submitting an article when you paste in some TSQL into the SQL snippet block and save it then go back to it...

  • RE: Are the posted questions getting worse?

    Alan.B (3/21/2016)


    Quick question: I got the standard email saying that someone replied to a comment on one of the forum threads but when I go to that thread the comment...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (3/21/2016)


    For those of you with standing desks, ArsTechnica says it may not be helping[/url] you at all.

    Seems mixed.

    I'll say that standing for a few years now, that I...

  • RE: Books Online / Stupid Help Viewer

    I use online for most of this, for the reasons you mentioned. Even if you want to use local, sometimes Google helps you narrow the topic.

    Can I ask what you...

  • RE: REFRESH PRODUCTION DB to DEVELOPMESQNT

    naveen.neerukattu1228 (3/19/2016)


    Hi i need some information which is related to database migration and Data base refresh.

    when we need to perform Database Refresh and Database migration.

    help me on this.

    Please start a...

  • RE: Server performance

    What is "looks very busy"? How can you measure this? What do you look at in performance monitor?

  • RE: Installing tSQLt

    Good catch and thanks

  • RE: Converting Questionable Dates

    Apologies on the versioning.

    SQL 2008R2 and below are no longer supported from MS as they are too old. Typically the current version(s) should be used, though I changed the question...

  • RE: The Math on Automation

    hence my statement. I was agreeing with Gary. Just wanted to clairfy.

Viewing 15 posts - 8,341 through 8,355 (of 39,771 total)