Viewing 15 posts - 181 through 195 (of 562 total)
WITH Factorials (Number, Factorial) AS (
SELECT 1, 1...
March 2, 2017 at 10:36 am
9!+
March 2, 2017 at 10:14 am
March 2, 2017 at 9:37 am
Luis Cazares - Thursday, March 2, 2017 9:16 AMThe limitation for the length on my example is really easy to do.
There is...
March 2, 2017 at 9:33 am
Phil Parkin - Thursday, March 2, 2017 9:11 AMSo 0 is the lower bound and 9,876,543,210 is the upper bound?
Yes.
March 2, 2017 at 9:19 am
March 2, 2017 at 9:11 am
Thanks for the quick replies.
But there is no limitation for the length.
So:
3 is correct and belongs to the set.
7543 is correct and belongs in...
March 2, 2017 at 9:04 am
As the set of integers is unbounded,...
March 2, 2017 at 8:00 am
February 23, 2017 at 6:12 am
Eirikur Eiriksson - Saturday, February 18, 2017 12:58 AMTwo methods which return the same results
😎
Hello Eirikur,
Both methods deliver the same result (for...
February 21, 2017 at 2:03 am
February 9, 2017 at 9:30 am
Steve Jones - SSC Editor - Friday, October 2, 2015 9:18 AM25 Valued Member
42 Don't Panic
50 SSC Journeyman
75 SSC-Enthusiastic
Just a suggestion,...
February 9, 2017 at 8:27 am
February 9, 2017 at 8:15 am
Jeff Moden - Tuesday, January 31, 2017 12:18 PMWhat's wrong with the BCP solution, Ben?
The short anwser to that is : It's not...
February 7, 2017 at 8:47 am
Still searching for a solution, but I have a (small) bit of information.
Using:
exec SP_WritebinaryToFile
or
exec SP_WriteStringToFile
I can write anything to a file, or a...
January 31, 2017 at 9:49 am
Viewing 15 posts - 181 through 195 (of 562 total)