Forum Replies Created

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

  • RE: Update all empty cells to NULL?

    Thanks for the input.

    Oh, yes, I did mean an empty string. The data is in fact that, and not already a NULL value.

    >>>UPDATE sometable SET somecol = NULL WHERE...

  • RE: DTS strangeness

    What gave you that idea?

  • RE: DTS strangeness

    Where would I look to determine if the user has access rights to view all procs?

    TIA

  • RE: DTS strangeness

    It doesn't seem to - there is no reference to another server.

    >> Does the account that you are using have access to see all the procs? <<

    Do you mean...

  • RE: DTS strangeness

    Thanks again for putting up with my denseness.

    In the Client Network Utility, there is one entry for Server Alias Configuration - it has the name of my SQL Server, and...

  • RE: DTS strangeness

    >> And have you confirmed that there are no alias entries in the client network utility that would cause you to connect to the wrong server by mistake? ...

  • RE: DTS strangeness

    The ones I'm trying to copy are all user procs.

    It's very strange, like it's drawing from other source of objects entirely.

    Some of the successfully transfered objects are similiarly-named...

  • RE: Mystery Logins

    Thank you for the response.

    I think what happened was during DTS I must've inadvertantly checked 'Copy Logins'...

  • RE: Mystery Logins

    Aw, heck, I posted this into the wrong category!!

  • RE: Query working in one DB, not in another

    Thanks all for the input.

    I found the following article, which applies to this situation where there are both Integer and Non-Integer values in this VARCHAR column:

    http://support.microsoft.com/kb/271566

    Despite my desire...

  • RE: Query working in one DB, not in another

    <<>>

    VALUE1 contains both Integer and Non-Integer data, so changing the datatype isn't possible.

  • RE: Query working in one DB, not in another

    >> Is the data exactly the same in both ? Did the query I posted above (checking IsNumeric() ) return 2 rows in *both* databases ? <> ...

  • RE: Query working in one DB, not in another

    Thanks again,

    Is there any way to prevent the server from trying to convert the column to the datatype of my hard-coded value?

    Also, why would one db do this and not...

  • RE: Query working in one DB, not in another

    Thanks for the input PW,

    VALUE1 is a datatype of varchar, and I have both Integer and Non-Integer data in there.

    When I ran that query, it gave me a 0 and...

  • RE: Basic Query Question

    Hi,

    OK I figured this out by using the UNION operator.

    Thanks again!

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