what is the maximum size of sql row in mssql?
Answer / gopi muluka
8060 bytes allowed per a single row in a table
Is This Answer Correct ? | 27 Yes | 1 No |
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
what happens on checkpoint? : Sql server database administration
how can u get last observation in an unknown dataset ?
what are user defined datatypes? : Sql server database administration
How to download and install the scaled-down database adventureworkslt?
What is database white box testing?
How to execute stored procedure and set temp table in sql server?
What are the transaction properties?
What is the full form of ddl?
What are the filtered indexes?
Is it possible to have more then one foreign key in a single table? if possible, is this the good way to design the table?
system date format is "yy-mm-dd" "select getdate()" ----> 2009-01-24 20:03:28.513 if i write "select dateadd(dd,2,getdate()) ".it returns "2009-01-26 19:59:38.340"...my question is dat could it be possible to retrive da date in da format "26 jan 2009 ...."??