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.
1
vote
1answer
25 views
Record in SQL Server table causing a error - how to find the record?
I created a query to take the birthdate of a user and change the year to the current year (don't want to display the actual birth date)
CAST(
CAST(YEAR(GETDATE()) as varchar) + '-' +
...
0
votes
2answers
25 views
Excel VBA connect to SQL Server Login Error
I am a beginner in Excel VBA and faced a problem: I can connect to remote SQL Server through Management Studio, but got error when connecting through Excel VBA.
Below is my connection string and the ...
3
votes
1answer
33 views
How can I use invoke-sqlcmd without enabling named pipes?
I am using a script that loads the following SQL Server 2008 R2 powershell plugins
Add-PSSnapin SqlServerCmdletSnapin100
Add-PSSnapin SqlServerProviderSnapin100
I then user invoke-sql like this:
...
0
votes
1answer
31 views
Trigger for updating total records on both insert and delete
I'm writing a trigger to store the record count of one table as a column in another to speed up some reporting queries on a large db.
Here's what I've got so far, it works fine on deletes but I also ...
0
votes
0answers
13 views
Dynamically change the ServerDB name in SSIS connection manager
We have a few 100's of SSIS packages in our environment. Last night we moved our database from one server to another and renamed it. We now need to go into all of packages and change the connection ...
7
votes
1answer
77 views
SqlConnection vs Sql Session. Do their lifetimes coincide?
I want to apply some sql-session level settings for certain processes in my c# app.
For instance, I want to set DEADLOCK_PRIORITY for some background processes to LOW.
The questions are:
If I open ...
0
votes
0answers
19 views
pyodbc locks tables and takes too long to run
I have a python script to download files from an SFTP site to a local folder and then run a stored procedure using the downloaded file. The first aspect runs fine. But then the execution of the stored ...
1
vote
2answers
61 views
Providing Language FallBack In A SQL Select Statement
I have a table that represents an Object. It has many columns but also fields that require language support.
For simplicity let's say I have 3 tables:
MainObjectTable
LanguageDependantField1
...
0
votes
2answers
31 views
Pivot a single row
im kinda new on using pivot. how can i pivot this record from this:
P1AVERAGE P2AVERAGE P3AVERAGE -> column name
1.25 1.50 1.75
to this:
AVERAGENAME AVERAGESCORE
...
0
votes
3answers
65 views
Which way to make this object class
I am creating a Character object that has an Inventory object. In the Inventory object you got a list of InventoryItem object and in every InventoryItem object you have an Item object.
Character ...
0
votes
0answers
37 views
How to save the values entered in a form to a list 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 want to retrive values from a view 'Gestion.ascx' and to save ...
-1
votes
1answer
46 views
Varchar to Numeric conversion error
I have this simple query (SQL Server database) below and I'm not sure why I'm getting an error
Error converting data type varchar to numeric.
All the data types are decimal. Is my conversion ...
1
vote
0answers
32 views
Change default database with ASP.NET Web Application
I have created a C# ASP.NET web site in Visual Studio 2010. Pretty much all of the other kinks have been worked out, but the site is to have a database that stores certain user data. I have this DB ...
0
votes
2answers
84 views
SQL command with if not right
I'm having problems with my SQL command. This method receives a parameter value but always ends up returning the value of the last if.
How can I solve this? Case?
Thank you
ALTER FUNCTION ...
1
vote
1answer
55 views
Adding WHERE adds 20+ seconds to SQL Azure query
I'm looking for some advice on speeding up queries in SQL Azure. This is an example of the two queries we're running, when we add a WHERE clause on there, the queries grind to a halt.
Both columns, ...
-1
votes
1answer
23 views
How do I find the amount of months between 2 parameter fields in crystal
I have 2 parameter fields, one for start date and one for end date. I need to find how many calander months are between them. ie 1/4/2013-4/30/2003 would be return 4.
2
votes
1answer
30 views
Export from SQL Server to Excel with order by
I am exporting from SQL Server to Excel from a saved view. In that view it is sorted by two columns (order by..)
But when I export it, it is randomly sorted in Excel.
How to export with the order ...
1
vote
1answer
28 views
Validation inside logical statement
I have the following logical test inside my T-SQL database's update script:
IF ((COL_LENGTH('dbo.Trackers','DeviceId') IS NOT NULL) AND (COL_LENGTH('dbo.Devices','UserId') IS NOT NULL))
UPDATE ...
0
votes
1answer
40 views
Retrieve values from View and save it in a list in ASP MVC 3
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 want to save values selected or entred in my view (in the form) ...
0
votes
0answers
15 views
refer to calculated fields in same SQL Server query
I have a query where the underlying result in output fields [1],[2],[3]...[@n]...[365] should be numeric(8,8), grouped by individual ids, like:
id 1 2 3 ... @n ...
0
votes
3answers
23 views
Can't access sqlcmd using username password
I am new to SQL Server. Please help me to fix.
I have created a user with password in SQL Server Management Studio (2008 R2). When I use sqlcmd with this user, sqlcmd says
C:\Console2>sqlcmd -U ...
0
votes
0answers
28 views
Re enable Windows Authetication in SQL Server [migrated]
My old employee has disabled Windows Authentication in our server. Now I'm not able to access the SQL Server even though I have Administrator access to the server. I need to reset the sa password.
...
0
votes
0answers
20 views
Importing emails from exchange server
does anybody know if there's a way to get emails from a Microsoft Exchange Server using Microsoft Access/VBA/VB.NET and IMAP?
Connecting Outlook and importing emails is no problem -
I know how to ...
0
votes
2answers
42 views
Sql server relationship using between value
I have a database that contains 2 tables (sql server 2008):
LenderCommission
ID int
Commission decimal
CommissionTier
ID int
MinCommission decimal
MaxCommission ...
0
votes
0answers
8 views
configure DSN when uploading to server
I have webpages mostly in PHP, ms sql database and IIS 7 server. Locally it works fine but now I'm trying to upload that to webserver using VPN and Filezilla. The problem is, what do I have to ...
0
votes
1answer
47 views
MS SQL Database with 10m rows, convert varchar to int on column
We've inherited a database, it's got 10m rows and a query like this, that runs quite often:
SELECT SUM(CONVERT(INT,numSeconds)) AS total_dwell from [dbo].[Orders]
where category='Shoes' AND ...
0
votes
0answers
21 views
SQL Server 2008 R2, Hebrew returned as question marks
I've got an ASP Classic site hosted on IIS 7, powered by SQL Server 2008 R2.
The data in the tables of the DB is in Hebrew.
The problem is that when I try accessing the data from the site (as ...
0
votes
1answer
18 views
TSQL - calcuate AVG for currency rates over complete year
I have a table with ECB exchange rates for which I want to calculate the average rate for each year.
Let me explain with this image:
As you can see the AVGRate in this example takes the AVG for ...
-1
votes
0answers
15 views
Connecting to mssql of a remote system, Unable to connect to server: x:x:x [closed]
I was trying to connect to mssql of a remote system by ip address with cakephp in ubuntu, it shows:
Unable to connect to server: x:x:x
I have tried different procedures, like freetds, etc but ...
0
votes
0answers
14 views
SQL IGNORE_DUP_KEY fails entirely when 1 record is found duplicate in EF5 bulk insert
Goal: Insert thousands of data to SQL database through EF5 batch insert and handle duplicates gracefully.
Solution: Enable IGNORE_DUP_KEY for the composite unique key of the table.
Problem: Code ...
-1
votes
2answers
71 views
Wrong SQL query? [closed]
i am right now creating an SQL query for an sccm 2012 database and want to have a look into the installed programms from all clients.
But after request all clients have the same programms.
Heres the ...
0
votes
1answer
25 views
Paging in DataList using PagedDatasource
I am working with an asp.net page. I am using a DataList control. I see that this control doesn't have paging template so I am using PagedDataSource control ( for first time). I need to show previous, ...
3
votes
0answers
41 views
What is the MySQL equivalent of SQL Server's UPDATE() trigger function?
I need help converting this MS SQL update trigger to MySQL. My problem is with converting the MS SQL UPDATE() function, which identifies the specific columns that were updated:
ALTER TRIGGER ...
-1
votes
2answers
37 views
SQL Server character set and N prefix
[THIS IS NOT A QUESTION ABOUT NVARCHAR OR HOW TO STORE CHINESE CHARACTER]
SQL Server 2008 Express
Database collation is SQL_Latin1_General_CP1_CI_AS
create table sample1(val varchar(2))
insert into ...
0
votes
1answer
11 views
Combine data from multiple tables in a single XML Tag
I have two tables, TB1 - RndString and TB2 - Time
For example,
Values in TB1 are "I get up at ", "I sleep at ", "I have lunch at "
Values in TB2 are "7:00", "22:00", "13:00"
I want to combine the ...
0
votes
2answers
18 views
Is there an alternative to SQL-Server's uniqueidentifer datatype in MySQL?
I'm migrating a login page from one server to another. The old server hosts an SQL-server database and the new one MySQL. The login page uses the guid from the user table to identify users with a ...
4
votes
1answer
44 views
Get the highest updated ID of a multi row update
Update: I am using Sql Server 2008 R2.
I am going to update a large number of rows and to avoid unnecessary locking I will do this in matches of around a thousand lines per update.
Using SET ...
0
votes
1answer
13 views
MySQL Workbench Database Migration - data truncates after apostrophe
I'm using MySQL Workbench Data Migration Wizard to migrate an MS SQL Server R2 database to MySQL database. The schema and data are migrating properly but for the fields having apostrophe, the data ...
1
vote
2answers
87 views
Parent Child Result from sql server? [duplicate]
I have a table category as below:
id title ParentID
1 C1 0
2 C2 0
3 C3 0
4 C4 2
5 C5 1
6 C6 3
7 ...
2
votes
0answers
41 views
SQL Express client memory usage differs to SQL Enterprise client memory usage
I am experiencing a big difference in .Net application memory usage using the same app against two copies of the same database. The only difference is that in scenario 1 I am using a local copy of ...
-1
votes
0answers
37 views
Update query based select Query using SQL Server 2008
I excute the following query to get multiple records.
select
"L69511272" , "L69511273" , "L69511277" , "L69511278" , ' ' , ' ' ,
SUM( "M69511200" ) , '2'
from
Temp_635043831834379661
where
...
0
votes
1answer
43 views
Access values returned by select and return SQL statements
I have a problem with SQL Server in C# and the following procedure:
CREATE PROCEDURE [dbo].[TestingReturn]
AS
BEGIN
SET NOCOUNT ON
SELECT -2 AS Id
RETURN -1
END
How can I access return ...
3
votes
1answer
55 views
Values are passing NULL when I record in the base in ASP MVC , SQL and Entity Framework
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.
My problem is that the values are passing NULL when I want to ...
0
votes
1answer
25 views
Sql Server: altering a view makes clustered and full-text search indexes to be deleted
Scenario
I have got two tables: tblA and tblB, with the same structure. Every moment, one of them is online, and the other one is in stand by. Periodically data are updated in the stand by table, it ...
0
votes
1answer
18 views
How to get SQL Server FOR XML to format float efficiently
When I use FOR XML to fetch values of type float from my SQL database, it formats them in scientific format, like this:
<foo bar="0.00000000e+000"/>
I would prefer it to say "0".
How can I ...
0
votes
0answers
16 views
Using Asp.net membership's aspnet_Profile with indexes
Single line question: How can we use aspnet_profiles as query criteria ? (I'm avoiding about performance issue)
We have kept some user data in aspnet_profile structure.
They are FriendlyUserName, ...
4
votes
5answers
67 views
How to list tables where data was inserted deleted or updated in last week
I have sql server 2008 databases, I would like to know which tables was updated last week i.e. tables which has new rows, updated existing rows or which rows are deleted.
Is there any way to do this ...
0
votes
2answers
25 views
simple sql data audit log tables
I have a requirement to log all changes in a table. I have gone thru many articles in SO on data audit logging. All seem to be complex to me.
I plan to keep a copy of the table with all before ...
0
votes
1answer
23 views
Int to numeric conversion error in SQL Server
I have a question with converting data. I have a select query made in VBA, how can I convert from varchar value column to nvarchar.
I get this error:
Arithmetic overflow error converting numeric ...
1
vote
2answers
22 views
Few issues regarding accessing remote SQL Server from Android
I have an application in hand where we need to use a tab for data entry. The tab loads initial data from the remote server. Subsequently remote server needs to be updated, inserted (for new data) as ...




