Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)

  • RE: convert blob to table

    I can only say: THANKS A LOT!!

    This helped me and I will set it up the same way,

    Erik

  • RE: convert blob to table

    I'm very happy you are giving me all these information. I think I should tell you what my intentions are and why I came up with this not so smart...

  • RE: convert blob to table

    Hello Tim,

    Actualy I was thinking of generating tables in production environment, but I guess I should reconsider. Thanks for the advice and I will leave this olution path.

    Erik

  • RE: Copy row with many columns

    Hi,

    Just what I needed thanks!!

    Erik

  • RE: Copy row with many columns

    Of course I mean:

    INSERT table1(*) VALUES(*) FROM table 2

    Erik

  • RE: Table name as variable

    Hello Karl,

    Thanks for your reply. I don't get you completely. Is sp_executesq an existing stored procedure? I think not. How do I 'run' the command in @CmdStr?

    Erik

  • RE: Reading XML file from web

    Hi Gift, Thanks again, but also there was not what I was looking for. I finally found the solution in the following site:

    http://blogs.msdn.com/jgalla/archive/2005/09/13/464881.aspx

     

    This creates an ASSEMBLY that retrieves a...

  • RE: Reading XML file from web

    Hello Marshall,

    I already took alook at this, but it all seemed to work for local XML files. I want to do it for an XML file that is located on...

  • RE: Concatenating from Look up Table

    Sorry the second table should be:

    create table data ( id1 INT, str VARCHAR)

    insert x (id1,str ) values (1, 'word1')

    insert x (id1,str ) values (2, 'word2')

    insert x (id1,str ) values (3, 'word3')

    insert x...

  • RE: Increase maximum filesize of database

    Yep, you are right.

    Sorry, to botter you. I solved it now.

     

    Erik

  • RE: Increase maximum filesize of database

    Dear Gift,

    I found this walkthrough myself as well, however the thing I need is described but doesn't seem to work. It says that I should change autogrowth to "restricted growth...

  • RE: Sort linked list

    Dear Gift,

    Thank you for your reply. I took a look at the links, but I don't see really how to use the sorted list, to get my 'fuzzy grouping' operational....

  • RE: Sort linked list

    Hello Ryan,

    Thanks for your answer. I have real problems in deciding when to use T-SQL or when to use another programming language.

    The problem I am solving is the following:

  • RE: Seperate lines into columns

    Hello,

     

    OK I found the strange character. Stupid I did not see this at once.

    What is the result of:

    --calculation

    DECLARE @Numbers_0_to_200 TABLE (i TINYINT identity(0,1), j BIT)

    INSERT INTO...

  • RE: Seperate lines into columns

    Dear Ryan,

    Thanks for the answer, it works! However believe me I have more than one question. I haven't figured out yet, how this works.

    Also the '¬'...

Viewing 15 posts - 1 through 15 (of 17 total)