Forum Replies Created

Viewing 15 posts - 1 through 15 (of 196 total)

  • RE: Quick and Dirty DR Solution Using Robocopy

    Be careful with using Robocopy on large files - it uses buffered IO functions in the Windows API which can lead to massive paging and negatively impact SQL Server performance.

    These...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: The SQL Server 2008 Datetimeoffset Data Type

    vreten (4/18/2011)


    This is what I came up with, it converts the start time from UTC to whatever the local time is running on the sql server it is dynamic and...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: The SQL Server 2008 Datetimeoffset Data Type

    One downside of datetimeoffset is that it's not easy to switch to different timezones without understanding the nuances of Daylight Saving Time (though to be fair it's not easy with...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: Configuring Database Mirroring

    The article states that SQL 2008 is a prerequisite but mirroring has been around since SQL 2005 SP1.

    Also, the witness can be Express or Workgroup edition.

    Finally, I want to emphasize...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: Replication Without Deletes

    I'll take it!

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: Querying XML Indexed Data

    Are you using typed or untyped XML?

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: Moving Indexes with Powershell and SMO

    RichB (10/1/2010)


    Helpful indeed.

    However, wouldn't it be even more helpful if there was an equivalent of sp_helptext for indexes and tables...

    This sounds a bit off topic from what the discussion was...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: Moving Indexes with Powershell and SMO

    Zach,

    Interesting approach but is there a way to script the commands out as CREATE INDEX...WITH (DROP_EXISTING=ON) ON [FILEGROUP] instead of dropping the indexes first and then creating the new ones?...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: (Source: MSSQLServer, Error number: 20598)

    john_jakob (8/29/2008)


    I ran into this problem several times with SQL 2000 replication -- 2005 might be similar.

    First try deleting all rows in the table in question at the...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: How to set Alert mails for replication failure.

    I wrote an article published in the June 2010 SQL Server Magazine which includes how to do this. Here's an excerpt:

    SQL Server can be configured to raise alerts when specific...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: Need to replicate multiple databases (publications) to one central subscriber

    Whenever you have a central subscriber topology I recommend changing the default behavior for what to do if the table articles already exist at the subscriber. To do this open...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: If You Had To Pick a Super Hero...

    paul.knibbs (8/27/2010)


    Kendal Van Dyke (8/27/2010)


    Just a normal human being who is constantly honing his skills and taking his share of lumps along the way.

    Normal human being? Well, sort of, although...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: If You Had To Pick a Super Hero...

    I like the Dark Knight - a wealthy, stand-up guy who gets to play with cool technology. Knows when to bend the rules and just how far to bend them...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: How to get info about repl delay time using DMV(F) or other system command?

    These procedures pull from the distribution database and it's populated by all the various agents the same way regardless of if the publisher and distributor are the same instance.

    Have you...

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

  • RE: How to get info about repl delay time using DMV(F) or other system command?

    DMVs\DMFs don't tell you anything about latency. Three ways I suggest:

    1. Replication monitor. Pretty sure most everyone who works with replication knows this one.

    2. Tracer Tokens (See BOL here: http://msdn.microsoft.com/en-us/library/ms188024(SQL.100).aspx)

    3....

    Kendal Van Dyke
    http://kendalvandyke.blogspot.com/[/url]

Viewing 15 posts - 1 through 15 (of 196 total)