Questions tagged as 'sql-server'

2
answers

Query in SQL SERVER 2017

I need to perform a query in SQL Server 2017, where I need to bring the following information: Codigo do chamado , Data Abertura , Interação , Analista , UltimaInteração (would be the last interaction date) and...
asked by 02.08.2018 / 13:58
1
answer

Python Connect Sql With user and "token"

I have an application in Flask and I'm using SQLAlchemy to get access to SQL Server. I would like the connection to the database to be made by a generic user and the password is a "token", I thought it would only replace the parameters but no...
asked by 29.08.2018 / 19:56
1
answer

SELECT with intermediate table returning all values in the same field and separated by commas

I have the tables (and their relationships) in the diagram below: I need to do the following: Bring all the fields of the TBCADCRE table and an extra column named ADQ with all the TIPADQ that the user has (can have a maximum of 6) separate...
asked by 23.08.2018 / 23:39
1
answer

I create a table or several tables in SQL Server?

I have tables in my database: Orcamento , Maquinas , Veiculos and Acessorios . I need to record the costs of each of them, for example to each table will be recorded a cost daily I create a table called Custo...
asked by 08.07.2018 / 17:35
2
answers

Pass connection string to dataset via code

How to pass the string connection to the dataset via code? because the application I'm developing can not contain app.config .     
asked by 09.01.2015 / 17:20
1
answer

Android SQLServer Connection Failed

Error while trying to connect Android / Java with SQLServer Here is the error: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Socket closed". ClientConnectionId:585...
asked by 09.01.2015 / 13:18
1
answer

Error when modifying column of a View with calculation

I need to insert a calculation column in this view below, but the message    Msg 205, Level 16, State 1, Procedure ConsolidatedStudyBaseSifix, Line   4 [Batch Start Line 9] All queries combined using a UNION, INTERSECT   or EXCEPT operator mu...
asked by 06.09.2018 / 17:35
1
answer

C # BD .mdf connection string

Good evening guys, I have a .mdf database in a Windows Forms and I want to make the connection string it, can anyone help me? My version of Visual Studio is 2015 and the file is in: C: Documents \ Visual Studio 2017 \ Projects \ Projects \ Final...
asked by 11.05.2018 / 04:49
2
answers

I need to relate two tables in order to bring me a result within the conditions I want

I'm using SQLSERVER Condition (What the result should return me) · Creation of the agenda. It is necessary to create the flow for creation of agenda and blocking to reserve the vacancies; When crossing data from two tables I need to alloca...
asked by 13.05.2018 / 02:28
2
answers

Timeout Sql Server on a Web Api request

When executing the query I get a TimeOut Sql Server error: Connection Method: public SqlDataReader GetDataReader(string comando) { SqlConnection conn = criaConexao(); // Cria Comando SqlCommand...
asked by 13.09.2018 / 08:38