What is the maximum upper limit on number of Columns in a SQL Server view? -


I am creating a scene that I will have in some tables and where I write 14K I need more columns than I am not sure about the Maximum Number column in a SQL Server view

Assume that I have two entities, Unit A and Unit B are now multiple values ​​for unit A Like

  Aid, BID, value (A1, B1, 5) (A1, B2, 6) (A1, B3, 7) (A2, B2, 7) (A2, B1, 8) (A2, B3, Nouvel) (A1, B4, TL)  

I want a list of A where B 1 is 5 and B2 is 6.

BTW My B Table has a record of 14

4,0 9 According to the answer is


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -