Viewing 15 posts - 31 through 45 (of 129 total)
I don't know any of the names on that list of 15. How about someone that actually wrote some software that I still use on a daily basis like...
November 12, 2009 at 11:48 am
If string_expression is not of type varchar(max) or nvarchar(max), REPLICATE truncates the return value at 8,000 bytes. To return values greater than 8,000 bytes, string_expression must be explicitly cast to...
October 8, 2009 at 9:57 am
Take a look at the third reference in the Bayer/McCreight paper from 1972 -
3. Landauer, W. I.: The balanced tree and its utilization in information retreival.
IEEE Trans. on...
October 2, 2009 at 11:04 am
It's a limit in system.web - http://weblogs.asp.net/hosamkamel/archive/2007/09/18/resolving-maximum-request-length-exceeded-exception.aspx
I changed the web.config under the reports and reportserver virtual directories to this to resolve the error:
It turns out that there is another limit...
September 16, 2009 at 1:08 pm
Bridget Elise Nelson (10/24/2007)
Please provide more directions on this. Such as 'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld'?Can this be ran on SQL server only?
'LDAP://SERVERNAME/ou=OUName,dc=host,dc=domain,dc=tld' is the way that you specify the Active Directory server, it...
August 25, 2009 at 9:15 am
I use four tinyints for the IP, another tinyint for the CIDR mask, and a clustered index on the four tinyints. This design is fast and it's easy to...
August 19, 2009 at 12:33 pm
One character is equal to one byte and one unicode character is equal to two bytes. The question specifies one character of data that will never be null or...
June 5, 2009 at 9:04 am
foxjazz (3/13/2009)
select name from mynametable where changedate > @yesterday
fetch from @sel into @name
while (@@fetch_status =...
April 3, 2009 at 9:19 am
The knockoffs may gain all of the features, but they still lack the level of support and documentation I get from MSDN. To match that, they would need to...
March 19, 2009 at 10:40 am
Jeff Moden (1/22/2009)
Some functionality like we used to be able to get from sp_GetFileDetails except for a whole directory. Think "hibrid"...
January 23, 2009 at 11:00 am
Bill's amazing fashion sense at the time he started Microsoft:
Enough said. 😀
January 9, 2009 at 3:14 pm
gcopeland (1/9/2009)
GSquared (1/9/2009)
The way that Gates and Ballmer dress is considered socially appropriate for executives. It says nothing whatsoever about technical skill. You're concatenating two thoughts...
January 9, 2009 at 2:50 pm
gcopeland (1/9/2009)
Joshua Perry (1/9/2009)
You obviously weren't involved in any way with getting VC money over the past decade or so. (snip)
In 2000, I was worth $8.5 M on paper...
January 9, 2009 at 2:26 pm
gcopeland (1/9/2009)
January 9, 2009 at 1:56 pm
I miss the old days when the VC guys gave you more money if they thought you were poorly dressed. I remember being told to untuck my shirt when...
January 9, 2009 at 11:47 am
Viewing 15 posts - 31 through 45 (of 129 total)