SQL Codes

03/15/2020 12:13 enrique136#1
I'm still newbie, how can i write code in sql server
Ex : RefSkillGroup_
12013 SKILL_GM_AREAKILL
how can i run this code without typing it manually ? cuz there're codes too long
03/15/2020 17:21 JMox#2
check this one

[Only registered and activated users can see links. Click Here To Register...]
03/15/2020 18:08 enrique136#3
don't u have any ex pic from SQL ?
03/15/2020 21:22 In Flames#4
Maybe it's a stored procedure? Then you need to EXECUTE it (EXECUTE name "parameter")
03/15/2020 22:42 enrique136#5
i know how to execute it, i just wanna know how to type it, smb shared some codes for adding smth like gm skills and codes just like this [Only registered and activated users can see links. Click Here To Register...] , and i wanna a way to type them auto not manually
can u help ?
03/15/2020 23:18 guckguck#6
What about to check this link?
[Only registered and activated users can see links. Click Here To Register...]

You could copy paste it into your DB...
03/16/2020 11:57 enrique136#7
i wanna know how to paste them in the DB table, have i to write them manually or there's any other way ?

i got it, thanks anyway ^^
03/16/2020 19:21 guckguck#8
You can copy/paste them if it is <tab> delimited...