Forum Replies Created

Viewing 15 posts - 16 through 30 (of 43 total)

  • RE: Inserting Image Data

    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?

  • RE: Identity field as a key

    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...

  • RE: Sql 2K to SQL 7.0

    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...

  • RE: Schema without foreign keys

    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,...

  • RE: Identity field as a key

    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...

  • RE: Search for partial credit card number

    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...

  • RE: How do I stop the trigger from rolling back the entire transaction

    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.

  • RE: Reporting Services Format of rendered Excel report

    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...

  • RE: UNION or CONCANTENATE - ?

    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...

  • RE: UNION or CONCANTENATE - ?

    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...

  • RE: Cursor

    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...

  • RE: Cursors

    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...

  • RE: Cursors

    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...

  • RE: Cursors

    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,...

  • RE: Cursors

    "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...

Viewing 15 posts - 16 through 30 (of 43 total)