|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
unidentified entry in profilercan 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 Jose G. de Jesus Jr MCP, MCDBA wrote:
> can anyone pls tell me what this thing do Looks like someone performed a bulk insert into a table called "test" > > insert bulk dbo.test probably using the "Bulk Insert" command. Can you glean more information from the application and user name? 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 -- Show quotethanks, ------------------------------------ Jose de Jesus Jr. Mcp,Mcdba Data Architect Sykes Asia (Manila philippines) MCP #2324787 "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 > > Jose G. de Jesus Jr MCP, MCDBA wrote:
> if you run that statement in analyzer it doesnt create an error. Can you see what application and user executed the command? You can > 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 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? |
|||||||||||||||||||||||