Wednesday, October 28, 2015
There was no endpoint listening at
oh my. I didn't check the address - it was missing ;(
Tuesday, October 27, 2015
Could not load file or assembly Microsoft.SqlServer.SqlClrProvider
how to view the GAC as files - allowing copying etc
Thursday, October 22, 2015
order by on binary cast as bigint
order by cast(sequence_no as bigint)
will not order by correctly
will not order by correctly
Monday, October 19, 2015
poweliks virus
addressed here
actually, in my case I had a mp4 I had downloaded from youtube through a downloading site.
the mp4 itself was doing the trouble - so I went in safe mode and deleted the file - I even had to clear recycle bin
now it looks ok
actually, in my case I had a mp4 I had downloaded from youtube through a downloading site.
the mp4 itself was doing the trouble - so I went in safe mode and deleted the file - I even had to clear recycle bin
now it looks ok
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
Subscribe to:
Posts (Atom)