Forum Replies Created

Viewing 15 posts - 28,096 through 28,110 (of 39,804 total)

  • RE: The Core

    I'll paraphrase my buddy, Andy, who reminded me of his core tenet a week ago.

    Go with the defaults until you have a reason not to.

    Normalizing should be a default.

  • RE: Scary Questions

    Great comments and like many of you, I fell into this job. I was a network admin, a CNE in a Novell environment and we got a SQL Server. It...

  • RE: The Vacation Dilemma

    Just got back from 3 days of "vacation" at Scout camp with my two little kids. After some bad food, lots of sun, and sleeping on the ground, I need...

  • RE: Email reports directly to the hands of your Executives

    I think this is a great idea, and it's similar to one I've used to email myself DBA reports every day.

    xp_sendmail has worked fine for me for years. And very...

  • RE: Data File Autogrowths

    If you read the internals books or dig into BOL, there are pages inside SQL Server that create a map for all allocations. Just as pages have a map of...

  • RE: sql server 2000+mail

    Check out xp_smtp from Gert Drapers. This might do what you need.

    http://www.opcode.co.uk/components/xpsmtp.asp

  • RE: max worker threads

    I thought I had read in a blog about changing this with newer servers that have multiple cores. There was some ratio of worker threads to cores that you could...

  • RE: Cursors

    Hey, that's me. Missing the obvious, pointing out the obscure. 😉

  • RE: Rules, Defaults and the SQL Standard

    The nice thing is that deprecated features last for a couple versions. DTS was announced as deprecation in 2005, it's stil there in 2008.

    I'm not sure why features get deprecated....

  • RE: The Core

    You're welcome and glad you liked it.

    Some great comments in here.

  • RE: Get data between specific week days

    Can you give an example, or a few? It's not clear what you mean.

    You also might want to check out datepart, which can get you different parts of a date,...

  • RE: Partitioned Database

    Also, dividing the database among servers might not work. It depends on your application.

    You probably should hire a consultant to evaluate performance and help you improve the speed at which...

  • RE: Database Mirroring (Any operating mode)

    Keep in mind if you did move to database snapshots that the snapshots are point in time and don't keep up with changes to the primary.

  • RE: Data File Autogrowths

    It's possible that they are. the reason is that read aheads, scans of indexes or heaps, etc., don't take place in contiguous order, at least not outside 10MB. Any extents...

  • RE: Moving Model database error?

    Did you follow instructions here? http://support.microsoft.com/kb/224071

Viewing 15 posts - 28,096 through 28,110 (of 39,804 total)