>> SQL Create Table - Line too Long! <<
#8

Quote:
Originally Posted by Roel
Посмотреть сообщение
Why are you creating tables with the script?, specialy tables which are sized like this, why don't just make a folder somewere in your server map or on your pc with .sql files, and when you have to create them you import them from those files, because you only have to do this once in a long time normaly, so I don't get the point of making a script for it.
I think the opposite, if the table creation is in the script its easy to modify the database on the go. Whereas if your just copying files the table structure is static. Unless you add/alter columns with a script which beats the point of not creating the db via script in the first place.

Not to mention if you update the table structure then copy it to your server, you loose all the records currently in the db, unless you do a huge query.

That's just me tho.
Reply


Messages In This Thread
>> SQL Create Table - Line too Long! << - by nGen.SoNNy - 14.03.2012, 17:43
Re: >> SQL Create Table - Line too Long! << - by mineralo - 14.03.2012, 17:46
Re: >> SQL Create Table - Line too Long! << - by nGen.SoNNy - 15.03.2012, 09:59
Re: >> SQL Create Table - Line too Long! << - by Richie© - 15.03.2012, 13:11
Re : >> SQL Create Table - Line too Long! << - by TuTh - 18.12.2012, 12:54
Re: >> SQL Create Table - Line too Long! << - by Roel - 18.12.2012, 13:13
Re : Re: >> SQL Create Table - Line too Long! << - by TuTh - 19.12.2012, 08:48
Re: >> SQL Create Table - Line too Long! << - by iggy1 - 19.12.2012, 11:12
Re: >> SQL Create Table - Line too Long! << - by ikey07 - 19.12.2012, 12:30
Re: >> SQL Create Table - Line too Long! << - by Roel - 19.12.2012, 13:13

Forum Jump:


Users browsing this thread: 1 Guest(s)