Viewing 9 posts - 1 through 9 (of 9 total)
We just installed SQL 2005 server. It works fine (allows to setup backup jobs, create other jobs etc).
I also installed MS SQL Management Studio Express on my PC to...
November 22, 2006 at 9:27 am
Great Idea with a Log table!! You simply gave me the solution. Working on it now. Thank you a lot!
I did find though how to create jobs (see below - in case if...
June 12, 2006 at 7:21 am
Thanks! I will look up on how to programatically create jobs in T-SQL. Something like: msdb..sp_start_job probably.
June 9, 2006 at 12:17 pm
Works awesome. Specially after adding bug fixes suggested by blinard and ivica to prevent data from being truncated:
use smaller fonts,
seting in table #pdf code nvarchar(400)
setting @trenutnired nvarchar(400)
However I...
February 28, 2006 at 11:35 am
Congrats! Glad to hear that you did solve the problem. BTW : [DocTitle] [varchar] (200) - for file names usually works with not truncation errors.
October 6, 2005 at 7:10 am
How is it happening? What do you exactly do?
Did you try using:
Response.ContentType = "image/GIF" or Response.ContentType = "image/JPEG"
I just tested storing Animated Gif and downloading back using...
September 23, 2005 at 8:34 am
Hmmmm... how many image types do you have? JPEG or GIF or more? ...
Response.ContentType = "image/JPEG" works fine for GIF and JPEG (I just tested)
SqlBinary Structure:
September 23, 2005 at 7:42 am
If you're flexible with creating an extra column in the database you may use my approach. I find the extention of the file before storing it as a blob in...
September 23, 2005 at 7:09 am
No problem!
If someone needs help on how to save any file into BLOB of MS Server database in VB.NET - let me know.
September 22, 2005 at 1:13 pm
Viewing 9 posts - 1 through 9 (of 9 total)