No announcements
Found 1440678 threads
-
3 Votes
Max Of length of the column name in ssrs
If you wanted to find out the maximum length used you could use as following: SELECT TOP 1 name, DATALENGTH(packagedata) FROM dbo.sysdtspackages ...Answered | 4 Replies | 2181 Views | Created by SQL MSBI - Monday, August 10, 2015 6:40 AM | Last reply by Ahsan Kabir - Tuesday, August 11, 2015 4:35 AM -
1 Votes
SignalR Groups simultaneously connections limitations
Various browsers have various limits for maximum connections per host name.Answered | 2 Replies | 2148 Views | Created by Relix1990 - Monday, February 23, 2015 10:38 AM | Last reply by Magnus (MM8) - Monday, February 23, 2015 10:54 AM -
0 Votes
SignalR group name max-length?
User61956409 posted Hi jandzban, Is there any (I'm assuming there is) char limit to a SignalR group name?Answered | 1 Replies | 215 Views | Created by Anonymous - Monday, May 9, 2016 7:19 PM | Last reply by Anonymous - Tuesday, May 10, 2016 3:09 AM -
0 Votes
Is there a max length for BizTalk filters?
Is there a max length for BizTalk filters (Receive Shape in Orch or send port filter)?Answered | 1 Replies | 3993 Views | Created by MillaT - Friday, June 22, 2012 9:57 PM | Last reply by Chandra Kumar - Saturday, June 23, 2012 2:06 PM -
1 Votes
max length of varbinary type
Varbinary(MAX) stores data similarly to varbinary(n) when the row can fit into an 8K page.Answered | 3 Replies | 1352 Views | Created by chcw - Wednesday, January 6, 2016 2:35 AM | Last reply by Eric__Zhang - Wednesday, January 6, 2016 6:48 AM -
0 Votes
max length of powerhshell string?
dotNet defines a string as this in th constructor: String(char c,Int32 ...Answered | 5 Replies | 3486 Views | Created by mats42 - Monday, November 18, 2013 8:37 AM | Last reply by jrv - Monday, November 18, 2013 11:07 AM -
0 Votes
t sql to get max length of all nvarchars in a database
Using the sys.fn_rowdumpCracker function allows you to get the data length of every column without having to explicitly type MAX with each and every column.Answered | 9 Replies | 4907 Views | Created by oleolehoohoo - Tuesday, June 9, 2015 2:19 PM | Last reply by Daniel Janik - Tuesday, June 9, 2015 8:01 PM -
1 Votes
userprofile custom property max length
Hi, When I set the string field length to 2,000 characters and attempted to save the new property, SP would reset it back to the default value of 25.Answered | 1 Replies | 2202 Views | Created by Amit Lohogaonkar sharepointer - Saturday, May 30, 2015 12:26 PM | Last reply by Lisa Chen1226 - Monday, June 1, 2015 7:07 AM -
1 Votes
Max length of Attribute/Entity
Yes It is possible, but for this you will have to update values in meta data tables and three procedure for Attribute Name length increment i havenot tried for Entity that need to be ...Answered | 6 Replies | 4168 Views | Created by xxxxxxxxxxxxxxx163 - Wednesday, February 25, 2015 12:55 PM | Last reply by Fredrik Rundgren - Friday, August 16, 2019 11:27 AM -
0 Votes
nvarchar (max) maximum length in characters
Variable-length Unicode character data.Answered | 3 Replies | 14993 Views | Created by MDMoura - Wednesday, February 1, 2012 3:58 PM | Last reply by Trilok Negi - Wednesday, February 1, 2012 4:02 PM -
0 Votes
SSRS - Max request length exceeded
Hi mmohon, According to your description, when you upload a 20 meg .rdl file to report manager, the error message “Max request length exceeded” throws ...Answered | 1 Replies | 6239 Views | Created by mmohon - Friday, November 13, 2015 5:32 PM | Last reply by Qiuyun Yu - Monday, November 16, 2015 7:56 AM -
0 Votes
max length of a concatenated string in sql2005/sql2008
In case of varchar(max) 2GB.Answered | 6 Replies | 9224 Views | Created by jerome k j - Wednesday, March 16, 2011 8:57 AM | Last reply by Baba urf Murari - Thursday, March 17, 2011 9:41 AM -
0 Votes
Max Length for Computed Column Specification?
I would get this error message whenever the string length for the computed column specification was longer than about 22,000 characters.Answered | 2 Replies | 2659 Views | Created by MHDecentrix - Monday, September 22, 2014 6:23 PM | Last reply by Kalman Toth - Monday, September 22, 2014 11:47 PM -
1 Votes
Group by Maximum Length
The final statement will be similar to what Naomi already posted, but no need for a trick to calculate the max length.Answered | 7 Replies | 3421 Views | Created by mtpaper - Sunday, August 15, 2010 6:06 PM | Last reply by mtpaper - Monday, August 16, 2010 10:47 PM -
0 Votes
Asp.net core signalR send notification to groups
Hi, Here we are using asp.net core singnalR alpha2 version. how to send notification for groups.Answered | 1 Replies | 1400 Views | Created by Ranjithkumar J - Tuesday, February 6, 2018 5:48 AM | Last reply by Dave Patrick - Tuesday, February 6, 2018 1:53 PM -
0 Votes
Max Length of a String Feature
I would use 2GB as the default .NET array limit as a first approximation of the maximum length.Answered | 1 Replies | 631 Views | Created by mctidy - Thursday, June 11, 2015 4:10 AM | Last reply by AK - Azure ML - Thursday, June 11, 2015 2:24 PM -
0 Votes
Azure SignalR Service (Preview) Group Joining from .Net Console
https://forums.asp.net/t/2146808.aspx?Answered | 5 Replies | 1183 Views | Created by Dave Thompson 101 - Wednesday, September 12, 2018 3:56 PM | Last reply by AshokPeddakotla-MSFT - Friday, September 14, 2018 11:26 AM -
1 Votes
Set max Length according to fieldsize
If the lenght is variable, it must be able to deal with growth in field lenght from min value to the max.Answered | 3 Replies | 566 Views | Created by john pp nn - Monday, July 27, 2015 10:26 PM | Last reply by Christopher84 - Tuesday, July 28, 2015 12:29 PM -
0 Votes
MAX and GROUP BY, but get MAX record?
CREATE TABLE TMPTABLE1 (clientID NUMERIC, CreateDate DATETIME, CardType NUMERIC, Paymethod VARCHAR(10)) --INSERT INTO TMPTABLE1 ...Answered | 3 Replies | 2612 Views | Created by rbhatup - Wednesday, June 13, 2012 7:44 PM | Last reply by Trilok Negi - Wednesday, June 13, 2012 9:14 PM -
1 Votes
Max length of Excel file
It doesn't matter that the file name contains spaces if it's stored in a variable, as in this case.Answered | 8 Replies | 2512 Views | Created by Creative_Pro - Monday, June 11, 2012 9:59 AM | Last reply by Creative_Pro - Tuesday, June 12, 2012 8:20 AM - Items 1 to 20 of 1440678 Next ›
No announcements