i have been getting this error lately when running queries. Sometimes when i re-run the query, it will work, other times ill get the same error or even a System.OutOfMemoryException
I recently rebooted my machine.
Quest.FastData.FastDataException
Encountered problem with spooling data to disk.
Closing result spool file.
2048 rows lost from the current result.
Stack Trace:
at Quest.FastData.FastTable.RowCollection.Add(Object[] item)
at Quest.FastData.FastTable.AddRowAccepted(Object[] data)
at Quest.Toad.SqlServer.SqlServerConnection.AddRow(Object[] rowArray, FastTable datatable, PrePostProcessHandler prePostProcessHandler)
at Quest.Toad.SqlServer.SqlServerConnection.ReadRow(IDataReader reader, FastTable datatable, FastReadOptions options, PrePostProcessHandler prePostProcessHandler)
at Quest.Toad.Db.ToadDataAdapter.InternalReadBackground()
System.Reflection.TargetInvocationException
Exception has been thrown by the target of an invocation.
Stack Trace:
at Quest.FastData.FastTable.RowCollection.Add(Object[] item)
System.InvalidCastException
Specified cast is not valid.
Stack Trace:
at Quest.Toad.SqlServer.SqlByteSerialize.Serialize(BinaryWriter outStream, Object obj)
at Quest.FastData.FastTable.SerializeRow(Object[] data, BinaryWriter writer, FastSerialize[] serializer)
at Quest.FastData.FastTable.RowCollection.SerializeRowData(Object[] data, FastSerialize[] serializers)
at Quest.FastData.FastTable.RowCollection.<>c__DisplayClass46.b__45(Object state)