Forum Replies Created

Viewing 15 posts - 3,976 through 3,990 (of 7,636 total)

  • RE: NULL Values for Numeric and date data type

    Sorry, hit "Post" accidentally. fixed now.

  • RE: NULL Values for Numeric and date data type

    Jonathan Kehayias (1/7/2009)


    RBarryYoung,

    Just curious why you don't use DBNull.Value? The other thing would be to set a default value in the SP to null as in:

    create procedure insertproc

    (

    @datetimevar datetime...

  • RE: UPDATE from CTE

    Joe Celko (1/7/2009)


    >> Why do you have to be so acerbic? Not a good way to make friends and influence people. <<

    Quit being a whining child who expects...

  • RE: UPDATE from CTE

    Joe:

    Your point is that if you use UPDATE..FROM incorrectly you can produce incorrect results? I am pretty sure that that is a unversal truth, not something unique...

  • RE: CDOSys and Identical code

    My gut feel is that the sqlservr.exe on the failing box does not have some DLL loaded that it needs to make the CDO..smtp stuff work. This would be...

  • RE: NULL Values for Numeric and date data type

    OK, I would recommend that you rewrite the properties of your BusinessObject like so:

    Imports Microsoft.SqlServer

    Imports system.Data

    Public Class Funerals

    '...

    Private mFirstName As Data.SqlTypes.SqlString = Data.SqlTypes.SqlString.Null

    ...

  • RE: NULL Values for Numeric and date data type

    What version of VS is this?

  • RE: UPDATE from CTE

    Joe Celko (1/7/2009)


    Why did you use the UPDATE.. FROM.. syntax ? Do you know that it is both proprietary and unpredictable?

    That's interesting Joe, I never heard the "unpredictable"...

  • RE: NULL Values for Numeric and date data type

    I do not see any files.

  • RE: NULL Values for Numeric and date data type

    This is a client code problem. Show us the VB that writes the values to the database (executes the SP...).

  • RE: Perfmon SQL Objects

    I do not remember SQL 2000 minutia that well, but don't you have to set something at startup to get it to create it's PerfMon objects? I am wondering...

  • RE: CDOSys and Identical code

    Yeah, that article confirms what I thought about DTS: unlike SQL commands which execute in Server context, DTS executes in Client context, which is to say that it executes in...

  • RE: Perfmon SQL Objects

    barb.wendling (1/7/2009)


    SQL service is stopped and restarted every night at 11:00 PM so a snapshot of the datafiles can be backed up....

    This seems like an unusual (and possibly unreliable) approach....

  • RE: Perfmon SQL Objects

    Do the objects/counters show up in Perfmon if your rerun it interactively?

  • RE: CDOSys and Identical code

    Jeff Moden (1/6/2009)


    So, to me, it would appear that CDOSys is setup and working just fine on both servers. I've also verified that the jobs run as the same...

Viewing 15 posts - 3,976 through 3,990 (of 7,636 total)