Hi,
I'm trying to store some PDF's in SQL as BLOBs, so have a VARBINARY(MAX) column, I have inserted binary data (@ 3mb) as a test into the table (there is only this one record).
I'm in SSMS and trying to delete this one test record but the query has been running for over 15 minutes?
What's wrong with SQL?
Why won't it let me delete a simple record from a table that only has one record with a measly PDF stored?
What am I doing wrong?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I'm trying to store some PDF's in SQL as BLOBs, so have a VARBINARY(MAX) column, I have inserted binary data (@ 3mb) as a test into the table (there is only this one record).
I'm in SSMS and trying to delete this one test record but the query has been running for over 15 minutes?
Code:
DELETE FROM (table) WHERE ID = (recid)
What's wrong with SQL?
Why won't it let me delete a simple record from a table that only has one record with a measly PDF stored?
What am I doing wrong?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music