Forum Replies Created

Viewing 15 posts - 10,471 through 10,485 (of 15,381 total)

  • RE: update table with next value

    ronan.healy (10/5/2012)


    thanks very much for help will try that

    and also will try improve my [post in future

    again thanks

    No problem. Happy to help. The best thing you can do is to...

  • RE: update table with next value

    Just to help you with future posts, if you post your data in a nice and clean consumable format it will go a long way.

    CREATE TABLE dbo.IRBT

    (

    MOODYSRATE CHAR(10) NOT...

  • RE: Connect 64bit To 32bit Through ODBC, SQL Server 2008

    54.69.6d.20 (10/5/2012)


    Sean Lange (10/5/2012)


    Since you mentioned this is a webserver, did you add an exception to this machine for the ports that sql is using (default 1433)? I am guessing...

  • RE: update table with next value

    ronan.healy (10/5/2012)


    hi

    i think i just put them in to quick to get a reply.

    they are odrered on the number from the irbt table.

    so 2- 25 in that oder

    2

    3

    4

    5 etc

    So you...

  • RE: Connect 64bit To 32bit Through ODBC, SQL Server 2008

    Since you mentioned this is a webserver, did you add an exception to this machine for the ports that sql is using (default 1433)? I am guessing that your new...

  • RE: update table with next value

    ronan.healy (10/5/2012)


    well there will be alot more rows in my table some will have negwatch some wont so what i need to do is update the MIDIRB rows in the...

  • RE: Connect 64bit To 32bit Through ODBC, SQL Server 2008

    54.69.6d.20 (10/5/2012)


    Sean Lange (10/5/2012)


    54.69.6d.20 (10/5/2012)


    I'm trying to connect my new Windows 2011 SBS 64 bit server to my Windows 2008 SBS 32 bit server, through an ODBC connection

    I kind of...

  • RE: update table with next value

    No problem.

    So the ddl for ACRT should look like this?

    CREATE TABLE ACRT

    (

    CNO CHAR(100) NOT NULL,

    OPICSCNO CHAR(100) NULL,

    MOODYSRATE CHAR(10) NOT NULL,

    SNPRATE CHAR(10) NOT NULL,

    FITCHRATE CHAR(10) NOT NULL,

    MOODYSIRB NUMERIC(4) NULL,

    SPIRB NUMERIC(4)...

  • RE: Merging rows

    prady_1988 (10/5/2012)


    Sean Lange (10/5/2012)


    Still nothing to test with but I think this might be close to what you want...

    select A, b, MAX(C), MAX(D), MAX(E), MAX(F), g

    from

    (

    SELECT distinct

    BASE1.AssetID AS a

    ,BASE1.Name As...

  • RE: update table with next value

    ronan.healy (10/5/2012)


    sorry put in the older version of table

    CNO ...

  • RE: Connect 64bit To 32bit Through ODBC, SQL Server 2008

    54.69.6d.20 (10/5/2012)


    I'm trying to connect my new Windows 2011 SBS 64 bit server to my Windows 2008 SBS 32 bit server, through an ODBC connection

    I kind of figured that...what is...

  • RE: update table with next value

    Well the inserts have incorrect string delimiters for sql. When I changed the " to ' I can't insert to ACRT, the insert doesn't match the table definition.

    so what im...

  • RE: Database to hold/keep scripts.

    ben.brugman (10/5/2012)


    bitbucket-25253 (10/5/2012)


    I have what I call a sandbox DB to hold scripts, some T-SQL and have it set up so as to be able to search by key words,...

  • RE: update table with next value

    ronan.healy (10/5/2012)


    hi i have 2 tables

    in 1 i have the following

    rateN1 rateN2 rateN3 rate

    a aa aaa 1

    b bb bbb 2

    c cc ccc 4

    d dd ddd 6

    table 2 has the...

  • RE: Connect 64bit To 32bit Through ODBC, SQL Server 2008

    54.69.6d.20 (10/5/2012)


    Sean Lange (10/5/2012)


    54.69.6d.20 (10/5/2012)


    I just setup a new Win2011 64bit SBS server which is now hosting our website (Was on an old 2003 server, where 2008 SQL was hosted...

Viewing 15 posts - 10,471 through 10,485 (of 15,381 total)