Forum Replies Created

Viewing 15 posts - 76 through 90 (of 213 total)

  • RE: Question of the Day for 10 May 2007

    The "correct" answer doesn't satisfy the base requirements!  3 100 gig drives in raid 5 only gives you 200 gig of usable space!!!!


    Student of SQL and Golf, Master of Neither

  • RE: How SQL Server Chooses the Type of Join

    If the statistics were "bad", or insufficiently sampled, why would running the query with the recompile option help?  You'd be making a new query plan with the same bad or...


    Student of SQL and Golf, Master of Neither

  • RE: Addding a new column to table in use...

    We've used the Alter Table statement on a fairly busy database a few times to add a column, and have been very pleased with the utter lack of a noticable...


    Student of SQL and Golf, Master of Neither

  • RE: Check constraint

    Is there a corresponding way to do this same example using SSMS?

     


    Student of SQL and Golf, Master of Neither

  • RE: SQL Server 2005 Service Pack 2 is Out

    Nice summary Steve.  We're looking to put SP2 into place the first weekend in April (assuming we don't read too much bad press before then!)


    Student of SQL and Golf, Master of Neither

  • RE: XML Week

    XML should be used as a transfer protocol.  I see a use for sending (for example) 7 records at once to a sql server, and letting the Stored Procedure tear...


    Student of SQL and Golf, Master of Neither

  • RE: Any reason not to use SQL Server 2005 Express Edition?

    In the past, we have used the SQL Import wizard to bring Jet tables into a new SQL database (manually).  With express, you don't have that option (as I read...


    Student of SQL and Golf, Master of Neither

  • RE: Any reason not to use SQL Server 2005 Express Edition?

    Let's see:  No import/export capability so you can't simply upsize a Jet app to it.  No SQL Server Agent so you can't run any automated database maintenance task like backups...


    Student of SQL and Golf, Master of Neither

  • RE: Understanding the Big Picture on SQL 2000

    Dave, that won't really work.  You'll see the resultant HTML that the ASP or PHP or whatever generated, but you won't see the actual code behind it (unless something is...


    Student of SQL and Golf, Master of Neither

  • RE: Understanding the Big Picture on SQL 2000

    For us the "normal, usual" method of accessing our MS SQL Server databases is through plain old Active Server Pages.  But I'll tell you right now, what each company/person uses...


    Student of SQL and Golf, Master of Neither

  • RE: Double-Take

    When you can't find out anything, especially pricing, without doing a personal data dump, I lose interest very quickly.

    I liked what little I saw, but when will vendors learn that...


    Student of SQL and Golf, Master of Neither

  • RE: help!!!!!!!!getting time out expired"

    There is nothing wrong with the components you're using to access your sql server, we use the same basic setup with hundreds of users.  The time out expired problem is...


    Student of SQL and Golf, Master of Neither

  • RE: Truncating transactionlog

    It's truncated automatically and ONLY when you run a transaction log backup.   Running a full backup does NOT truncate the transaction log, despite what you might see posted from time...


    Student of SQL and Golf, Master of Neither

  • RE: Need to access the impact of changing server IP address

    Don't forget to go into SQL ServerConfiguration manager and make sure the "Listen on" settings under protocols, tcpip, properties reflect the proper IP address(es).  Should be fine for most folks, but...


    Student of SQL and Golf, Master of Neither

  • RE: The Arms Race

    I agree with most here that the ads on SSC are focused on the expected readers, and placed in a reasonable manner.  I absolutely hate pop-ups and pop-unders.  I don't...


    Student of SQL and Golf, Master of Neither

Viewing 15 posts - 76 through 90 (of 213 total)