Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Character limit to SQL Query

Status
Not open for further replies.

jubble

Programmer
Mar 6, 2002
207
GB
What is the character limit for an sql query from VB.Net?

.Net can support approx 2 billion unicode characters in a string but I'm assuming SQL Server cannot handle anything like this.

Hugh


 
Large enough :)

AFAIK 65,536 client-server network packets (4kB each by default) per batch.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top