Forum Replies Created

Viewing 15 posts - 61 through 75 (of 372 total)

  • RE: creating table for data that rejects

    okay, let's use a perm table, how do I get the data that will not insert to go to another table for later correction?

    MCSE SQL Server 2012\2014\2016

  • RE: creating table for data that rejects

    either one will work temp or perm, I just want to be able to get the data in and deal with the one line that would not go in later....

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    Thanks but a solution was check. A case stmt was the trick.

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    Lynn Pettis - Thursday, January 19, 2017 4:27 PM

    lkennedy76 - Thursday, January 19, 2017 4:07 PM

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    Lynn Pettis - Thursday, January 19, 2017 3:40 PM

    lkennedy76 - Thursday, January 19, 2017 2:49 PM

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    Joe Torre - Thursday, January 19, 2017 2:37 PM

    ZZartin - Thursday, January 19, 2017 2:22 PM

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    ZZartin - Thursday, January 19, 2017 2:41 PM

    lkennedy76 - Thursday, January 19, 2017 2:34 PM

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    drew.allen - Thursday, January 19, 2017 2:32 PM

    Assuming that you data does not contain any records for the current month, this should...

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    I tried
    where [Year]=Year(GetDate())-1
    AND [Month]=Month(GetDate())-1;

    No results came back

    I also...

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    Lynn Pettis - Thursday, January 19, 2017 2:23 PM

    Just a quick question, If generating the report in January 2017 are you looking...

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    create table dbo.Sales 

    (

    [SalesID]

    MCSE SQL Server 2012\2014\2016

  • RE: Month and Year Columns

    drew.allen - Thursday, January 19, 2017 1:09 PM

    When working with dates, you DO NOT want to use Year and Month (unless you have...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    JasonClark - Monday, January 16, 2017 9:06 PM

    lkennedy76 - Monday, October 28, 2013 9:04 AM

    Hey...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    everykyto - Friday, January 13, 2017 9:22 AM

    Gail,
    Can you help me please, I work in very restricted environment and I have granted the...

    MCSE SQL Server 2012\2014\2016

  • RE: SQL SP's and Function's Encrypted

    OK, I had to use RedGate SQL Prompt 7 to decrypt the Function.

    I don't think that I have ever been this frustrated with SQL in my life!

    thank you all for...

    MCSE SQL Server 2012\2014\2016

Viewing 15 posts - 61 through 75 (of 372 total)