Forum Replies Created

Viewing 15 posts - 5,401 through 5,415 (of 5,590 total)

  • RE: What would cause DSN file to change database to master?

    GSquared (4/29/2009)


    Most likely, a change in the domain.

    Agreed. Investigating to see if any updates might have been pushed to the workstations.

    Otherwise, something changed in the DNS files

    What would have changed...

  • RE: Indexing Options question

    I'm trying to set up a deadlock event as outlined in BOL. The job gets created. When I run the supplied code, I do end up getting the deadlock. However,...

  • RE: Indexing Options question

    noeld (4/28/2009)


    Side note: wouldn't it be better to have those 3 different select statements to be in separate procs, with this proc controlling which one gets run?

    That is what I...

  • RE: Indexing Options question

    This makes sense.

    During the interim, I've been looking at the procs that were causing the locking issues. I found a proc that runs one of three select statements with joins...

  • RE: Difference between 7 and 7.00

    Check out BOL.

    In a nutshell, "If an integer dividend is divided by an integer divisor, the result is an integer that has any fractional part of the result truncated."

    So, to...

  • RE: converting numeric field to datetime datatype

    Please provide table structures (in the form of CREATE TABLE or Declare @table statements ) and sample data (in the form on INSERT statements) so that the volunteers here can...

  • RE: Stored Procedure Comparing parameters passed in with Table values

    zsysop (4/27/2009)


    Thanks, but wouldn't this still update all of the columns for where any of the passed in params are not equal? I would like it to update only the...

  • RE: Detect duplicate rows - with a twist

    It would sure be helpful to have table structures and some test data. Plus, you get some tested code back, instead of "this should work". Please see the link in...

  • RE: Date field default value

    dlongnecker (4/27/2009)


    WanyeS, your link looks broken.

    Whoops. Thanks, I fixed it above.

  • RE: Can not insert into a table

    Faye Fouladi (4/27/2009)


    I get the message: Ambiguous column name 'SSN' when I execute the following SQl statement. what is wrong?

    Declare @EMAILID uniqueidentifier

    Declare @EmailTypeID int

    Set @EmailTypeId...

  • RE: Date field default value

    davidandrews13 (4/27/2009)


    i personally prefer to set it as null.easier on the eye when looking through the database and working out whether it has a valid date against it or not.

    but...

  • RE: Calculation of TV Commercial Breaks with SQL2005

    Okay....

    So, based on the data in your sample code, what is the logic to determine that the third commercial gets combined with the top, and the last commercial doesn't?

  • RE: Date field default value

    Bridget Elise Nelson (4/27/2009)


    What do you mean about BOL?

    Thanks for response.

    BOL is SQL Server Books OnLine.

    This is the built-in help file for SQL Server. You can access it from...

  • RE: WITH keyword syntax?

    vaughan_davies (4/27/2009)


    The database runs on SQL Server 2000.

    You would get better help by posting in the appropriate forum. Since you have a SQL 2000 question, one of the SQL 2000...

  • RE: Calculation of TV Commercial Breaks with SQL2005

    Hi Zeev,

    I'm looking at this issue also, and there is one aspect of it that I don't understand:

    SELECT

    1 AS commercial_break_id,

    1 AS...

Viewing 15 posts - 5,401 through 5,415 (of 5,590 total)