Viewing 6 posts - 1 through 6 (of 6 total)
hi!
for storing images (which is BINARY data) you'd use the datatype "image". text/ntext are for alphanumeric data (respectively unicode alphanumeric data).
depending on how you access your DB from client side,...
October 20, 2003 at 5:05 am
to just disable your constraints (all of them) for all tables, you could use:
execute sp_msforeachtable @command1='alter table ? nocheck constraint all'
similarily use:
execute sp_msforeachtable @command1='alter table ? check constraint all'
to enable...
October 20, 2003 at 4:56 am
hi bruce,
this IS an integer 😉 it even fits into a standard 32bit signed int ...
best regards,
chris.
October 16, 2003 at 6:24 am
quote:
I personally would try to use ftp instead of copying files to a floppy. Ascii files on the Solaris system would...
October 14, 2003 at 3:00 am
if your whole server enters suspend mode, you should consider looking for a new job ... 😉
October 14, 2003 at 2:59 am
hi!
use a DOS formatted floppy, type mount /floppy/floppy0, cp your files, type eject /floppy/floppy0
regards,
c.
October 10, 2003 at 3:37 am
Viewing 6 posts - 1 through 6 (of 6 total)