Viewing 15 posts - 1 through 15 (of 15 total)
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...
October 8, 2007 at 3:04 pm
Where would I look to determine if the user has access rights to view all procs?
TIA
April 1, 2005 at 12:57 pm
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...
April 1, 2005 at 12:13 pm
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...
April 1, 2005 at 11:43 am
>> 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? ...
April 1, 2005 at 11:30 am
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...
April 1, 2005 at 10:56 am
Thank you for the response.
I think what happened was during DTS I must've inadvertantly checked 'Copy Logins'...
April 1, 2005 at 9:24 am
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...
March 8, 2005 at 9:41 am
<<>>
VALUE1 contains both Integer and Non-Integer data, so changing the datatype isn't possible.
March 4, 2005 at 3:50 pm
>> Is the data exactly the same in both ? Did the query I posted above (checking IsNumeric() ) return 2 rows in *both* databases ? <> ...
March 4, 2005 at 2:41 pm
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...
March 4, 2005 at 2:18 pm
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...
March 4, 2005 at 1:57 pm
Hi,
OK I figured this out by using the UNION operator.
Thanks again!
April 12, 2004 at 12:25 pm
Viewing 15 posts - 1 through 15 (of 15 total)