I want to insert a file into my SQL Server database -


my filecontent table has 4 columns:

id, filename, filetype, [content] 
  1. i want put unique constraint on filename column.
  2. what should insert query if want insert file specified location sql server database table?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -