Viewing 15 posts - 376 through 390 (of 2,452 total)
j-1064772 (9/14/2016)
J Livingston SQL (9/14/2016)
j-1064772 (9/14/2016)
Clear explanation, thank you all.Still not in the mindset of a million rows ... My DB's are considerably more modest.
"Still not in the mindset of...
September 14, 2016 at 2:30 pm
j-1064772 (9/14/2016)
Clear explanation, thank you all.Still not in the mindset of a million rows ... My DB's are considerably more modest.
"Still not in the mindset of a million rows"......neither was...
September 14, 2016 at 2:23 pm
The Dixie Flatline (9/14/2016)
Great minds?
"...fools seldom differ" :-D:-D:-D
September 14, 2016 at 8:38 am
September 14, 2016 at 7:53 am
maybe....?
SELECT registerno,
LevelOneMark,
LeveltwoMark,
LevelthreeMark,
FinalMark
FROM
(
...
September 14, 2016 at 6:58 am
can you please confirm what version of SQL you are using.....looking at some of your previous posts I cannot be sure.
thanks
September 13, 2016 at 1:36 pm
Welsh Corgi (9/13/2016)
I'm doing something wrong for I do not have that option in the drop down list.
what does this return
SELECT @@VERSION
September 13, 2016 at 11:53 am
drew.allen (9/13/2016)
September 13, 2016 at 11:01 am
ashishkumarrai (9/13/2016)
September 13, 2016 at 10:47 am
Welsh Corgi (9/13/2016)
The instructions provided are for SQL Server 2008.
"Provide a screenshot showing that Adhoc Remote Queries are disabled by...
September 13, 2016 at 9:50 am
by any chance do you have access to the raw(unpivoted data)...me thinks it would be easier to provide solution
September 13, 2016 at 9:33 am
CELKO (9/10/2016)
(bucket_nbr INTEGER NOT NULL PRIMARY KEY,
bucket_size INTEGER NOT NULL
CHECK (bucket_size > 0,
bucket_contentINTEGER NOT NULL
CHECK (bucket_content BETWEEN 0 AND bucket_size)
);
INSERT INTO Buckets (bucket_size,...
September 10, 2016 at 2:23 pm
Gazareth (9/10/2016)
What have I started here?! Haha
go on...show us yours:-D
September 10, 2016 at 8:26 am
ashishkumarrai (9/9/2016)
Posted my problem with all the details and sample data over here. https://ask.sqlservercentral.com/questions/140089/sql-server-2008-cte-bucket-filling.html
can you please provide your expected results from the sample data?
edit >>>
is this the result you are...
September 10, 2016 at 7:08 am
Viewing 15 posts - 376 through 390 (of 2,452 total)