Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 access table (count)

Author  Topic 

egemen_ates
Yak Posting Veteran

76 Posts

Posted - 2012-09-07 : 03:17:10

Hello my friend;

My question is ;

i have database for example database name TEST,
i have four table for example table a,table b,table c,table d

for example
i write this query
select * from table a

so
table access count
for table a --1,
table b -- 0
table c -- 0
table d -- o

how much which allow access to the table ?

Cubed
Starting Member

1 Post

Posted - 2012-09-07 : 04:33:59
Hi Egemen_ates,

If I understand your question correctly, you would like to know how many times you can query a table, in that case there should not be a limit to the number of times you can query a table,

Thanks

----------------------
Cubed
----------------------
Go to Top of Page
   

- Advertisement -