Forum Replies Created

Viewing 15 posts - 14,716 through 14,730 (of 26,486 total)

  • RE: Avoiding Logging

    Actually, it is possible to do this in Oracle. I had a nice discussion about it with one of the Oracle gurus where I work. He would never...

  • RE: SQL Server 2008 Mirroring - Max No of DBs

    One of the factors to consider is the activity on the databases.

    If many are infrequently used, you should be okay. If they are all heavily used with many users,...

  • RE: infinite loop excution stored procedure

    The code you posted is simply going to reprocess the same data continously. There is a better way to accomplish what you are attempting to do here. To...

  • RE: Time difference between multiple rows

    The one other thing that you really should provide is the expected results based on the sample data provided. This actually makes testing of code easier as we know...

  • RE: user defined function

    SQLkiwi (3/3/2011)


    mwwheeler (3/3/2011)


    The function actually works if i run the query, but its highlighted in red in the query window of management studio 'cannot find either column 'dbo' or the...

  • RE: user defined function

    mwwheeler (2/28/2011)


    and (GetDate() <= (DATEADD( month,CONVERT(INT,Lookup.SubRef),Data_Landline.ModifiedDate)))

    i was trying to use this

    and (GetDate() <= (DATEADD( month,CONVERT(INT,dbo.UDF_ParseNumChars(Lookup.SubRef)),Data_Landline.ModifiedDate)))

    the subref column may contain some text instead of a number, so the calculation...

  • RE: user defined function

    Okay, since I can't seem to get everything I have asked for, here is my wild guess. You are in the same database that has the function.

    If you reread...

  • RE: Peoplesoft on SQL Server

    mnDBA (2/27/2011)


    Although somewhat uncommon I think, we are running Peoplesoft HR and Financials on SQL Server. I just inherited the environment.

    We are presently running on SQL Server 2005 about...

  • RE: user defined function

    mwwheeler (2/26/2011)


    if you read my post again, youll see that it was prefixed with dbo.

    Second request, please post the DDL for your function plus the code calling your function that...

  • RE: user defined function

    Sorry, but the force is weak. Can't see what you see.

    Please post the DDL for you function and the code you are trying to execute using the function.

  • RE: Commuting Pain

    Butts in chairs <> productivity. I have seen plenty of people spending time talking with cube neighbors and not working.

    The best measure if someone is working, on-site or off-site,...

  • RE: Are the posted questions getting worse?

    MaricopaJoe (2/21/2011)


    I agree the questions are more basic. But this is due to the business side thinking that 'anyone' that has computer can be a dba.

    Case in point. ...

  • RE: Are the posted questions getting worse?

    Just to clarify, there is nothing wrong with tech talk around the water cooler as long as it is kept quite short.

    If you start going into details, that's when it...

  • RE: Are the posted questions getting worse?

    Have you searched the threads here on ssc? IIRC one was started by Lutz and there may be a solution somewhere there. Unfortunately, I don't remember the title...

  • RE: Are the posted questions getting worse?

    I said I'd stay out of MasterBlasters thread, and I will. What he doesn't seem to get is that there was a better way to respond to Gus's comment...

Viewing 15 posts - 14,716 through 14,730 (of 26,486 total)