What is the threshold of number of registries and fields SQL Server can tolerate? In other words, how many rows and columns can be handled?
What is the threshold of number of registries and fields SQL Server can tolerate?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How much data (it’s about size of data, not number of rows) it can handle depends on what edition. You can find details here: Maximum Capacity Specification for SQL Server.
When it comes to the number of rows, available storage should be the only limit.