Viewing 15 posts - 121 through 135 (of 515 total)
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...
September 21, 2018 at 9:57 am
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...
September 21, 2018 at 8:14 am
I tend to use triggers as audit log writers--and NOTHING else...
September 11, 2018 at 11:25 am
>> 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...
August 27, 2018 at 12:25 pm
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...
August 27, 2018 at 8:55 am
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...
August 22, 2018 at 6:53 am
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...
August 17, 2018 at 6:48 am
August 14, 2018 at 2:41 pm
I'm like you Roger, in that I'm an application developer, but prefer...
August 14, 2018 at 9:16 am
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...
August 14, 2018 at 6:55 am
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...
August 7, 2018 at 6:39 am
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...
August 6, 2018 at 7:08 am
I am a super noob with SQL server. and I mean, brand spankin' new...
August 3, 2018 at 8:44 am
Viewing 15 posts - 121 through 135 (of 515 total)