Thursday, October 15, 2015
Friday, October 9, 2015
Thursday, October 8, 2015
change sql profiler defaults
Trying to pass a table-valued parameter with 11 column(s) where the corresponding user-defined table type requires 12 column(s).
select tt.name,count( c.name) from sys.table_types tt
inner join sys.columns c on c.object_id = tt.type_table_object_id
group by tt.name
inner join sys.columns c on c.object_id = tt.type_table_object_id
group by tt.name
Monday, September 21, 2015
sql server profiler woes
i couldnt see anything with sp - stmt start - i only saw with rpc completed
Thursday, September 17, 2015
http 404 error on wcf rest service httpget
i was getting because of the length of the querystring
Friday, September 11, 2015
Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
just means a timeout
Subscribe to:
Comments (Atom)