SQL Server is a relational database management system from Microsoft. Use this tag for all SQL Server editions including Compact, Express, Azure, FastTrack and PDW.

learn more… | top users | synonyms (6)

0
votes
0answers
6 views

Azure and SQL Server: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server

Using Azure with SQL Server. In 30% of the cases where the SimpleRoleProvider is implicitly called we get an error: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server. The ...
-4
votes
4answers
39 views

How to do WHERE clause BEFORE INNER JOIN

How I do query like this ? select Distinct Station , Slot , SubSlot, CompID , CompName from DeviceTrace as DT DT.DeviceID = '1339759958' inner join CompList as CL where and DT.CompID = ...
2
votes
2answers
54 views

C# Windows Form Application with Database not running on Client's System

I have developed a Windows Form Application in C# that uses SQL Server database connectivity. I developed it in .NET Framework 4.0 and SQL Server 2008 R2. My application is using a local database ...
0
votes
2answers
27 views

Optional query parameters in SQL Server

I want to fetch data from a SQL Server database using values from a dropdown list. My query is select Age,City,State,Caste,IncomeMin,IncomeMax from Ruser where (Age between '" + ...
-1
votes
0answers
12 views

Can't create local database file

I'm using visual studio 2010, and I tried to add service-based database (filename.mdf), but it says "Login failed for user 'compName\username'" It sounds a bit weird that I can't create local file. ...
0
votes
0answers
8 views

Setup for already published site

I bought a web application and the company installed it on my machine. I need to install that application on other machines but I want to create a executable file for easy installation. I use IIS web ...
0
votes
2answers
16 views

SQL Selecting average of rating from another table

I have two tables: Anime_List and Anime_Reviews. Anime_List table has a 'Rating' field that grabs the average rating from Anime_Reviews. However, some ratings (rows) don't exist in Anime_Reviews and ...
0
votes
0answers
9 views

How to replace diacrita charaters from other master table in sql server

I wanna implement export to flat file functionality through ASP.NET with following conditions: Check every column for each rows of table for diacritic character if exists then get value for ...
0
votes
1answer
25 views

A Simple SQL “City Name” - “Country Name” Mapping Query

I've gone through many question and answers on here and made many searches to find a "SIMPLE" country names to city names mapping SQL tables without any luck. MaxMind, Geolocation, Geoname, all ...
-1
votes
0answers
23 views

Simple way to add my Excel into SQL Server using C#.NET

How can I add all my Excel Data in SQL Server using C#.NET not ASP.NET. I know a way to push the data from Excel to SQL server if the table has correct field names but I am wondering is there a way to ...
0
votes
0answers
20 views

How to show the unicode in cakephp when using SQL server

I use the cakephp with SQL server 2012. In my database i have declare nvarchar instead of varchar to show the unicode. But when i use $this->set('types',$this->Manager->query('select * from ...
0
votes
0answers
27 views

SQL Server Linked Servers [closed]

This is my sample query on joining 2 linked servers, HUGO and BABBLER. HUGO server has NPC_PROD Database and BABBLER server has NPCDB database. Now, I am trying to join Column Work_order of MOS table ...
-1
votes
1answer
17 views

Sorting and saving as a new table

I have a table named “Unsorted Name” Name Grade Z 3.4 T 3.8 A 3.5 B 3.6 I want to sort the name in ascending order and want to save the new table as named: “Sorted Name” Name Grade A ...
-2
votes
1answer
21 views

Stored function to search files in SQL Server

Here is my case, i have a PRODUCTS table create table PRODUCTS ( ID_PRODUCTS CHAR(10) primary key not null, NAME CHAR(30), PRICE INTEGER ) Then I fill ...
0
votes
0answers
14 views

Cannot Connect To Sql Express Database On Other Computer In VS2010

I have a website I created with VS2010 on my work computer that uses a Sql Server Express 2012 mdf file. I store the website on my dropbox so I can work on it from home easily. My home computer aslo ...
0
votes
2answers
24 views

JDBC connection does not run with .jar file, but with eclipse project

I'm really looking at a mystery here. I created a Java program in Eclipse and established a JDBC connection. The code is the following: import java.sql.*; public class login { public static ...
0
votes
0answers
11 views

How to inherits differents models in the same view in ASP MVC

I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005. I am using also Entity Framework and Code First Method. I have a partial View 'Gestion.ascx' which contains a Form ...
-6
votes
0answers
28 views

problems of SQL Server environment [closed]

I would like to make short report about "five of the most common problems with managing large, complex data sets in a SQL Server environment". Please guide me on this. Thanks
0
votes
2answers
16 views

SQL Server Profiler missing after installation

Does anyone know if there is some type of bug in the installation of SQL Server 2008 R2? It seems if you have Express edition installed, then upgrade to anything (developer, enterprise, etc.) the SQL ...
0
votes
0answers
21 views

get schema from .mdf database (sql server)

I have a .mdf (and .ldf) file for a SQL Server (I think express) database. I want to just see/export the schema of the database, but would rather not install the full SQL Server just for this, as it ...
2
votes
2answers
42 views

Why inserting into the table not working?

I wonder why this piece of code is not working? SqlCommand comand = new SqlCommand(); //string myConnectionString = "Data Source=.\SQLEXPRESS;Initial Catalog=try;Integrated ...
0
votes
3answers
20 views

How to store multi-line textbox content before page is closed and retrieve it when page loads again?

I tried to find approaches in the Internet on how to store this data somewhere without saving it to the database and found strange silence about this issue. I have a database and web page (user form) ...
0
votes
2answers
26 views

Updating a newly added column in existing table

I have two tables REPORT with RPT_ID and RPT_NM columns RPT_ID RPT_NM 2345 UNIVERSAL 3456 FIELD 4567 BOILER 5678 NORTHLAND 5789 CANADA and another table JOB where RPT_ID ...
2
votes
1answer
35 views

Use conditional computed column in SQL query

I have two tables viz. #Exported_Data and User_Details. #Exported_Data: (User_Id, User_Name, Status, Office_Id, Dept_Id, Service_Id, Allocation) User_Details: (User_Id, Office_ID, Dept_Id, ...
-2
votes
3answers
41 views

Insert datetime from C# into SQL Server database

when I try to insert datetime value into a SQL Server database I get this error: Conversion failed when converting date and/or time from character string Code: connection.Open(); SqlCommand ...
4
votes
1answer
25 views

What data type is optimal for clustered index of a table published by using transactional replication?

We have an application which stores data in SQL server database. (Currently we support SQL Server 2005 and higher). Our DB has more than 400 tables. The structure of the database is not ideal. The ...
1
vote
3answers
47 views

Joining 2 SQL Servers

I am trying to search 2 servers (A and B). Server A has database PROD_A and Server B has PROD_B. PROD_A has table1 and PROB_B has table2. How can I merge 2 tables from 2 different SQL Servers? Already ...
1
vote
0answers
16 views

Bayes Rule Using SQL

Wanted to confirm the technique i am using to calculate the a-posterior probabilities of the following disease is correct for the following Bayes Network ...
1
vote
2answers
33 views

Inserting table in SQL server using Cursor

I am trying to import an excel file to SQL , the file has 3 columns : Box - Code - Validity i am using the following query USE [Libatel] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER ...
0
votes
0answers
27 views

SQL Server works in CLI but not PDO

I'm running this; the SQL that's outputted in the die() works fine when copied and pasted into the console, but it's throwing an error SQLSTATE[42000]: [Microsoft][SQL Server Native Client ...
0
votes
1answer
12 views

create a file system group pointing at a SAN

I am working with creating a FileTable in sql server 2012. I want to store the files on a SAN (Storage Area Network). I have mapped it to a drive on sql server. To use the FileTable, I need to set up ...
0
votes
2answers
22 views

SQL Server - Missing records in join

I'm trying to accomplish the following using the below query: Take all records from the Dial table and group based on various criteria contained within the table Join the table to the History table ...
0
votes
1answer
31 views

Multiple Row Update SQL Trigger from Single Update SQL Statement

Ok. I am quite new to SQL triggers and have had some issues with them. Insert trigger works just fine, and the Delete trigger also. At first, doing a delete on multiple rows would only delete one, but ...
0
votes
0answers
33 views

Retrieve XML content from SQL Server database

I have generated a XML, which I want to use it to query the SQL Server database. <?xml version=\"1.0\" encoding=\"utf-16\"?> <bank> <account> ...
-1
votes
3answers
32 views

How can I read remote sql tables into a winforms program?

I have an sql server table located on my website (remote). The table is called table1 and contains a bunch of fields. My goal here is to read all the fields of table1 into an array called results. ...
0
votes
1answer
15 views

How to do arithmetic operations on data fields and aggregate functions in where clause?

I'm using this query to return the distribution of a float field around its average: SELECT COUNT(*) AS [Count], Result FROM ( SELECT ROUND(Result - AVG(Result) OVER(), 1) Result FROM Results) ...
0
votes
1answer
11 views

Insert Script running in web server for Inserting sql data

I have a script which is running perfectly in local host. the code is this string sql = "insert into Usertable "; sql += "values(" + mVendid + ", '" + usrname + "','" + usrpass + ...
2
votes
1answer
26 views

What is meaning of multiply a table to self and get one field?

This is the Source code of WebMatrix.WebData.SimpleMembershipProvider.GetHashedPassword: private string GetHashedPassword(IDatabase db, int userId) { var pwdQuery = ...
0
votes
0answers
12 views

Show Job History Log's Other Computers in SQL Server

I installed SQL Server in computer which is under a LAN Network, connected to other computers such: B, C, D, E, and so forth. I don't know which computers in the LAN access computer A to run their ...
-4
votes
1answer
41 views

How to insert a string into an sql server table via a windows form?

I have an sql server table located on my website (remote). The table is called table1 and it has 1 field called f1. My goal here is to insert the string "hello there" into it with a C# method with the ...
-1
votes
1answer
35 views

Need help for Add to cart coding in C#

Im making the following shopping cart in asp.net...but its not running...I think there is a problem with the following code... ----Product.cs------ public class Product { public int id { get; set; } ...
0
votes
2answers
64 views

How to arrange rows of a table in ascending order and to save the table simultaneously?

I want to create a new table by arranging the rows in ascending order from the existing table. The code I am trying to use is: SELECT * INTO new_table FROM existing_table ORDER BY col1, col2 ...
0
votes
1answer
36 views

Can't login to SQL Server with Windows Authentication [closed]

I've just installed SQL Server 2012 and open the SQL Server Management Studio and when I try to login this problem occurs: Can't connect to ..... My question is how can I know what is the server ...
-7
votes
0answers
37 views

Any php script public available or help me? [closed]

Basically I need a php script that will check a status on website every 1 minute or X minutes and will add them to db online time. I've got a game but the game itself doesn't have the option to count ...
1
vote
2answers
22 views

Concatenate row record base on group by in SQL Server 2008

I have one table (tblproduct) with fields: dept, product, qty. sample data below: dept product qty IT A 2 IT B 1 PU C 4 SAL D 1 SER D 2 SER A 4 I want to create stored pro in sql ...
0
votes
2answers
33 views

use queries from program or use stored procedure for inserting/update/delete data in database

I want to ask that which is a better way to insert/update/delete data in to database, to use queries directly from data-layer or create stored procedure for every inserting and deletion?
0
votes
1answer
22 views

Unable to connect to MSSQL database via CAKE PHP in ubuntu 12

Unable to connect to MSSQL database via CAKE PHP in ubuntu 12, i was trying to access a remort sql server from my ubuntu system, using cake php by simple mssql_connect(), but the error is like Warning ...
0
votes
3answers
36 views

search in sql with 2 input parameter

i have 2 input parameter and i want search with These CREATE TABLE dbo.tbl_answer ( an_del INT, u_username NVARCHAR(50), u_name NVARCHAR(50) null ) INSERT dbo.tbl_answer VALUES(1, ...
0
votes
1answer
24 views

bulk insert and parse a complex XML file into several tables

I have the following sql stored procedure to bulk insert and parse an xml file and insert its data into several tables in a database. The sql below works, however its inserting duplicate records ...
0
votes
0answers
17 views

WSO2 OAuth tokens are not cleaned up in the DB after expiry

I'm using WSO2 IS (4.0.0) with RDBMS (SQLSERVER) datastore. I can successfully get an access token by hitting the URL https://localhost:9443/oauth2endpoints/token via CURL. But the token still ...

1 2 3 4 5 1344