Viewing 15 posts - 2,716 through 2,730 (of 8,761 total)
Jeff Moden (11/13/2016)
TheTrojan (11/13/2016)
-- if the parameter is 1000: 76...
November 15, 2016 at 8:12 am
Adi Cohn-120898 (11/15/2016)
declare @Org varchar(150) = 'Lorem ipsum dolor sit amet, CONSECtetur adipiSCIng elit. PelleNTesque in ELIT ut ex accumsan sagittis in a urna'
declare @Results varchar(200)...
November 15, 2016 at 7:26 am
dothedev (11/15/2016)
Wow, thanks! :w00t:Just needed to add some (finnish) characters in the IS_CAPS case and that's it!
It's going to take a while to understand though 🙂
You are very welcome.
😎
To...
November 15, 2016 at 6:16 am
farax_x (11/15/2016)
GilaMonster (11/15/2016)
November 15, 2016 at 5:29 am
gunadi.arunanto (11/15/2016)
or wich part can i change INT?
Before changing anything, what is the output of this query?
😎
SELECT
'dbo.MAP_MONTH' AS TABLE_NAME
,MAX(MM.SYS_ID) AS MAX_VAL
FROM...
November 15, 2016 at 5:17 am
From what I can see, you will have to change the data type of the ID column in the MAP table to INT, currently it is NUMERIC(9,0) (999999999) which is...
November 15, 2016 at 4:46 am
dothedev (11/15/2016)
For example convert this:
Lorem...
November 15, 2016 at 4:32 am
s0da9 (11/14/2016)
Ed Wagner (11/13/2016)
s0da9 (11/13/2016)
Adi Cohn-120898 (11/10/2016)
November 15, 2016 at 1:54 am
Script the tables in question as shown in the picture and the post the generated scripts here
😎
November 15, 2016 at 1:42 am
lady.konvicka (11/15/2016)
first replace for CHAR(0) removes character 'C' --- I dont know Why
when u set input to for example...
November 15, 2016 at 1:32 am
GilaMonster (11/15/2016)
Eirikur Eiriksson (11/14/2016)
November 15, 2016 at 1:00 am
Jeff Moden (11/14/2016)
Iwas Bornready (11/14/2016)
Gary Varga (11/7/2016)
November 14, 2016 at 3:27 pm
GilaMonster (11/14/2016)
Eirikur Eiriksson (11/14/2016)
GilaMonster (11/14/2016)
Steve Jones - SSC Editor (11/14/2016)
November 14, 2016 at 2:55 pm
GilaMonster (11/14/2016)
Steve Jones - SSC Editor (11/14/2016)
November 14, 2016 at 10:20 am
omar4454 (11/14/2016)
November 14, 2016 at 10:17 am
Viewing 15 posts - 2,716 through 2,730 (of 8,761 total)