Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)

  • RE: Dynamic Select

    Worked like a charm!! Thank you so much.

  • RE: Initial connection very slow

    no, they are on different machines and use tcp/ip.

  • RE: Initial connection very slow

    no, i checked that. autoclose is turned off. is there maybe a way to establish a permanent or cached connection between the web server and SQL server or set SQl...

  • RE: Initial connection very slow

    Anyone have an idea on this?

  • RE: Connection to SQL Server is initialy very slow

    Auto-close is not checked. I do not think it is .NET. I have the same page in simple ASP and it is just as slow. And fact is that all of this...

  • RE: Initial SQL connection very slow

    Thanks for your help,

    no, it's not DNS. I am using an IP and the ping is less than 1ms. Are there any settings in SQL serer I need to adjust,...

  • RE: CASCADED SELECT AND IF

    Works like a charm. Thank you.

  • RE: Copy data

    the hard-coded numbers were inserted by me as I added items in the columns. The Spanish column does allow nulls, but the primary key 'ID' certainly does not. The problem...

  • RE: Copy data

    The ID column is not an autopopulate, it is set with ascending static nmbers like, 1,2,3...

    I think the error is that insert trys to append the data, instead of put...

  • RE: Copy data

    Ok, I am new to SQL Server and DBs and I tried the following

    INSERT INTO db2..mytext (Spanish)

    SELECT Spanish FROM db1..mytext

    However, I get the following error message:

    Cannot insert the value NULL...

  • RE: unicode

    It worked like a charm! Thank you so much.

  • RE: unicode

    Thanks again.

    Your script worked and showed all my tables with vachars in them.

    I have about 150 tables, and they are all set up the same way. They have one column...

  • RE: unicode

    Thanks a lot for the replies guys. I am not so savvy with DBs. Could you please tell me a little more detailed how I can run this below script?...

Viewing 13 posts - 1 through 13 (of 13 total)