Forum Replies Created

Viewing 15 posts - 166 through 180 (of 703 total)

  • RE: How to get Excel sheet A1 column value

    It's not clear what you're trying to do. The topic you posted is "How to get Excel sheet A1 column value", which is ambiguous because in Excel, "A1" is...

  • RE: Fun(?) with DATETIME2

    vikram.gharge (3/29/2011)


    SQL Server 2008 brought us some new date types including DATETIME2 .............There's some fun to be had with 1751 as well but we'll leave that for another holiday.

    Vikram,

    What's...

  • RE: Talking baseball

    Ray K (3/24/2011)


    ...contemplating which game(s) to attend. I'm thinking about the June 26 game (Old Timer's Day) against -- sorry, Steve -- the Colorado Rockies.

    That (old timer's day) can...

  • RE: sql question

    Perhaps your instructor will provide the correct answer after you and your classmates have submitted your attempts.

  • RE: Date Rounding

    You may find that a Case structure beats a series of IF's (as suggested by Howard), and that using date arithmetic is faster than CONVERT().

    Create FUNCTION [dbo].[ROUNDDATE]

    (

    @Datetype varchar(4),...

  • RE: Trouble with Excel Data Source

    ehlinger (3/11/2011)


    I am trying to connect to some 97-2003 Excel files but when that didn't work because of the error I was getting I looked at some 2007 files as...

  • RE: Trouble with Excel Data Source

    Koen,

    Thank you. I must have been brain-cramping to not realize that by using a SQL query, of course one may specify the "table" from which the data is to...

  • RE: Trouble with Excel Data Source

    It's not completely clear what you're trying to do. Your original post said you wanted to "choose a tab from the file in the Excel Data Source". That...

  • RE: drillthru based on rownumber

    May I suggest you ask about this in the more appropriate Business Intelligence forum and that you note here that you've done so. That way you'll get the...

  • RE: Dynamic Column Hiding of a Table in ssrs 2005

    May I suggest you ask about this in the more appropriate Business Intelligence forum and that you note here that you've done so. That way you'll get the...

  • RE: ROWGUIDCOL

    Tom.Thomson (3/8/2011)


    john.arnott (3/8/2011)


    Tom, you've shown that you'd never have trouble with this riddle: If I have two American coins with a total value of 30 cents and one of them...

  • RE: ROWGUIDCOL

    Tom.Thomson (3/8/2011)


    Interesting question.

    There is however a problem with use of imprecise English - this is of course sheer nit-picking, and I'm not complaining because I guessed that the...

  • RE: Kindly explain the case query.

    KMPSSS (2/20/2011)


    Hi,

    Actually i got this query from net. Below one is query.

    select sum(convert(bigint,case when status & 64 = 0 then size else 0 end))

    , sum(convert(bigint,case...

  • RE: Talking baseball

    In the Duke's memory, this would be a good time to re-read Roger Kahn's "The Boys of Summer" to get a feel for what the Brooklyn Dodgers, and baseball in...

  • RE: Unable to Aggregate by name to generate SUM totals

    Maybe it's just a typo in your post, but if the collumn name in the table is [server_name], then the query should use that same name and not [SQLServer_name].

Viewing 15 posts - 166 through 180 (of 703 total)