Forum Replies Created

Viewing 15 posts - 21,706 through 21,720 (of 22,184 total)

  • RE: Index creation

    You know, I've never tried, but I have to assume that it would involve a larger amount of data. Based on the information, I doubt you'd see a difference with...

  • RE: Index creation

    No, I can't prove it. It's information I've inherited. I thought it was from an article by Kalen Delaney, but I can't find it. Here's a reference from Kimberly Tripp:...

  • RE: Index creation

    Creating a unique constraint is different than creating a key field. It sounds like you're in the Index/Key creation screen. Basically if you select unique key you're making an alternate...

  • RE: Connection problem to SQL Server 2005

    The links I supplied are for 2005 (it's that kind of forum), but the concepts should be the same.

  • RE: SELECT Statement Qst.

    If you literally mean the difference between what you have typed, the first selects all columns & all rows from the table in question. Depending on the size of the...

  • RE: How do I Change The DB\Instance name

    Create the new instance, copy & attach all the databases, drop the old instance.

    It is a pain in the tucas.

  • RE: Connection problem to SQL Server 2005

    neoklis (10/3/2007)


    Andras thank you for your reply.. I cant figure out the way you are describing me to connet to Sql..

    SQL Server is not simply a file on a machine...

  • RE: tempDB and cluster

    It's just how clustering works. The clustering service shares the disk storage and expects to find the databases there when a failover occurs.

  • RE: tempDB and cluster

    Active or passive, how many instances of SQL Server do you have? That's how many tempdb's you'll have.

    And they can't go onto local system drives (least not that I've ever...

  • RE: Date / Time transactions

    I still don't think you're providing quite enough information to make the determination, but here's a SWAG based on what you've provided:

    SELECT DATEDIFF(mi,t1.[END_DATE],t2.[END_DATE]) AS MinutesDifferent

    ,t1.[OPERATOR]

    FROM dbo. t1

    CROSS APPLY (SELECT...

  • RE: Half a Million

    So I'm ineligible...

    I like this site for a number of reasons. First off, the articles are informative, but more than that, because of the structure that you guys set up,...

  • RE: DEAD LOCK

    I'd also look at the order of processing between the two procedures that are deadlocking. Be sure that if Proc1 is accessing the tables in the order, A, B, C,...

  • RE: Design debate - 1 code table for all codes or 1 for each

    Damn, I didn't even get all the tape wrapped around my fists to start swinging.

    Good choice. I'm facing a major redisign on a fairly substantial system to remove the uber-code...

  • RE: UPDATE statement conflicted with the FOREIGN KEY constraint

    Sure sounds like you have a foreign key constrain violation. Check the data incoming against the data in the table that the error indicates. You have to have a discrepancy...

  • RE: Newsletter Changes

    If I'm reading it correctly, that last image is the new newsletter? I kind of liked having the little tease sentence of what each article is about. It gave me...

Viewing 15 posts - 21,706 through 21,720 (of 22,184 total)