Report

  • I have a table called Questions two columns ID (INT),Descriptions (text)

    Descriptions field contains the following text

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    Do you work on sql server? yes

    Did you work 6.5? No

    DO you have experience in .NET? Yes

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    testtesttgetteeteiyuyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy

    I will have 10,000 records per month. I need to create a report every month like this

    IDQuestion1Question2Question3

    1YesNoYes

    2NoYesNo

    Here Question1 means: Do you work on sql server?

    Here Question2 means: Did you work 6.5?

    Here Question3 means: DO you have experience in .NET?

    Any ideas appreciated.

  • This doesn't really make sense. Are there answers stored somewhere? What's with all the "testxxx" rows?

    Steve Jones

    sjones@sqlservercentral.com

    http://www.sqlservercentral.com/columnists/sjones

    The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/

    http://www.dkranch.net

  • Steve,

    we are not storing the answers in different place, included with whole text. "testxxx" some other data and we don't care that(the data is stored in text datatype field). I need to read line by line and capture the answers and store in different place. questions,comments plesae let me know.

    Thanks.

  • This seems like an incredibly dumb way to store data. Maybe I'm missing something, though...

    If you're storing this data as text you're even more constrained as to what you can do with it. BOL will help you, but querying text data types is extremely primitive.

    cl

    Signature is NULL

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply