Forum Replies Created

Viewing 15 posts - 3,031 through 3,045 (of 5,111 total)

  • RE: SQL Server 2017

    sqlfriends - Thursday, September 28, 2017 11:22 AM

    Have SQL server 2017 officially released or not?
    From Microsoft site, I can see there is...

  • RE: We Have a Date

    Steve Jones - SSC Editor - Thursday, September 28, 2017 9:59 AM

    Thom A - Thursday, September 28,...

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson - Thursday, September 28, 2017 9:36 AM

    Just asked him for his comparison points as one might learn something new 

  • RE: We Have a Date

    Great to see that SQL 2017 has a date. Would love to know when SP4 for 2012 is due though. That was due this month but no sign as yet.

  • RE: Are the posted questions getting worse?

    Lynn Pettis - Thursday, September 28, 2017 9:11 AM

    Luis Cazares - Thursday, September 28, 2017 9:08 AM

  • RE: A Window Function question...

    I'm now sure why you want to use a Window Function for this task. Would a GROUP BY not achieve what you're looking for instead?
    SELECT MAX(o.orderid) AS...

  • RE: Flat File Connection Manager

    Phil Parkin - Thursday, September 28, 2017 7:29 AM

    Does this not fall apart if you want to process file X a...

  • RE: Flat File Connection Manager

    Phil Parkin - Thursday, September 28, 2017 7:20 AM

    Got it. Can you add logic to ensure that, if multiple files are...

  • RE: Flat File Connection Manager

    Phil Parkin - Thursday, September 28, 2017 6:59 AM

    Thom A - Thursday, September 28, 2017 6:55 AM

  • RE: Flat File Connection Manager

    Phil Parkin - Thursday, September 28, 2017 6:47 AM

    Rather than using a complex expression, why not use a foreach container with a...

  • RE: Flat File Connection Manager

    hoseam - Thursday, September 28, 2017 6:23 AM

    It will always have time, datetime in that format.

    /facepalm then why did your initial...

  • RE: Flat File Connection Manager

    hoseam - Thursday, September 28, 2017 6:12 AM

    I am doing that right now, I'm also trying to test other senerios, when...

  • RE: Flat File Connection Manager

    hoseam - Thursday, September 28, 2017 5:34 AM

    In my case is 

    \\YourFileShare\SharedFiles\Folder\Generic20170928.csv


    The following day they replace the file then I will...

  • RE: Naming Conventions - Table and Column Names

    Personally, I prefer CamelCase. I know that some prefer Underscores though, and I don't specifically have anything against that. Like everyone else has said, names with spaces it are not...

  • RE: Flat File Connection Manager

    Without a full filepath, this is an example, however, the following expression would return: \\YourFileShare\SharedFiles\Folder\20172809\Generic20170928
    "\\\\YourFileShare\\SharedFiles\\Folder\\" +
    (DT_WSTR,4) DATEPART( "YYYY", GETDATE()) +
    RIGHT("0" + (DT_WSTR,2) DATEPART( "M",...

Viewing 15 posts - 3,031 through 3,045 (of 5,111 total)