Forum Replies Created

Viewing 15 posts - 4,306 through 4,320 (of 6,486 total)

  • RE: Change intrinsic function GETDATE()

    brekher (3/7/2008)


    Hi,

    On the server that I would change it on, I would want all system views procs, etc.. to see the date returned. Thats why I am looking into changing...

  • RE: Change intrinsic function GETDATE()

    Let's just say that messing with getdate() will likely get all sorts of system functions/views to start falling apart. If nothing else - this might be your time to...

  • RE: Change intrinsic function GETDATE()

    brekher (3/7/2008)


    Hi,

    To avoid changing over 100,000 lines of code I need to change the getdate() function itself within SQL server. Can someone please point me in the right direction as...

  • RE: Performance Issue

    Ratheesh.K.Nair (3/7/2008)


    Thanks All,

    The problem is that after reviewing the codes they said that EXISTS and TOP...

  • RE: Recursive query with different where clauses - very slow

    hmm - the twist that changes the problem around:)

    I'd modify Jeff's script a little, to bring over the date as well.

    drop table #tmptable

    SELECT CAST(pd.TodayID AS INT) AS TodayID,pd.PreviousDayID,pd.PatientID,1 AS Parm,[date]...

  • RE: I got burned today at a SQL Server Interview!

    Brandie Tarvin (3/7/2008)


    And the only way to deal with this kind of pressure is to know you're having fun with your work.

    That's actually kind of funny to me. ...

  • RE: SAN Performance Question - Utilizing LUNs

    DBADave (3/7/2008)


    I want to make sure I am on the same page, or at least in the same book :). In your last replay you referred to attaching an...

  • RE: SAN Performance Question - Utilizing LUNs

    No - a virtual LUN is an aggregation of several "physical LUN's". Physical LUN (more or less) = tied to a single physical RAID group.

    It's the same thought as a...

  • RE: One SQL SERVER 2005 for multiple groups of DBA's

    With 2005, it can get interesting licensing-wise with virtualization (Virtual Server, VMWARE, etc..). The cliff notes version is:

    - if you're using Enterprise edition AND you've licensed ENTERPRISE edition...

  • RE: I got burned today at a SQL Server Interview!

    Brandie Tarvin (3/7/2008)


    Lynn Pettis said:

    I just wish the computer would do want I want, not what I tell it to do. It would be sooo much easier.

    Amen to...

  • RE: Performance Issue

    Considering their purpose is to limit data from coming back - they're going to cause the query to be "harder", more work, etc... But that's the definition of what...

  • RE: Left outer join

    could you explain what leads you to believe that it's "not working"? What are you getting or not getting that you were expecting? Give us some specific examples...

  • RE: Math Formula in a Variable

    You will find that you're going to need to do that outside of a function. Exec isn't allowed in a function.

  • RE: SAN Performance Question - Utilizing LUNs

    DBADave (3/7/2008)


    Are you saying you have a RAID 10 and RAID 5 running at the same time on the same set of disks? Is that even possible?

    In the same...

  • RE: May Dragons Cry!

    I came across this from what is currently one of my favorite comic strips....I kind of hope this is true for Gary - I think he'd enjoy it this way....

    http://www.xkcd.com/393/%5B/url%5D

Viewing 15 posts - 4,306 through 4,320 (of 6,486 total)