473,669 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SQL Server Row Byte Limit

The documentation from M'soft for the limits on SQL Server DataBase is:

"SQL Server can have as many as two billion tables per database and 1,024
columns per table. The number of rows and total size of the table are limited
only by the available storage. The maximum number of bytes per row is 8,060.
If you create tables with varchar, nvarchar, or varbinary columns in which
the total defined width exceeds 8,060 bytes, the table is created, but a
warning message appears. Trying to insert more than 8,060 bytes into such a
row or to update a row so that its total row size exceeds 8,060 produces an
error message and the statement fails."

I have a database that has large binary fields representing images that far
exceeds the 8060 bytes per row but yet I don't get an error...why is this?
--
Dennis in Houston
Nov 21 '05 #1
2 5236

"Dennis" <De****@discuss ions.microsoft. com> wrote in message
news:89******** *************** ***********@mic rosoft.com...
The documentation from M'soft for the limits on SQL Server DataBase is:

"SQL Server can have as many as two billion tables per database and 1,024
columns per table. The number of rows and total size of the table are
limited
only by the available storage. The maximum number of bytes per row is
8,060.
If you create tables with varchar, nvarchar, or varbinary columns in which
the total defined width exceeds 8,060 bytes, the table is created, but a
warning message appears. Trying to insert more than 8,060 bytes into such
a
row or to update a row so that its total row size exceeds 8,060 produces
an
error message and the statement fails."

I have a database that has large binary fields representing images that
far
exceeds the 8060 bytes per row but yet I don't get an error...why is this?


BLOB types (Text and Image datatypes) don't count. For these types a
16-byte pointer is stored on the page, and the data is stored elsewehre in
the file. It's just varchar and varbinary which are stored on the page and
count toward the 8060 byte limit.

David
Nov 21 '05 #2
Hey thanks a lot for the explaination... wonder why M'soft couldn't have
expanded their's a bit. However, believe it or not, I'm not sure what I'm
using for the images. I have an access database and when I create the table,
I use OLEOBJECT for the field type then convert images to a byte array and
save it using parameters and OleDb.OleDbType .LongVarBinary as the param type.
It seems to work since I can store two pictures of 500k bytes each in one
record.

--
Dennis in Houston
"David Browne" wrote:

"Dennis" <De****@discuss ions.microsoft. com> wrote in message
news:89******** *************** ***********@mic rosoft.com...
The documentation from M'soft for the limits on SQL Server DataBase is:

"SQL Server can have as many as two billion tables per database and 1,024
columns per table. The number of rows and total size of the table are
limited
only by the available storage. The maximum number of bytes per row is
8,060.
If you create tables with varchar, nvarchar, or varbinary columns in which
the total defined width exceeds 8,060 bytes, the table is created, but a
warning message appears. Trying to insert more than 8,060 bytes into such
a
row or to update a row so that its total row size exceeds 8,060 produces
an
error message and the statement fails."

I have a database that has large binary fields representing images that
far
exceeds the 8060 bytes per row but yet I don't get an error...why is this?


BLOB types (Text and Image datatypes) don't count. For these types a
16-byte pointer is stored on the page, and the data is stored elsewehre in
the file. It's just varchar and varbinary which are stored on the page and
count toward the 8060 byte limit.

David

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7432
by: Lurre | last post by:
Hallo! I have small or big problem. I want creat Store Procedurs whit limit rows. For example I need rows from 100 to 200. --Select * from table How I doing best way.
1
5504
by: 1944USA | last post by:
I have a C# application written as a Windows Service. It spawns a number of threads, each thread has very large memory intensive processes running on it. I can keep adding threads as long as the "committed byte" utilization of the server stays below 2.5 gigs As soon as we go over that amount we receive "System.OutOfMemoryException" exceptions. I'm not sure what causes the 2.5 gig limit but we consistently hit it on all of our ...
3
12333
by: Big Dave | last post by:
Hello All, I was wondering wether anyone could help me solve what is probably a very easy issue. I keep getting this damn "The administrative limit for this request was exceeded" whenever I try to query my LDAP server. Does anyone have any idea how to fix this. I have tried the pagesize and the sizelimit to no avail. Please help. --- Here is my code below: --- using System;
9
10837
by: Terry E Dow | last post by:
Howdy, I am having trouble with the objectCategory=group member.Count attribute. I get one of three counts, a number between 1-999, no member (does not contain member property), or 0. Using LDIFDE as a comparison I get the same results. No members means just that, an empty group. Zero means that the DirectorySearcher.SizeLimit has been exceeded....
26
11548
by: John Grandy | last post by:
Is it possible to generate a 20 byte integer from a GUID that is "unique enough" ( just like a GUID is not truly unique , but is "unique enough" ). We identify transactions with GUIDs , but a partner web service has a 20 byte limit on transaction ID passed.
8
2848
by: ZRexRider | last post by:
Hi, I have a .NET application that I want to save the Config.EXE contents to my SQL database for remote review/testing. This config file is 3700+ bytes long. I created a field in one of my tables with a VARCHAR 4800 and then created a stored procedure that receives a parameter (also VARCHAR(4800). However it fails to write anything if the length of the value that I pass is anything greater than 900. If I pass exactly 900 characters...
1
3375
by: Daniel | last post by:
is there any limit to how long of a string SqlDataReader.GetString() can return?
5
4355
by: Gerrit | last post by:
Hi all, I'm getting an OutOfMemoryException when I initialize a byte array in C# like this: Byte test = new Byte; I'm using ASP.NET 2.0. In ASP.Net 1.1 it works fine. So what am I doing
1
1506
by: katysei | last post by:
when I look at stdio.h function for accessing file,the type that represent location of the file file size etc is long which in win32 platform===fbytes==4Giga byte file. How can handle files larger that that(in windows and other platform). Thanx. Kat.
0
8465
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8383
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8803
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8587
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6210
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2029
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.