Anar Khalilov

Results 3 issues of Anar Khalilov

When I executed the SP with the following settings, it cause a syntax error because no closing parathesis was specified for column list: EXEC dbo.GenerateInsert @ObjectName='MyTable', @GenerateOneColumnPerLine=1, @PrintGeneratedCode=1 As I...

We want to access timings as shown below but we couldn't find a way. Can you provide a way to be able to measure performance by making these timings accessible...

https://github.com/movio/bramble/pull/179 Currently, all requests are being logged as Info (v1.4.3/instrumentation.go:56) and it really results in lots and lots of logs, hence increases costs for our applications. As per our application's...

enhancement