Click here to Skip to main content
15,885,435 members

Comments by sachi Dash (Top 69 by date)

sachi Dash 4-Apr-16 5:00am View    
Anyway I have already used an paid account.
sachi Dash 4-Apr-16 4:59am View    
:D Actually I am a beginner in this work.
sachi Dash 22-Sep-15 2:58am View    
Thanks a lot.
sachi Dash 22-Sep-15 2:57am View    
Thanks everyone the code should be
string tableNamePlusDot = item + @"\.";
sachi Dash 26-May-15 9:19am View    
Thanks a lot for reply.

If I select Top 10000 data then it works. For the following query it works fine:
"SELECT TOP 10000 T0.url AS '[Q1].[Site]' FROM user_url T0 "

But If I select all data like: "SELECT T0.url AS '[Q1].[Site]' FROM user_url T0 ". It does not works. It shows a error list like that:

System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)
at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength)
at System.Text.StringBuilder.Append(String value)
at System.IO.StringWriter.Write(String value)
at Newtonsoft.Json.JsonTextWriter.WriteEnd(JsonToken token)
at Newtonsoft.Json.JsonWriter.AutoCompleteClose(JsonContainerType type)
at Newtonsoft.Json.JsonWriter.InternalWriteEnd(JsonContainerType container)
at Newtonsoft.Json.JsonWriter.WriteEndObject()
at Newtonsoft.Json.JsonWriter.WriteEnd(JsonContainerType type)
at Newtonsoft.Json.JsonWriter.WriteEnd()
at Newtonsoft.Json.JsonWriter.AutoCompleteAll()
at Newtonsoft.Json.JsonWriter.Close()
at Newtonsoft.Json.JsonTextWriter.Close()
at Newtonsoft.Json.JsonWriter.Dispose(Boolean disposing)
at Newtonsoft.Json.JsonWriter.System.IDisposable.Dispose()
at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
at Newtonsoft.Json.JsonConvert.SerializeObject(Object value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.SerializeObject(Object value)
at Service.CreateReport(String reportname, String datasourceid, String parameter) in d:\BI-FERRET\App_Code\Service.cs:line 133