Forum Replies Created

Viewing 15 posts - 4,276 through 4,290 (of 8,753 total)

  • RE: Today's Random Word!

    whereisSQL? (11/10/2015)


    Ed Wagner (11/10/2015)


    crookj (11/10/2015)


    Luis Cazares (11/10/2015)


    jasona.work (11/10/2015)


    DonlSimpson (11/10/2015)


    Luis Cazares (11/10/2015)


    jasona.work (11/10/2015)


    anthony.green (11/10/2015)


    crookj (11/10/2015)


    djj (11/10/2015)


    anthony.green (11/10/2015)


    Ed Wagner (11/10/2015)


    anthony.green (11/10/2015)


    Ed Wagner (11/9/2015)


    #MyHead

    Bobblehead

    Dashboard

    tableau

    Picture

    Perfect

    Sublime

    Submarine

    yellow

    Blue

    NO! Red!

    (aaaaahhhhh!)

    Python

    Spam

    Eggs

    Shakshuka

  • RE: DataType Conversion

    David Rich (11/9/2015)


    While going through execution plan i observed this warning

    Type conversion in expression (CONVERT_IMPLICIT(varchar(255),[e].[abc],0)) may affect "CardinalityEstimate" in query plan choice

    and this is getting converted to nvarchar(255). Will...

  • RE: GLOBAL TEMP TABLE OPTION ?

    mar.ko (11/9/2015)


    I need an option in CREATE TABLE that will allow me to create a database-specific global temp table

    In other words, I need the temp table to persist along multiple...

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

    Echoing Anthony's answer, do not add the service accounts to those groups, it is totally unnecessary! Open the location in Windows Explorer, right click on the folder, choose properties and...

  • RE: MERGE does not work on SQL 2012

    Brian_Ho (11/8/2015)


    What other alternative that you recommend? How can we change this query from MERGE to IF cardnumber EXISTS update ELSE insert method?

    The design is flawed and you will...

  • RE: Find last working day based on given start date and number of working days

    Quick question, can you post the DDL (create table script) for the table(s) used, some sample data as an insert statement and the expected results?

    😎

    Consider changing the function to a...

  • RE: MERGE does not work on SQL 2012

    Brian_Ho (11/8/2015)


    I cannot use distinct because we want to capture all giftcard transactions...

    Then the primary key is wrong as there will be many transactions on the same key, you will...

  • 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...

Viewing 15 posts - 4,276 through 4,290 (of 8,753 total)