Forum Replies Created

Viewing 15 posts - 2,401 through 2,415 (of 2,904 total)

  • RE: Interview with someone that works with Databases / SQL server

    I can answer some questions too.  I'm kind of like Danny_Dba though in that there are some questions I wont' be able to answer.

    I have been a DBA...

  • RE: Short Names

    patrickmcginnis59 10839 - Monday, July 17, 2017 1:52 PM

    I had not read that, but it was a fun read. I do...

  • RE: Short Names

    patrickmcginnis59 10839 - Monday, July 17, 2017 12:05 PM

    bmg002 - Monday, July 17, 2017 11:22 AM

    July 17, 2017 at 12:35 pm

    #1951251

  • RE: Short Names

    Jeff Moden - Monday, July 17, 2017 11:37 AM

    jay-h - Monday, July 17, 2017 11:32 AM

    July 17, 2017 at 11:52 am

    #1951238

  • RE: Short Names

    Jeff Moden - Monday, July 17, 2017 10:48 AM

    Sinisa Jazic - Monday, July 17, 2017 9:42 AM

  • RE: Sum when between

    Offhand, I am not entirely sure.  Mark would be a better one to ask, but looking at his code, I'm not sure there is a nice way to match that...

  • RE: Sum when between

    I am working on this, I am just hitting snags.  Think I need to re-think how to solve this.
    I have it mostly working until a second COMP shows up....

  • RE: Sum when between

    I think first, I would figure out some way to order the data.
    Next, I wouldn't assume that 2 weeks means that it is a new request.  I would assume...

  • RE: Cool Projects

    The most interesting project I've worked on recently was building up a dynamic OData web server.  You give it the database name and it grabs all of the tables and...

  • RE: Sum when between

    danijel.bozic87 - Thursday, July 13, 2017 5:39 PM

    bmg002 - Thursday, July 13, 2017 3:57 PM

  • RE: primary key with null

    Your primary key cannot contain nulls.  There is no way around that.

    You can join on a table that has no primary key with no problem though.  The hard...

  • RE: ssrs 2008 r2 error message

    I think your Dataset1 is set up odd.
    The way I am reading that error is that your Dataset1 has the text "EXEC dbo.Dataset1", which I imagine is not what...

  • RE: Help in building query

    You have no primary key on any of the tables?  That design looks painful to deal with.   There is no nice way to set up a foreign key constraint...

  • RE: Sum when between

    Running your query with the SUM removed gets you 1 row.  So your sub-query is not working as you expect.

    Looking at your data set though, are you sure...

  • RE: Importing database from Azure getting error message "Warning SQL72012: The object [myDatabase_Data] exists in the target..."

    Not sure on the warnings, but it sounds like the objects already exist and you are trying to drop something on top of them.
    The error is because on the...

Viewing 15 posts - 2,401 through 2,415 (of 2,904 total)