Viewing 15 posts - 16 through 30 (of 43 total)
Can you post the code you are using to save the image data?
Are you trying to upload and download the image from asp or .Net?
January 17, 2005 at 2:23 pm
Charles, thanks for the input.
I apologize. i should have mentioned the above is a hypothetical example. It's not real but just set up to represent my question at hand. I...
January 17, 2005 at 1:12 pm
I wonder if setting the database compatibility level to 70 will work?
Restore the backup to SQL Server 2000. Then, within enterprise, select the properties of the database and go to the...
January 17, 2005 at 12:07 pm
I have never defined a db without it. I just can't imagine doing so. All i can picture is two-three years down the road all kinds of orphaned rows.
Just remember,...
January 17, 2005 at 12:02 pm
Joe Celko. I already know what you are going to say (about identities), so please don't bother. I would like to hear from others as I rarely care for your...
January 17, 2005 at 11:52 am
Same here, don't have time to test it, but what about creating a view where you only have the last 4 digits of CC in a column? Do search queries...
January 13, 2005 at 3:39 am
You might want to try INSTEAD OF INSERT trigger on the table and handle the insert yourself. Insert the rows you want and ignore the rows you do not want.
January 13, 2005 at 3:34 am
How is your report designed? Is it columnar using the table control? I too have found that if the report is not columnar, going to excel puts most of the...
January 11, 2005 at 6:25 am
Ok,
You cannot do that with ntext, text, image..etc fields. Instead, you need to grab a portion of the text field using the substring function. Use a length that you are...
December 30, 2004 at 10:52 am
Not sure of your exact needs here, but you may be better off creating a view having a column that is the concatenation of all the needed fields. Otherwise, you...
December 30, 2004 at 9:31 am
Praveen,
If I understand correctly, you want to execute a stored procedure from within a SQL block (or another stored procedure) and work with the result set.
You need to execute the...
December 30, 2004 at 9:27 am
I'll stay out of this one. Oh, what the heck...
The way to correct grammar is not to limit one's language. Rather, it's best done with education and experience.
By the way...
December 7, 2004 at 5:37 pm
By the way, John. Where are you? You posted only twice to this thread? You started this fiasco and have not done a good job of moderating the conversation.
Stay in...
December 2, 2004 at 5:56 am
Joe is just out right rude in his reply. I see it as a sign of insecurity.
"Let's make others feel stupid so I can feel smarter."
That's how you sound,...
December 2, 2004 at 5:53 am
"P.P.S. If I'm not run out of town with this one maybe I can start a fire with the "why are developers re-inventing the wheel by implementing their own user/security...
November 24, 2004 at 5:39 am
Viewing 15 posts - 16 through 30 (of 43 total)