Viewing 15 posts - 3,901 through 3,915 (of 39,728 total)
If you have these as computed columns, then your DDL should explain that.
When you write " if it is in past we expire it meaning stamp it with latest "Stepsetupdate"",...
May 8, 2019 at 3:33 pm
I'm not sure what happened there. I just answered from a test account and selected Sys.time() and was marked correct. Are you sure you didn't pick sys.gettime()? Can you screen...
May 8, 2019 at 3:24 pm
I assume you can split the string into a table.
WITH cteString (a)
AS
(SELECT a
FROM (VALUES ('X'), ('Y'), ('Z')) x(a)
)
SELECT i.a + j.a + k.a
FROM cteString...
May 8, 2019 at 2:49 pm
What is latest, and what is "expiration is latest step date"? You don't have a step date in your data.
It's a little unclear what you are asking for here, and...
May 8, 2019 at 2:44 pm
Have you tried percentile_disc?
May 8, 2019 at 2:41 pm
I would swear I checked a box, but apparently not. It's Sys.time() (not Sys.Time()), so both items corrected.
May 8, 2019 at 2:03 pm
I'm not sure the FTC has a general reporting rule. They have rules over health data and there was (maybe law?) a draft on credit agencies, but I don't know...
May 8, 2019 at 1:59 pm
No worries, I figured it out. This migration has made me painfully aware of how poorly I sometimes describe things to developers. I'm more empathetic to users struggling to express...
May 7, 2019 at 10:35 pm
It's compressing line feeds into one, removing blank lines.
When you write that it's not honoring them, I think of lines being combined. It does honor a line feed, but removes...
May 7, 2019 at 10:13 pm
OK, I think we have this filed somewhere, but I'll check on it.
May 7, 2019 at 8:53 pm
Hmm, OK, let me try something.
SELECT *
FROM dbo.Articles AS a
GO
-- two line breaks before this
-- Test as SallyDev
EXECUTE AS USER = 'SallyDev'
SELECT *
FROM dbo.Articles AS...
May 7, 2019 at 8:53 pm
Can you post an image of what you want this to look like? From your description, it's hard to decide what things you want changed. We added scrolling, so there...
May 7, 2019 at 4:51 pm
We keep hearing about data breaches resulting from data being exposed on the internet, meaning that a web search could access the data in un-encrypted form. There is more...
May 7, 2019 at 4:15 pm
The idea of using colors is interesting. It's a gross way of looking at data. Do you color the columns, tables or databases? In our Data Catalog work with customers,...
May 7, 2019 at 4:12 pm
Viewing 15 posts - 3,901 through 3,915 (of 39,728 total)