diff --git a/StackExchange.Profiling/SqlTiming.cs b/StackExchange.Profiling/SqlTiming.cs
index d8d45d2..e1c8914 100644
--- a/StackExchange.Profiling/SqlTiming.cs
+++ b/StackExchange.Profiling/SqlTiming.cs
@@ -89,13 +89,13 @@ public SqlTiming(IDbCommand command, ExecuteType type, MiniProfiler profiler)
///
/// Gets or sets the SQL that was executed.
///
- [ScriptIgnore]
[DataMember(Order = 2)]
public string CommandString { get; set; }
///
/// Gets the command string with special formatting applied based on MiniProfiler.Settings.SqlFormatter
///
+ [ScriptIgnore]
public string FormattedCommandString
{
get