Posts by WASBOARD • 77 points
3 posts
-
-1
votes1
answer627
viewsQ: Docker Descktop 2.3.2.1 - Installation Failure - Windows 10
When I try to install Docker descktop in windows 10 and this error occurs: Failed to start service: Service did not respond to start or control request in a timely manner in…
-
4
votes1
answer3164
viewsQ: Error "There is already an Object named '#TEMP' in the database"
I’m performing a load, using a temporary table on Microsoft SQL Server 2008. SELECT CAMPO1, CAMPO2, CAMPO3, CAMPO4 INTO #TEMP FROM DADOS In the query, I use the following command, to check if the…
sql-serverasked WASBOARD 77 -
3
votes2
answers3629
viewsQ: Error trying to remove a temporary table
I have a service where I load data from an ERP into a DW. The source of the data is SQL Server 2008 R2 10.50.1600.1 and the target server MS SQL Server 2008 10.0.5512.0 SP3. The service performs a…