sql export help
Posted: 2019-03-26 16:09
I need to move all the data in a server (I'm in localhost)
there are options to select
looking the sql of the northwind example I think I need to leave everything by default and check only
"add istruction DROP TABLE /veiw / procedure / function ... etc.. "
and
"add IF NOT EXISTS"
or I have to leave everything by default options?
I tested also in my localhost, I took a risk to see what happen, I had fake datas,
and everything seem to work, but inside some table I had some strange field 1, field 2, field 3, with nothing inside
I deleted these fields
there are options to select
looking the sql of the northwind example I think I need to leave everything by default and check only
"add istruction DROP TABLE /veiw / procedure / function ... etc.. "
and
"add IF NOT EXISTS"
or I have to leave everything by default options?
I tested also in my localhost, I took a risk to see what happen, I had fake datas,
and everything seem to work, but inside some table I had some strange field 1, field 2, field 3, with nothing inside
I deleted these fields