stupid question in sql server studio..please reply

06/12/2013 15:51 abdoks#1
Hello guys

i have a very stupid question in sql server management studio ,but please i need an answer
:D:

what should i do to put missing lines in a table? ,
For example:i want to put those lines for jupiter in RefRegion table..

Code:
24009    201    93    JUPITER    ???? ?? ??    1    3001    -1    0    0    xxx    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL
Code:
24010    202    93    JUPITER    ???? ?? ??    1    3001    -1    0    0    xxx    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL



Thanks and please Reply ^^

06/12/2013 17:25 zikor1337#2
@up: :facepalm:


Quote:
24009 201 93 JUPITER ???? ?? ?? 1 3001 -1 0 0 xxx NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
24010 202 93 JUPITER ???? ?? ?? 1 3001 -1 0 0 xxx NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL
Try copy/paste that into your RefRegion .

The things are pretty simple. To copy/paste some lines into your table do this: instead of the spaces between the data put a "tab space" .

I have no fucking idea if you get what I am saying ... but inserting them manually ... gosh! NO, NO, NO! It would take days!
06/12/2013 23:44 abdoks#3
Quote:
Originally Posted by zikor1337 View Post
@up: :facepalm:




Try copy/paste that into your RefRegion .

The things are pretty simple. To copy/paste some lines into your table do this: instead of the spaces between the data put a "tab space" .

I have no fucking idea if you get what I am saying ... but inserting them manually ... gosh! NO, NO, NO! It would take days!

bro that's the problem i know that its impossible to put the lines manually cuz i have to put hundreds of lines....
well i dont get the "Tab Space" thing :D.... so it would be great if you can make photos about this thing as an example

i'm not a noob xD , i just don't know :)
06/13/2013 15:19 royalblade#4
First, Select the line...and right click on it. PRess copy.

If you did this correctly, after pressing CTRL + V a line should pop up tha tu just copied.
Code:
24009    201    93    JUPITER    ???? ?? ??    1    3001    -1    0    0    xxx    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL    NULL
Magic eh?

okay basically, go to the table, right click on the table press Modify or Edit or whatever the heck it says there. Then scroll down until the END of the table.
Then you select the NUMBER next to the row. its called a ROWNUMBER. u press on it and then you press CTRL + V.

Then you have that whole line inside it. :O :O :O :O