Forum Replies Created

Viewing 15 posts - 121 through 135 (of 515 total)

  • RE: Creating Strings with Replicate

    Solomon Rutzky - Friday, September 21, 2018 10:14 AM

    roger.plowman - Friday, September 21, 2018 9:57 AM

    September 26, 2018 at 6:57 am

    #2007064

  • RE: Creating Strings with Replicate

    I'd argue this IS a bug.

    If you pass a normal nvarchar LITERAL you get truncation. If you pass an nvarchar(max) you don't.

    Thus there ARE two overloaded...

  • RE: Creating Strings with Replicate

    See, this is proof T/SQL is insane and full of gotchas. There is no reason replicate() shouldn't convert its arguments to nvarchar(max) since it can return nvarchar(max). 

    MS REALLY needs to...

  • RE: The Helpful Triggers

    I tend to use triggers as audit log writers--and NOTHING else...

  • RE: How to set the primary key for each table

    >> First of all, and IDENTITY is not a column. It is a table property. That means, strictly speaking, it can never be a key, because keys are made up...

  • RE: Limiting the Ability to Concentrate and Collaborate

    Gotta agree with Jeff.

    Open office plans SUCK.

    I've worked with tall walls, small walls, offices with doors and offices without.

    Give me an office where...

  • RE: How to set the primary key for each table

    jcelko212 32090 - Sunday, August 26, 2018 4:06 PM

    barry.nielson - Monday, July 30, 2018 10:29 PM

    August 27, 2018 at 7:59 am

    #2003431

  • RE: Short Function Names

    Steve, did you make a mistake in the question?

    In the intro you said the file was called setsql.py but in the REPL you imported sample.

    Made figuring...

  • RE: Findfirst VBA for SQL table

    Ouch. My sympathies.

    When I encountered a similar situation my solution was to replace not only the back end but the front end as well. In other words a...

  • RE: The Master of the Schema

    Steve Jones - SSC Editor - Tuesday, August 14, 2018 9:20 AM

    roger.plowman - Tuesday, August 14, 2018...

  • RE: The Master of the Schema

    Rod at work - Tuesday, August 14, 2018 9:06 AM

    I'm like you Roger, in that I'm an application developer, but  prefer...

  • RE: The Master of the Schema

    I've been an application developer for over 40 years and I'm a rabid supporter of the "database design is FIRST" philosophy.

    But I take a bit of exception to...

  • RE: The Ideal IDE

    SSMS with SQL Prompt makes a pretty good editor, mix that with Explorer to navigate SP creation scripts and a home grown tool that lets me generate stored procedure creation scripts/permissions...

  • RE: Will Terminators Be Required?

    Shades of Pascal...bleh

    I actually have started using semi-colons to terminate lines, but I have to say T/SQL syntax is a nightmare mish mash of 1960s era design that somehow...

  • RE: How to set the primary key for each table

    barry.nielson - Monday, July 30, 2018 10:29 PM

    Hi all.

    I am a super noob with SQL server.  and I mean, brand spankin' new...

Viewing 15 posts - 121 through 135 (of 515 total)