Re: Very strange problem I am facing
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 08/04/04
- Next message: CC&JM: "exec sp_primarykeys and exec sp_foreignkeys"
- Previous message: Uri Dimant: "Re: Very strange problem I am facing"
- In reply to: Uri Dimant: "Re: Very strange problem I am facing"
- Next in thread: Wayne Snyder: "Re: Very strange problem I am facing"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 16:27:41 +0530
Hi,
In additions to Uri's post.. Could you run the SQL Profiler and execute the
ASP application (screen) which insert into that table.
After the insertion check the profiler output for the activities happened.
Check if you have any insert triggers which will populate the data for this
table.
Execute sp_depends <table_name> to get the dependant objects on that table.
Thanks
Hari
MCDBA
"Uri Dimant" <urid@iscar.co.il> wrote in message
news:e3k4WDheEHA.596@TK2MSFTNGP11.phx.gbl...
> manisha
> Need more info.
> Why do you think that a single INSERT statement could not insert 6 rows
into
> the table
> Can you show us the query?
>
>
>
>
> "manisha_css" <manishacss@discussions.microsoft.com> wrote in message
> news:ACB94111-F85D-4FB5-B84E-D8B44D522DBD@microsoft.com...
> > On local server everything was working ok. (ASP/IIS Server/MS SQL 2000),
I
> shifted to live and one table started giving me problem. The name of table
> is 'tmpNews' and if i insert anything thr ASP it is getting replicated 6
> times.
> >
> > I just do not understand why, i tried to drop the table. recreated it
> again, restarted the database server, but i always get 6 records for 1
> insert statement.
> >
> > Pls Pls help me i am in big trouble.
> >
> > regards
> > Manisha
>
>
- Next message: CC&JM: "exec sp_primarykeys and exec sp_foreignkeys"
- Previous message: Uri Dimant: "Re: Very strange problem I am facing"
- In reply to: Uri Dimant: "Re: Very strange problem I am facing"
- Next in thread: Wayne Snyder: "Re: Very strange problem I am facing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|