Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Index design question

    Thanks again Gail. I think I will create the two indexes as you described. I have read several of your articles, and I do think I have a...

  • RE: Index design question

    Okay Gail, I've read your series. It did provide me with a little better understanding of indexes than I had before, BUT, I'm now wondering, given the situation that...

  • RE: Index design question

    Thanks Gail.

    Okay, so what about a combined non-clustered index on LastName, FirstName, and DateOfBirth? Based upon the situation of having, or not having, the FirstName and/or the DateOfBirth, would...

  • RE: Date Manipulation with DATEADD/DATEDIFF

    Another method to strip the time from a date/time value and keep it as a datetime type would be: CONVERT(datetime,CONVERT(varchar,GetDate(),101))

  • RE: Protection Close To Home

    I have a Buffalo Terastation Live (2TB) NAS server that I bought a couple of years ago (it was on sale for less than $800, quite a deal at the...

  • RE: Storing IPv4 Addresses for Performance

    Darn it HansVE, you beat me to the punch! I was going to say exactly the same thing. I don't see why someone would go to all of...

Viewing 6 posts - 1 through 6 (of 6 total)