Forum Replies Created

Viewing 15 posts - 31 through 45 (of 128 total)

  • RE: replicate

    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...

  • RE: B-tree

    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...

  • RE: Subscription error:Maximum request length exceeded

    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...

  • RE: Extract more than 1000 active directory accounts

    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...

  • RE: Storing IPv4 Addresses for Performance

    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...

  • RE: one character of data

    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...

  • RE: T-Sql rant

    foxjazz (3/13/2009)


    ok example sort of (my computer is sick so I can't give you something already done)

    select name from mynametable where changedate > @yesterday

    fetch from @sel into @name

    while (@@fetch_status =...

  • RE: SQL Server Knockoffs?

    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...

  • RE: Slack SQL Server

    Jeff Moden (1/22/2009)


    Heh... ya just hit a sweet spot, Steve...

    Some functionality like we used to be able to get from sp_GetFileDetails except for a whole directory. Think "hibrid"...

  • RE: Image is Everything

    Bill's amazing fashion sense at the time he started Microsoft:

    Enough said. 😀

  • RE: Image is Everything

    gcopeland (1/9/2009)


    GSquared (1/9/2009)


    Couple of fallacies:

    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...

  • RE: Image is Everything

    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...

  • RE: Image is Everything

    gcopeland (1/9/2009)


    I suggest that anyone who advocates non-professional dress for technical performers has absolutely no evidence to back that up. Your technical skills are so good that you don't...

  • RE: Image is Everything

    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...

  • RE: Smart Teaching

    The US is falling behind in the world because we aren't using enough technology in the classroom. Our teachers see cellphones as toys rather than tools like in other...

Viewing 15 posts - 31 through 45 (of 128 total)