Viewing 7 posts - 1 through 7 (of 7 total)
shri_sastry (2/5/2009)
February 7, 2009 at 12:25 pm
You can create two user defined functions. One retrieves the names (after two dot) and one retrieves the group names.
Here is an example of user defined function. It can be...
February 6, 2009 at 1:15 pm
Sorry about that.
I do not want to get to the details about our product. However, I was blamed when I said in our product we do not care about the...
February 4, 2009 at 11:16 am
The contents of Varchar(MAX), NVarchar(MAX), VarBinary(MAX), and XML fields are encoded using "Partially Length-Prefixed" (PLP in short). A PLP stream starts with total length (8 bytes), followed by current length...
February 3, 2009 at 9:47 pm
Sorry about my mistake. I should not trust document from Microsoft 100%. Here is a sentence from "Tabular Data Stream Protocol Specification".
"A type with unlimited max size,...
February 3, 2009 at 2:43 pm
Certainly, the error is related to your connection.
The problem can be one of the followings:
1. The connection to the server is broken (disconnected)
2. The packets...
February 2, 2009 at 9:44 pm
First, you cannot have NVarchar(8000). Since varchar or NVarchar can only hold up to 8000 bytes, so the maximum length for NVarchar is 4000.
Second, NVarchar(MAX) and Varchar(MAX) can only...
February 2, 2009 at 7:47 pm
Viewing 7 posts - 1 through 7 (of 7 total)