Forum Replies Created

Viewing 15 posts - 3,871 through 3,885 (of 19,564 total)

  • RE: The Cloud

    Jeff Moden (2/5/2014)


    I wonder when the terms "Internet" and "Cloud" would eventually come to mean the same thing to many people.

    You're correct. I fascinated that if I can get...

  • RE: The Cloud

    When reading the following...

    We'll never be 100% in the cloud, or out of it, in the future, but increasingly, we'll be partners with the cloud.

    I really expected to see this...

  • RE: Today's Random Word!

    Kurt W. Zimmerman (2/6/2014)


    BWFC (2/6/2014)


    Ed Wagner (2/6/2014)


    L' Eomot Inversé (2/6/2014)


    BWFC (2/6/2014)


    Animated

    Cartoon

    Bugs

    Bunny

    Fudd (Elmer J)

    Wabbit

  • RE: t-sql where statement

    Jeff Moden (2/5/2014)


    I saw that and figured it was just a phat phinger mistake that anyone would be able to fix and so didn't bring it up.

    Knowing Keith, it was...

  • RE: Analysis Services Tabular

    Thanks. I learned something on this one.

  • RE: t-sql where statement

    Jeff Moden (2/5/2014)


    Keith Tate (2/5/2014)


    First please read the article in my signature about posting these types of questions to the forum. After you do that I could make sure that...

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/5/2014)


    SQLRNNR (2/5/2014)


    dwain.c (2/5/2014)


    Jeff Moden (2/5/2014)


    ChrisM@Work (2/4/2014)


    He's calling summer on one sighting of a swallow.

    He should come to Michigan. It was snowing to beat the band a couple...

  • RE: How to write a Query to get related result

    dwain.c (2/5/2014)


    SQLRNNR (2/5/2014)


    Nice solution.

    Actually, I am not too proud to admit that solution stunk up the house! Not sure what I was thinking there.

    Well, it worked with...

  • RE: Populate Dynamic Table Name in T-SQL Cursor

    brickpack (2/5/2014)


    Here's what I came up with. It was actually much easier than I thought it would be.

    Well done.

  • RE: Sql Server data replication

    Assuming no new transaction have occurred between the backup and the time replication is recreated. You could also re-init the subscriber via a new snapshot (depending on what your...

  • RE: Brand new error - Invalid object name in T-SQL insert statement

    This will usually resolve for me if I shut down SSMS and re-open it.

    At any rate, the red squiggles are just for intellisense and the queries should continue to work...

  • RE: Blocked Processes

    ngreene (2/5/2014)


    This article may be helpful for your problem.

    http://sqlprosperity.com/post/SQL-Server-quasi-real-time-performance-monitoring

    It has helped me a lot to identify what processes are causing blocks without having to be on the server querying it...

  • RE: How to write a Query to get related result

    dwain.c (2/5/2014)


    I agree that your expected results don't match your sample data. But I think you're looking for something like this:

    SELECT id, cid, startdate=MIN(d)

    , enddate=CASE

    ...

  • RE: Multiple values in Actions

    sharonsql2013 (2/5/2014)


    Can I pass multiple values to a subreport.

    I need to find the total value which is based on three values for the same parameter.

    In text box Properties > Actions...

  • RE: Report Fails to run from server

    I have also found that running the report from ReportServer url instead of report manager also produces better information. It's worth a shot.

Viewing 15 posts - 3,871 through 3,885 (of 19,564 total)