Viewing 15 posts - 7,306 through 7,320 (of 8,760 total)
jralston88 (8/27/2014)
August 27, 2014 at 1:17 pm
2Fire (8/27/2014)
Per MSKB article - http://support.microsoft.com/kb/2806535
β’For servers that have NUMA...
August 27, 2014 at 1:07 pm
Does anyone have some funny sequence code to pitch in here?
π
August 27, 2014 at 1:00 pm
Ed Wagner (8/27/2014)
Steve Jones - SSC Editor (8/27/2014)
Lynn Pettis (8/27/2014)
Anyone else feel uncomfortable answering this question?
Not at all. I'd give a range for my company, rather than specifics, but no...
August 27, 2014 at 12:58 pm
Lynn Pettis (8/27/2014)
Eirikur Eiriksson (8/27/2014)
keshabsingh (8/27/2014)
Thanks Eirikur Eiriksson!.Your attempt is not bad. πThe approaches other users presented are more robust and accurate. Thanks anyway.
I guess that now it's your turn...
August 27, 2014 at 12:55 pm
Robert Heynen-454800 (8/27/2014)
I researched a bit and found something called a surrogate pair, where if the char number is higher than a certain range, it introduces...
August 27, 2014 at 12:44 pm
keshabsingh (8/27/2014)
Thanks Eirikur Eiriksson!.Your attempt is not bad. πThe approaches other users presented are more robust and accurate. Thanks anyway.
I guess that now it's your turn to make an effort....
August 27, 2014 at 12:37 pm
Lynn Pettis (8/27/2014)
August 27, 2014 at 11:16 am
Robert Heynen-454800 (8/27/2014)
I researched a bit and found something called a surrogate pair, where if the char number is higher than a certain range, it introduces...
August 27, 2014 at 10:38 am
Quick question, what version and edition of sql server (select @@version) are you on?
π
August 27, 2014 at 10:36 am
keshabsingh (8/27/2014)
This is not homework session. Your approach is very limited with hard coding the values. What if data is like this?
Then, that in itself is a change to the...
August 27, 2014 at 10:26 am
patrickmcginnis59 10839 (8/27/2014)
fregatepllada (8/27/2014)
Deprecated SET FMTONLY statement did the trickalso check sp_describe_first_result_set, thanks to Eirikur Eiriksson for heads up on that one!
Further on this, the code in my initial post...
August 27, 2014 at 10:18 am
keshabsingh (8/27/2014)
create table #table1(steps int)
insert into #table1(steps)values(1)
insert into #table1(steps)values(3)
insert into #table1(steps)values(4)
insert into #table1(steps)values(5)
select steps from #table1
drop table #table1
You will get this
steps
1
3
4
5
I want this way.
stepFrom stepTo
1...
August 27, 2014 at 10:01 am
Jeff Moden (8/27/2014)
rodjkidd (8/27/2014)
jcrawf02 (8/27/2014)
rodjkidd (8/27/2014)
August 27, 2014 at 9:36 am
Mr.Sahand (8/27/2014)
Come on Eirikur, it is not that similar!:Whistling:
Ooops, wrong number:-D
π
August 27, 2014 at 8:04 am
Viewing 15 posts - 7,306 through 7,320 (of 8,760 total)