-
AutoNumering Problem in Microsoft Access
Hi Folks,
Can I truncate the Microsoft Access Table as we can do in Microsoft SQL Server?
Pls reply on my Email for answer.
Thanks!
Ali Imran
Riyadh, Saudi Arabia
-
Re: AutoNumering Problem in Microsoft Access
Ali,
What do you mean by "truncate"?
Arthur Wood
"Ali Imran" <aimran@bigfoot.com> wrote:
>
>Hi Folks,
>
>Can I truncate the Microsoft Access Table as we can do in Microsoft SQL
Server?
>
>Pls reply on my Email for answer.
>
>Thanks!
>Ali Imran
>Riyadh, Saudi Arabia
>
-
Re: AutoNumering Problem in Microsoft Access
My guess is he is talking about Truncate Table. It is basically the same as
Delete From tblTable except it does not log the individual row deletes
because it removes the data by deallocating the data pages instead of
deleting one row at a time So it is faster and uses fewer system and
transaction log resources.
I don't think there is anything equivilant to it in Access.
Sue
"Arthur Wood" <wooda@saic-trsc.com> wrote in message
news:3bab2a4b$1@news.devx.com...
>
> Ali,
> What do you mean by "truncate"?
>
> Arthur Wood
>
>
> "Ali Imran" <aimran@bigfoot.com> wrote:
> >
> >Hi Folks,
> >
> >Can I truncate the Microsoft Access Table as we can do in Microsoft SQL
> Server?
> >
> >Pls reply on my Email for answer.
> >
> >Thanks!
> >Ali Imran
> >Riyadh, Saudi Arabia
> >
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks