Use this tag for questions specific to the 2012 version of Microsoft's SQL Server.
0
votes
0answers
13 views
Strange update behaviour
Recently I began upgrading a sql server (2005 32 bit) to 2012 x64. The server has a linked server on it pointing to an IBM ISeries db2 database.
I attempted to recreate the linked server on my 2012 ...
0
votes
1answer
29 views
Delivering SQLServer based app on client System
how can i manage connection string of an ADO.net Object model dynamically?
i have connected my application to database using Entity Framework and connection string is automatically added to ...
1
vote
1answer
5 views
Handling Full Text Permutations SQL Server
We have a database table that holds a list of countries and basic information about them, that we use Full Text Indexing to return data to the user through a web app. I am looking into country names ...
1
vote
1answer
11 views
SQL Server 2012 can't select UDT for column in table designer
In a SQL Server 2012 database, I am trying to create a User-Defined Data Type that multiple tables will use.
I created the data types, but then when I try to modify the existing tables (design view) ...
1
vote
0answers
20 views
Trying to INSERT a trim'd value in SQL 2012 but it is ignoring the trim
I basically created the inserts in excel because it was the fastest way, copying and pasting it then resulted in this:
INSERT INTO MyCatFantasies values (RTRIM(LTRIM(' boots ...
0
votes
1answer
18 views
Configure SQL Server 2012 to receive HTTP POST data
Intro
I designed a SurveyGizmo questionnaire for a client. When a respondent completes a questionnaire, I manually export a CSV file then load into Excel or a SQL Server development database to ...
0
votes
1answer
21 views
EF5 stops working after installing SQL Server 2012
I was running some test solutions on my computer with SQL Express. Recently I installed SQL Server 2012, and now I get the following exception when trying to instantiate the context:
{"The underlying ...
1
vote
1answer
19 views
geography queries in T-SQL: using indexes
Let's say we have a database of Birthday Clowns that contains a geography column containing the binary representation of a Point where each clown is located (generated from the latitude and longitude ...
0
votes
0answers
32 views
SqlConnection and nested transactions
There's (still) no way to create nested transactions via ADO.NET / SQL Server 2012, correct? This ...
using (var sqlConnection = new SqlConnection(connStr))
{
sqlConnection.Open();
var ...
0
votes
0answers
9 views
Failed to Launch the Import and Export Wizard SQL 2012
I have a SQL Server 2012 Instance running with cumulative update package 3 installed. I have about 200 live databases running on this server and most are running in an AlwaysOn availability group.
...
0
votes
0answers
10 views
SQL Server 2012 Native Client 11.0 fails to execute the sp_rename from c++ odbc connection
I have an application which is running fine in Native client 10.0 (SQL Server 2008 R2).
I am using ODBC API to connect and execute the queries.
The scenario is I am creating a temp table in the ...
0
votes
0answers
4 views
why did sp_refreshsqlmodule resolve a timeout exception
I recently had a problem where ExecuteReader() in SqlCommand cause a timeout exception when running stored procedures but running the stored procedure in SQL Management studio did not have the error, ...
0
votes
1answer
39 views
SQL Server Merge - Getting matched records to another temp table
I have a MERGE query to update data. In case of no match I am inserting records to source getting the output to a temporary table.
Would it be possible to get the matched records to temporary table ...
0
votes
1answer
34 views
Why SQL-CLR code installs correctly only on one database and not on any other of the same SQL Server?
I've published from Visual Studio the same CLR database function to both the Staging and Live db instances, they both live on the same MS SQL Server which is version 11.0.2100.60.
They both install ...
2
votes
1answer
28 views
SQL combine columns strings
I have an sql table that looks like the following
p1 c1 c2 c3 c4 c5 c6 c7
A B C D E F NULL NULL
A B C NULL NULL NULL NULL NULL
A B ...
-1
votes
0answers
28 views
SQL query to get all related rows to another row [closed]
I have a database (SQL Server 2012) like this:
Table Items: [Id, Data]
Table Relationships: [Id, Name, SourceId, TargetId] where source and target-id are items
The items are related to one another ...
0
votes
1answer
23 views
Conditional join in dynamic table in SQL
I have a simple query with a join of 4 tables. It is working fine and now I need to add one more join in that query, but this time the table varies according the one parameter within that query;
My ...
0
votes
1answer
38 views
How to format a number with an expression in SSRS based on a value?
I have fields called price and minIncrement in my DataSet for my SSRS 2012 report. I want to format the price using an expression based on the minIncrement field. For example if the price is 94.95000 ...
-2
votes
1answer
13 views
What will be the consequences or considerations in upgrading .NET solutions files(VSS-visual source safe to TFS-team foundation server)? [closed]
I am new to this blog and please mind letting me know my mistakes in asking questions, as i am purely seeking for assistance & experiences.
Questions:
What are the consequences or ...
1
vote
1answer
19 views
Error: “A field or property with the name was not found on the selected data source” get only on server
I publish my project without any warning on local iis and it works correctly (localhost/[myprojectName]). so, i upload them to server with cute ftp. but in server i get this error apear for all my ...
1
vote
1answer
81 views
SQL query returning null?
When I run this query, it returns null value for ID. The code is supposed to get the max value in the id column.
2013-06-13-0001
2013-06-13-0002
It should get the 2013-06-13-0002 (because of the ...
0
votes
1answer
38 views
Sql Server Xml Value method — Distinct Values for one column
I have the below query I am trying to return distinct value from the second .value method.
Here is what I have tried. I tried adding 'distinct-values(.)' to return only distinct but it is still ...
0
votes
0answers
15 views
SQLServer 2012: Split String by delimiter in Stored Proc
I have the following legacy code inside a stored proc...
CREATE PROCEDURE [dbo].[My_Proc]
-- Add the parameters for the stored procedure here
@ProductId int = 0,
@Attributes ...
1
vote
1answer
16 views
How to know which query is using given index in SQL Server 2012
I have figured out recently that one of my index is causing performance issue during the update query. Before removing this query I would like to know which all other Queries are using this index. I ...
2
votes
1answer
26 views
SSIS 2012: How do I change the project's environment variables?
I want to change 2 date project variables, StartDateTime and EndDateTime. I have another variable called RunType. Very simply, I want to read the value RunType first. If it is set to "Incremental" I ...
-1
votes
4answers
61 views
Can someone help me on this SQL Query to return the ID not found in SQL IN Statement [closed]
The SQL Query is this:
SELECT * from ActiveListing a WHERE [seller-id] in
(SELECT id from Product p where PurchaserID = 60741 and right(id, 4) = '-XRU')
The result of the 2nd Select Statement if ...
0
votes
1answer
18 views
In SQLServer 2012 TSQL, what's the difference of using XML RAW, XML AUTO and XML PATH
As the title, all open minds are welcomed
I tested in my computer, the output seems to be the same.
For example.
USE BOB_DATABASE
SELECT ID, Name, First_Name, Last_Name FROM DBO.T_User
FOR XML AUTO
...
0
votes
1answer
42 views
Visual Studio , SQL Server can't connect properly
I am new to visual studio (2010) environment. I want to make an application in asp.net which requires database connection with MS SQL SERVER 2012( SQL Server Management Studio).
In "Add Connection" ...
0
votes
0answers
10 views
SQL Service Broker External Activator not launching exe
I need to get SSB External Activation to launch an exe off of a db trigger. With the bits of information available on the net I have managed to get almost everything working perfectly. I can send ...
2
votes
1answer
13 views
SQL 2012 full text search sometimes produces unexpected results when searching for single letters
Consider this:
select * from cats where contains(catname, '"Furry Pudding"')
It will match entries that contain "Furry Pudding" exactly as it's written.
Next, consider this:
select * from cats ...
1
vote
1answer
57 views
How to connect to SQL Server LocalDB using Invoke-Sqlcmd?
I have sqlcmd.exe from both SQLServer 2008 and SQLServer 2012:
PS C:\> Get-Command sqlcmd.exe
Definition
----------
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\SQLCMD.EXE
C:\Program ...
0
votes
0answers
18 views
Cannot connect to mssql's SQLLocalDB.exe SQL server from PHP
I've been trying to connect to a local MsSQL database created from SQLLocalDB for a few days and I still got nothing. I even tried doing exactly what is at that url (which is a good tutorial btw) ...
0
votes
0answers
19 views
How to infer relationships and cardinality from a database when generating code from the tables?
I'm working on generating code (models) from my database. I'm not sure how to, if possible, setup my database to create a relationship including cardinality. Is this something that can be done, or am ...
0
votes
1answer
30 views
WCF SQL adapter issue while inserting the records into a SQL Server 2012 tables
Issue while inserting the records into the SQL Server 2012 table using the WCF SQL adapter. I am getting the following error message.
Error details: ...
1
vote
3answers
58 views
Is “BEGIN TRAN” needed in order to get correct SCOPE_IDENTITY?
I'm using an SqlCommand like so:
command.CommandText = "INSERT INTO ... VALUES ...; SELECT SCOPE_IDENTITY();";
Is this enough, or do i need BEGIN TRAN etc.? (Mentioned here.)
I tried it first, of ...
0
votes
0answers
28 views
Execute Store Procedure from Linq to Sql WCF
I have a stored procedure for getting user details. In that there is one input parameter i.e. @UserName. Here is my stored procedure
USE [Test]
GO
/****** Object: StoredProcedure ...
0
votes
1answer
19 views
Custom Task : TaskHost parameters persistence
I am currently developing a custom task and I'm stuck on a problem.
My Custom Task consists of three files:
MBTask that contains the class that implements the interface "Task"
MBTaskUI that ...
0
votes
1answer
26 views
Trying to understand my Full Text search result
I run sql server 2012 and applied FTS index on a 800K rows table.
The table was filled with arbitrary data in rows.
I use irony to parse my user defined text and then I search the following text "
...
0
votes
2answers
25 views
SQL Code in home rolled gridview search results not displaying correct results
I'm in the process of trying to troubleshoot some SQL code in an ASP/C# gridview search that I rolled myself. I have a search box that searches on specific fields but the twist here is that I only ...
0
votes
1answer
25 views
inconsistent activation settings
I have a service that uses the infamous fire and forget pattern (don't judge me, I didn't create it) that was working fine on SQL Server 2005. I recently upgraded to 2012 and now ssbdiagnose is ...
0
votes
1answer
35 views
Entity framework using old primary keys when inserting new records in database
I have a run into a serious problem several times now using MVC 4 and EF.
The problem is best illustrated by example:
I have records in a DB table with the following PKs, 1,2,3,4.
1 and 2 are ...
2
votes
1answer
30 views
SQL Server 2012 Create user from SQL query
I have a table of system users each of whom need a database user of their own that the system uses to access the DB(Not my idea..). The system has it's own login.
This is creating a problem with the ...
0
votes
1answer
27 views
sql server 2012 upgrade cannot select default instance
I am trying to upgrade SQl Server 2008 Express with Advanced Tools to SQL Server 2012 Standard.
The problem is, the upgrade wizard, will not let me select the DEFAULT INSTANCE "MSSQLSERVER".
There ...
0
votes
1answer
36 views
BizTalk with VIsual Studio - Steps to query SQL Server?
Does anyone know of a source (article, blog, tutorial, video, ...anything) clearly describing the simplest / best practice steps required to build a BizTalk application (part) with VS being able to ...
0
votes
1answer
12 views
SQL Server 2012 full text search, can you use NEAR to match 'dave or david smith'?
I have this query:
select * from catnames where contains(name, 'NEAR((david, smith), MAX, TRUE)')
Which matches David Smith where the terms appear in order.
I'm wondering if it's possible to check ...
0
votes
0answers
30 views
What is the maximum number of joins allowed in SQL Server 2012? [duplicate]
What is the maximum number of joins allowed in SQL Server 2012?
0
votes
0answers
18 views
The server may be running out of resources in aggregate functiond
I try to copy this code and to deploy this function to my server. When I try to create the function I get the message below. It's very strange to me because I don't use any unsafe resource.
I tried ...
-3
votes
0answers
19 views
Data Cube / SQL Server 2012 / BI [closed]
I am a newbie and relatively new to SQL especially SQL Server.
My first query in this area:
I have got 2 tables with one common field on which i can make a join.
A/ I have been asked to convert ...
2
votes
4answers
105 views
Cannot connect to SQL Server named instance from another SQL Server
I would appreciate some help as I've been stuck for 2 days on this issue!
Scenario: I can connect to SERVER\INSTANCE from my development machine (and another colleagues), but cannot connect from ...
2
votes
3answers
107 views
High performance data insert into SQL Server
I'm inserting about 7 million rows into a table in SQL Server. The table has about 9-10 columns and it has a clustered index on 2 keys (columns) and 3 more unclustered indexes. I'm trying to do ...
