Home All Groups Group Topic Archive Search About

unidentified entry in profiler

Author
11 Nov 2005 11:44 AM
Jose G. de Jesus Jr MCP, MCDBA
can anyone pls tell me what this thing do

insert bulk dbo.test



--
thanks,

------------------------------------
Jose de Jesus Jr. Mcp,Mcdba
Data Architect
Sykes Asia (Manila philippines)
MCP #2324787

Author
11 Nov 2005 2:34 PM
David Gugick
Jose G. de Jesus Jr MCP, MCDBA wrote:
> can anyone pls tell me what this thing do
>
> insert bulk dbo.test

Looks like someone performed a bulk insert into a table called "test"
probably using the "Bulk Insert" command. Can you glean more information
from the application and user name?

--
David Gugick
Quest Software
www.imceda.com
www.quest.com
Author
11 Nov 2005 4:22 PM
Jose G. de Jesus Jr MCP, MCDBA
if you run that statement in analyzer  it doesnt create an error.
it creates an error when you perform the next operation

if this is a bulk insert why does it reads "insert bulk  dbo.test"
why not the source statement. maybe becuase its unlogged

--
thanks,

------------------------------------
Jose de Jesus Jr. Mcp,Mcdba
Data Architect
Sykes Asia (Manila philippines)
MCP #2324787


Show quote
"David Gugick" wrote:

> Jose G. de Jesus Jr MCP, MCDBA wrote:
> > can anyone pls tell me what this thing do
> >
> > insert bulk dbo.test
>
> Looks like someone performed a bulk insert into a table called "test"
> probably using the "Bulk Insert" command. Can you glean more information
> from the application and user name?
>
> --
> David Gugick
> Quest Software
> www.imceda.com
> www.quest.com
>
>
Author
11 Nov 2005 5:04 PM
David Gugick
Jose G. de Jesus Jr MCP, MCDBA wrote:
> if you run that statement in analyzer  it doesnt create an error.
> it creates an error when you perform the next operation
>
> if this is a bulk insert why does it reads "insert bulk  dbo.test"
> why not the source statement. maybe becuase its unlogged

Can you see what application and user executed the command? You can
probably back trace the command that way. There are very few unlogged
DML operations (with the small exception of some mods to text, ntext,
and image data that must be specifically coded for). It could be a
minimally logged operation. What event are you looking at?

--
David Gugick
Quest Software
www.imceda.com
www.quest.com

AddThis Social Bookmark Button