Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:a thought (Score 1) 11

I do want the string built in Sequence Order.

Here's the weird thing- query #2 has been working for 4 months. Not sure what changed, but the explanation that the rows are being fetched slow makes sense (they're always messing with my server settings!).

Comment Re:Haven't done T-SQL in years (Score 1) 11

I didn't explain the behavior adequately.

SELECT * FROM dbo.GetReferencedModelPointsByJobID(@JobID)

Returns someplace between 2-56 rows, depending on JobID

The second query does NOT error out, but is not returning a comma delimited string of all rows, but instead, in some cases, is returning only ONE row.

Since I'm using this to build a temp table, it doesn't error out until I attempt to fill columns in the temp table that do not exist.

User Journal

Journal Journal: Fun with SQL Server 2012 11

I have a Table Valued Function that returns a simple parameterized view. I want to turn that view into a string.

Can anybody tell me why the first query works and the second one doesn't?

DECLARE @JobID INT
DECLARE @strOut VARCHAR(MAX)

SET @JobID=2861

Comment Re:self-correcting (Score 1) 30

Swing and a miss, Ratzo.
It took a millennium and a half for the reformation to try to straighten out Scripture.
The point I made was that Luther incorrectly removed this.

So which would you use to inform your life and society? If you said, "The Bible", then even God thinks you're a moron. Because, way before there was scripture, there was man's ability to reason.

Read the Gospel; specifically read how Jesus reacted to Thomas' skepticism, and his message about those who haven't seen and still believe.

Man's ability to reason is deeply flawed. Man's "reason" once told the Egyptians it was OK to use the Hebrews as slaves. Man's "reason" today says it's OK for women to butcher their children in the womb.

Comment Re:self-correcting (Score 1) 30

That's to be expected. Liberalism was born from the same tree as religion.

You might be surprised, AC, but I agree with this. Modern Liberalism / Progressivism (also known as fascism) is indeed a religion. The State is worshiped as supreme, the environment replaces the saints, and their unholy sacraments are abortion and gay marriage.

In other words, the Devil himself is who they really worship, the Devil just abstracts that out as the State so the leftists don't realize what master they truly serve.

And if there's anyone who wants to dismiss that... get a history book and learn how many Catholic Clergy got the Guillotine in the French Revolution for not dropping their faith in favor of Robespierre's "Reason".

Comment Re:self-correcting (Score 1) 30

What was the last time there was a retraction of inaccurate or harmful material from the Bible?

Most of what you see as inaccurate was intended to be metaphorical, and as far as "harmful"... typical liberal drivel. Anything you don't agree with is "harmful" or "hate speech" or "intolerant".

Play a new card, that one is as worn out as the race card is.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...