Forum Replies Created

Viewing 15 posts - 4,291 through 4,305 (of 8,761 total)

  • RE: MERGE does not work on SQL 2012

    Quick question, would there be duplicate CardNumber in the dbo.GiftCard table?

    😎

    Slight alteration to the query

    MERGE [dbo].[GiftCard] as target

    USING

    (SELECT DISTINCT

    g.[CardNumber]

    ,YEAR(g.[Date])

    ...

  • RE: MERGE does not work on SQL 2012

    Can you post the DDL (create table script) for both tables?

    😎

  • RE: Are the posted questions getting worse?

    Lynn Pettis (11/6/2015)


    Here is a posting for a SQL Database Administrator. I've looked it over several times. Please tell me where it says anything about PostgreSQL besides in...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (11/6/2015)


    Here is a posting for a SQL Database Administrator. I've looked it over several times. Please tell me where it says anything about PostgreSQL besides in...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (11/7/2015)


    xsevensinzx (11/6/2015)


    Least it has the database engines listed. :hehe:

    Get's even worse with the use of 'NoSQL' or 'Hadoop'.

    Yeah, but it shows Profiler

    BURN IT WITH FIRE!

    Grant, how about an...

  • RE: log file growth

    giri10488 (11/7/2015)


    can anyone pls help me

    A log file size of a production database has been increase from 4gb to 150 gb initial size.Now i want to find when it...

  • RE: Are the posted questions getting worse?

    Luis Cazares (11/6/2015)


    Sean Lange (11/6/2015)


    Ed Wagner (11/6/2015)


    Brandie Tarvin (11/6/2015)


    Greg Edwards-268690 (11/6/2015)


    Eirikur Eiriksson (11/6/2015)


    On the current topic, a very favorite question: When do you use the function "WhatTimeIsIt()"?

    Three options given

    1) To...

  • RE: Are the posted questions getting worse?

    On the current topic, a very favorite question: When do you use the function "WhatTimeIsIt()"?

    Three options given

    1) To get the current time (wrong)

    2) You don't (correct)

    3) Time for the applicant...

  • RE: Are the posted questions getting worse?

    SQLRNNR (11/6/2015)


    The datetime is stored as milliseconds right? From some ambiguous epoch right?

    Ehemm, cough cough cough!

    😎

  • RE: Are the posted questions getting worse?

    WayneS (11/6/2015)


    xsevensinzx (11/6/2015)


    who in the hell is applying for a senior position and not know GETDATE()?

    Just 9 out of 10 applicants. Maybe higher.

    That is just being spammed with non-applicable...

  • RE: Today's Random Word!

    Igor Micev (11/6/2015)


    Igor Micev (11/6/2015)


    DonlSimpson (11/5/2015)


    Ed Wagner (11/5/2015)


    djj (11/5/2015)


    crookj (11/5/2015)


    Igor Micev (11/5/2015)


    Luis Cazares (11/5/2015)


    anthony.green (11/5/2015)


    Igor Micev (11/5/2015)


    crookj (11/5/2015)


    Ed Wagner (11/5/2015)


    anthony.green (11/5/2015)


    TomThomson (11/4/2015)


    DonlSimpson (11/4/2015)


    Weak

    frail

    Old

    Experience

    Familiarity

    Information

    Announcement

    Billboard

    City

    of Heroes

    Advengers

    Hiro Nakumura

    Hiroshima

    Bomb

    End

    TRY

  • RE: Unable to open the physical file "D:\databasepc.mdf". Operating system error 5: "5(Access is denied.)".

    Raghavender (11/6/2015)


    Hi All,

    I am trying to attach a database. But I am receiving below error:

    Unable to open the physical file "D:\databasepc.mdf". Operating system error 5: "5(Access is denied.)".

    I have added...

  • RE: Can you replace stored procedures with sp_executesql

    jigging.tech (11/5/2015)


    Hello all!

    Currently, in the new environment I'm working in, there are no stored procedures everything comes in as Ad-Hoc T-SQL with local variables.

    I brought up that we...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (11/5/2015)


    BWFC (11/5/2015)


    I mentioned the Excel BI tools and apparently they don't want use 'spreadsheets'. I'm pretty sure though that's down to a lack of understanding of the...

  • RE: Can't find the Data Flow Task in SSDT 2012

    You have to select / expand the toolbox

    😎

Viewing 15 posts - 4,291 through 4,305 (of 8,761 total)