I want to insert a file into my SQL Server database -
my filecontent
table has 4 columns:
id, filename, filetype, [content]
- i want put unique constraint on
filename
column. - what should insert query if want insert file specified location sql server database table?
Comments
Post a Comment