Questions tagged as 'sql-server'

0
answers

Get textview value through gridview / sql server

I have a gridview of a column consisting of only four textviews and I am loading values from a SQL Server database into it. How do I click a grid line to display another field (associated with the row) of this SQL table in a separate textview? I...
asked by 11.10.2016 / 18:31
0
answers

Publishing C # application [closed]

I created an application in Windows Forms, I published the application to generate the setup and install it on other machines, install the application on the machine and execute it, when I open some form that has call the bank SQL Server does...
asked by 22.08.2016 / 21:33
0
answers

Linked Server Optimization SQL Server

Currently there is an environment that has 4 servers with a database. I need to gather some information from 3 servers in 1. Example : The servers are: A B C and D I need to get some information that is on the A B C server...
asked by 13.07.2016 / 15:11
0
answers

What do I need to connect to an external SQLSERVER database with my application?

I have a hosting in which I need to connect to an external SQLServer in a php system I'm creating. I enter all the data correctly but always gives connection error showing the message:    mssql_connect() : Unable to connect to server...
asked by 27.07.2016 / 16:13
0
answers

False positive on visual basic software .exe [closed]

I am new to the forum, so I apologize if I am repeating a topic (I actually searched and did not find anything that resembled the problem I am having). Anyway, I'll explain what's happening: I did a Visual Basic 2013 development along with th...
asked by 22.07.2016 / 01:26
1
answer

Select next line field

I need to make an appointment by bringing the second value of a field to the first row. That is, I need the value of the first field in the "Time1" column to be filled with the value of the second field in the "Time" column. I created an empty f...
asked by 17.05.2016 / 01:23
0
answers

Create Partition

I'm partitioning a table in my database, I created the function partition and the scheme partition. But when I go to the Create partition Wizard the Radiobutton Existing partition function is disabled even with function created. It's the sam...
asked by 05.08.2016 / 20:33
0
answers

The transport-level error has occurred when receiving results from the server

I have a Asp.Net MVC 4 application (with Entity Framework and SQL Server) that works normally on my application server, but now I had to work with redundancy and load balance with two new servers for the application (discarding the old one). O...
asked by 11.05.2016 / 22:32
0
answers

like% TEXT% in full text search

I would like help with search using full text search in SQL Server. Today I have a table that stores materials and I'm doing a search using the full text search with contains SELECT * FROM MATERIAL WHERE CONTAINS(MAT_D040I1, '"FUSO*"' ) Wit...
asked by 11.04.2016 / 20:46
0
answers

Can not access database through SQL server - DSN

I have a class that I can connect to MySql, and would like to use it to access a database on a local network and that is in SQL SERVER 2014. private static function Conectar() { try { if (self::$Connect == null): $dsn =...
asked by 21.03.2016 / 14:59