Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

In SQL Server 2008, what is the maximum number of table sources that i can have in a single SELECT query ?

thanks inadvance..
Posted

Microsoft says 256: http://msdn.microsoft.com/en-us/library/ms177634.aspx[^]

But personally? I'd try very, very hard to keep it well down from that just for maintenance purposes...
 
Share this answer
 
First hit in Google says:

SQL
Tables per SELECT statement
Limited only by available resources


http://msdn.microsoft.com/en-us/library/ms143432.aspx[^]

Scott
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900