I try to do a simple select for some duplicates but my sql statement always end up with this error:
Command not properly ended
What I have is a table like this
EAN STR
============= ====
8030524096397 AAAA
8030524096397 …
I am using SQLTalk for Windows, version 10.0.0-PTF1 Build 13914.
It is a very simple database administrator: I use PgAdmin for PostgreSQL and it has many tools.
But SQLTalk doesn't have, for example, undo feature (CTRL+Z). So I would like to know if…
During the transactional replica set up from on premise DB to Azure. We hit XML parsing: Document parsing required too much memory when bcp data from a table.
I modified my sql.ini file to connect to a remote server hosting an SQLBase db, so I added the following line:
[win32client.ws32]
serverpath=serverName,IP_ADDRESS,PORT_NUMBER/*
But I get the following error when executing the command set server…