June 9, 2005 at 1:00 am
I need to know more about varchar(max), which is found in Yukon. Please give me some insight and links regarding this topic.
Thanks
June 9, 2005 at 2:23 am
Have you already looked in the SQL Server 2005 Books Online ?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
June 9, 2005 at 3:41 am
When you use the VARCHAR(MAX) or NVARCHAR(MAX) data type, the data is stored as character strings, whereas for VARBINARY(MAX) it is stored as bytes. These three data types are commonly known as Large Value data types
http://www.informit.com/articles/article.asp?p=327394&seqNum=6&rl=1
My Blog:
June 9, 2005 at 4:26 am
I actually don't have SQL Server 2005 installed on my machine and I tried downloading the Books Online but it's around 110MB in size...
June 10, 2005 at 7:54 am
Now varchar(max) holds up to 2GB. To know more abt it, you can check
http://msdn.microsoft.com/SQL/2005/2005Webcasts/OverviewQandA.aspx
HTH,
Sudheer
July 14, 2005 at 8:10 am
Hi,
I'm looking to change some existing populated table fields from 'text' datatype to 'varchar(max)' datatype but everytime I try I get a timeout error. I am using SQL Server Management Studio with Yukon Beta 2. I
Any ideas greatly appreciated.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply