Viewing 10 posts - 1 through 10 (of 10 total)
Thanks. That would solve the problem.
I also found through another sites discussion thread that by checking the SQL Server 7.0 format check box under command line in DTSRUNUI, it...
April 9, 2008 at 10:38 am
I have never worked with replicating views. If I use a view, will the data end up in the underlying tables on the subscriber? Or just a materialized view there?
December 20, 2005 at 2:24 pm
I kept experimenting with the Width parameter to the stored procedure and found that providing it a value of 320 allows me to get the eMails without the extra lines....
November 10, 2005 at 2:55 pm
In a previous reply I did indicate that there was a BEGIN TRAN on the first connection before the first Insert. And I believe you are right that just closing...
July 2, 2003 at 9:47 am
I would love the developers to change the code so they use the @@Identity. This is a much better solution than using NOLOCK. Unforetunatly, for this move to SQL 2K,...
July 1, 2003 at 4:25 pm
This is all happening inside one explicit transaction: Begin Tran, Insert into Table1 (on connection1), Select max() from table1 (on connection2) then insert into table2 (on connection1). And yes, there...
July 1, 2003 at 7:54 am
The SQL Plus session was being run from the Server console, not a client. I have resolved this problem. It turns out that the SQL server was not stoppped and...
June 30, 2003 at 10:38 am
I used my own account which was a sysadmin account using SQL Server authentication.
I have a tip that problem might be resolved by stopping and restarting SQL Server. SQL Agent...
June 25, 2003 at 4:32 pm
Yes. I can access the oracle database from SQL Plus (the Oracle version of Query Analyzer) and I have no problem connecting. We are using Oracle Client version 8.0.5
Mark Hottinger
June 25, 2003 at 3:18 pm
I ran the package at the server console, not from a client.
Mark
Mark Hottinger
June 25, 2003 at 1:08 pm
Viewing 10 posts - 1 through 10 (of 10 total)