Questions tagged as 'sql-server'

2
answers

I can not restore my backup

I made a backup once and it worked. Now more tables have been created, views w wc and I need to update the database. As the bank is in a network address and for security, we can not do anything, the manager here made a backup for me to install i...
asked by 26.09.2014 / 14:34
1
answer

Connection via PHP to a SQL Server 2012 database

My problem has some variants: I have a website built on joomla, which is hosted on a linux server. The administrator where I have hosted my website, has informed me that will not install any php extension, so as not to get conflicts or pro...
asked by 05.06.2014 / 16:44
2
answers

Error initializing SQL Server Express

I try to initialize the SQL Server service (SQLEXPRESS) and I get this error message: What can it be?     
asked by 19.05.2014 / 01:30
2
answers

Best way to add multiple items from an order to a table

When I add a request to the TB_PEDIDOS table, TB_PEDIDOS: ID_PEDIDO, DATA_PEDIDO, ID_CLIENTE I also need to add the order details in another table: TB_DETALHES_PEDIDOS: ID_PEDIDO, ID_PRODUTO, QUANTIDADE, PRECO Example: Produto...
asked by 15.04.2014 / 03:36
1
answer

use of localdb with team foundation server

I have a visual studio solution, which contains several C ++ projects and a SQL DB project, which is published to an instance of localdb. Versioning is done using Team Foundation Server. My question is: How can I configure the sql project i...
asked by 17.04.2014 / 12:18
2
answers

Drivers for bank connection via Classic ASP

Good afternoon. In the connection string of our web application, we always use Driver {SQL Server}. We have other options like {SQL Server Native Client 11.0}. What are the decision-making criteria for choosing one or the other? Do you have an a...
asked by 10.06.2014 / 20:10
1
answer

Sql Timeout with WebMatrix.Data.Database

Using the WebMatrix.Data.Database namespace, I'm having trouble executing a query that returns a lot of data, resulting in a Timeout. How can I increase the timeout of this query? Code sample: var db = WebMatrix.Data.Database.Open("Defau...
asked by 20.06.2014 / 19:50
1
answer

Generating tables in sql-server with hibernate

I'm migrating a java system, to work with 2 or more databases. I created the tables for firebird using hibernate without many problems. The second bank did not succeed. The SQL Server. Why do microsoft products have to be different? Good ......
asked by 25.04.2014 / 18:21
0
answers

Integration Services does not insert insert with high quantities [closed]

I'm using Integration to load into an identical table in another database on the same instance, but the Integration package does not end the operation when I try to perform an insert with a high number of records (34,000) when the amount of reco...
asked by 02.01.2019 / 11:40
0
answers

jpgraph empty square php line chart [closed]

Here's my code to receive data form: if(empty($_POST["GESTOR"])) { $where_GESTOR = ""; } else { $GESTOR = implode( "','" , $_POST["GESTOR"]); $where_GESTOR = " and B.GESTOR in ('$GESTOR') "; } if(empty($_POST["FORNECEDOR"])) {...
asked by 02.01.2019 / 20:45