Forum Replies Created

Viewing 15 posts - 136 through 150 (of 411 total)

  • RE: Using a csv file for input

    You should be able to do something like:

    select a_abpm40.PAT_NR, a_pat.pat_id, a_pat.op_datum, count(a_abpm40.ABPM) as CountsBelow40, count(a_abpm40.ABPM)/6.001 as TimeBelow40, po_perf, po_timer6, ((count(a_abpm40.abpm)/6.001)/po_perf)*100 as PercentTimeBelow40

    from a_abpm40 inner join a_pat on a_abpm40.pat_nr=a_pat.pat_nr

    where po_timer6...

  • RE: Sql Server 2008 Licensing

    phoenixrising1599, having tried to read over the licensing terms previously, I think you are better consulting a lawyer than a group of DBAs on that questions, but here is my...

  • RE: Celebrating A Million

    Congratulations! This has been an awesome site.

  • RE: SQL or Oracle

    Jeff Moden (1/23/2009)


    Oh no... I understand the Mom and Pop shops doing the spreadsheet thing... I'm talking about some BIG companies (whose names I won't mention 'cause I don't wanna...

  • RE: SQL or Oracle

    Jeff Moden (1/22/2009)


    So! Anybody wanna talk about all the companies that use spreadsheets like databases? I'll start... I hate them all. 😛

    I cannot possibly agree more. ...

  • RE: Subtype PK Name

    Grant Fritchey (1/23/2009)


    timothyawiseman (1/22/2009)


    I'll agree with Grant, though there are some cases where it makes sense to have a column named Id in the base table and then the foreign...

  • RE: Uninstall SP3 in clustered environment

    That does make sense, but I would advise the rollback strategy should be to restore the applications from backup.

    Even if I am wrong and there is in principle a way...

  • RE: Uninstall SP3 in clustered environment

    I'm not aware of a way of removing it without uninstalling and reinstalling SQL Server. May I ask why you would want to?

  • RE: Reverse enineering a table

    SQL Server Magazine just did a review of Sql Scripter 2.0 this month. The review is at http://www.sqlmag.com/Article/ArticleID/100565/sql_server_100565.html

  • RE: Trigger Query Deleted Row

    drodriguez (1/22/2009)


    SQL Gurus:

    Is there a way to query or capture a record that is being deleted from a table in a trigger? I want to shoot off an email when...

  • RE: Subtype PK Name

    I'll agree with Grant, though there are some cases where it makes sense to have a column named Id in the base table and then the foreign keys referencing it...

  • RE: SQL or Oracle

    Jason Shadonix (1/16/2009)


    Hey! How come nobody is mentioning how good Access is!? :hehe:

    Heh. Access really does have a place in its niche, but it doesn't stand with...

  • RE: SQL or Oracle

    gints.plivna (1/16/2009)


    If we are extending the subject so much I'd say that most probably everyone of these (List of database management systems) has some strengths 😉

    Heh, you definitely have a...

  • RE: SQL or Oracle

    Just to toss this out there, but don't forget MySql as an option if you are making a RDBMS decision. In comparing MySql to SQL Server I would again...

  • RE: SQL or Oracle

    My opinion is definitely slanted since I earn my living with SQL Server and have only used Oracle in an academic environment, so I have vastly more experience with SQL...

Viewing 15 posts - 136 through 150 (of 411 total)