Viewing 15 posts - 6,886 through 6,900 (of 7,429 total)
What we normally do is setup a Client address in Client network utility name SERVER_NIC2 and use that as the replication address. It should always use that address, if you...
March 12, 2002 at 1:54 pm
There is no true equivalent to DTS in Oracle (at least with current production version, have heard rumors in a future release). The closets thing to it is Migration Manger.
"Don't...
March 12, 2002 at 12:39 pm
I generally have had few needs for UDF, they should be used as a last resort if you can find another method (one the does not include cursors). If you...
March 12, 2002 at 12:36 pm
The answer to your question is it is based on your licensing method.
quote:
Processor license. Requires a single license for each CPU...
March 12, 2002 at 12:33 pm
I just tried and got no issue wither way, so I still suggest test. If still fails can you post the DDL of your table so I can test better...
March 12, 2002 at 7:59 am
I would say that is most likely the case. Try it wrapped in ' quotes, SQL gets weird about certain data types and data entered like dates where if you...
March 12, 2002 at 5:19 am
I don't believe there is a way. If you figure out how to call an extended stored procedure so you can get its results then I have an xp I...
March 12, 2002 at 5:12 am
If this is a SQL 7 server and you are using SQL 7 Client but he is using SQL 2000 it is a downlevel issue. See http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274716 for details.
"Don't roll...
March 11, 2002 at 8:21 pm
Can you post your SP so I can fully understand what you want to accomplish. Looks like you want to just multiply TableAs columns by there counterpart in TableB.
"Don't roll...
March 11, 2002 at 8:13 pm
Can you post me the details of your package (with sensitive stuff alterd) so I can see if I can reproduce? Also when connecting you may want to have profiler...
March 11, 2002 at 8:07 pm
Also is not, is this the only app having troubles?
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
March 11, 2002 at 8:05 pm
If you are using BCP try the following command line switches.
/m maxerrors = Maximum number of errors that can occur before the BCP operation stops. Each failed insert counts as...
March 11, 2002 at 8:03 pm
You may need to truncate the transaction log. I usually do it this way since I have it as part of a process on a SQL 7 server but there...
March 11, 2002 at 6:34 pm
Or as is preferred by Microsoft look at fn_listextendedproperty in BOL. Here is an excert.
Syntax
fn_listextendedproperty (
{ default | [ @name = ] 'property_name' | NULL...
March 11, 2002 at 6:15 pm
Sounds like the COM object is corrupt in the registry. Try on both you local machine and the server to search for the object "REPODBC.dll" (first on the server). Then...
March 11, 2002 at 5:57 pm
Viewing 15 posts - 6,886 through 6,900 (of 7,429 total)