Link to home
Start Free TrialLog in
Avatar of techques
techques

asked on

mssql cannot execute DELETE FROM event

I have a table named event in MSSQL 2005 express

It cannot execute DELETE FROM event command

Is it relate to the mis use of table name?
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Hello techques,

Have you tried using:

Delete From [Event]

So that it is not interpreted as a keyword.

Regards,

TimCottee
Avatar of techques
techques

ASKER

No, still same, it is loading for 10 mins and still cannot delete 1000 rows of record.

But, I can insert, update and select.
ASKER CERTIFIED SOLUTION
Avatar of techques
techques

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial