Use this tag for questions specific to the 2008 version of Microsoft's SQL Server.
1
vote
1answer
27 views
Problems with DataAdapter at VB.Net in a connection to SQL Server 2008
I´m experimenting troubles on a local connection to SQL Server 2008, it´s throwing me the next especific error:
A network-related or instance-specific error ocurred while establishing a connection to ...
1
vote
1answer
25 views
SQL Server Management Studio - Create database with files at specific location
Using SQL Server Management Studio (SQL Server 2008 R2 Express), how do I create a database with files at an arbitrary location, say "K:\SQL_DATA"? I have been able to create it at default location, ...
0
votes
1answer
47 views
Initiate Rollback if any SQL command fails
I'm looking at updating an old PowerShell script I ran for inserting Exchange Message Tracking logs into SQL. Due to the way I am pulling the Message Tracking logs into a tab delimited CSV file and ...
0
votes
0answers
19 views
How can i correct the error “Connection reset” MSSQL Server 2008 connection with Java using sqljdbc4
i am trying to select some data from MSSQL Server 2008 with java using sqljdbc4.jar
but it shows me these exceptions
com.microsoft.sqlserver.jdbc.SQLServerException: Connection reset
1
vote
2answers
66 views
How to convert a SQL date to a DateTime?
I have a column with the date type in my SQL database. How can I convert it to C# DateTime and then back again to a SQL date?
0
votes
2answers
80 views
SQL: Avoid duplicate data
Table1:
Person_ID Name Salary_Revisions
1 Test1 100
1 Test1 200
2 Test2 300
2 Test2 400
Table2:
Person ID Department
...
-2
votes
0answers
17 views
'what is the common problems with managing large data sets in a SQL Server [closed]
What is the common problems with managing large, complex data sets in a SQL Server environment
0
votes
0answers
46 views
Howto use if or case in SQL Server 2008
I am new to SQL Server and I am trying to search some CDs or DVDs through their name and type(CD/DVD).
If they are not solved, I would like to show the amount CDs or DVDs, which I have in my stock.
...
-3
votes
0answers
34 views
How to update simultaneously two table(same structure) from different database in SQL Server 2008 [closed]
I have two databases in SQL Server 2008, DBA1.table1 and DBA2.table2
I would like to update simultaneously DBA2.table2 from DBA1.table1
waiting for you reply
Sayeem
0
votes
0answers
20 views
how to connect ms sql server2008 in 64 bit windows7
This is my code below,
$serverName = "mno-PC";
$connectionInfo = array( "Database"=>"xyz", "UID"=>"sa", "PWD"=>"abc");
$conn = sqlsrv_connect( $serverName, $connectionInfo);
if( $conn ) {
...
-1
votes
2answers
23 views
how to fetch number of records based on changing column value
I am having a LEAVE table as following
EMPID LEAVEDT APPDT LEAVETYPE
------ ------- ------- ---------
E1 10-3-13 5-3-13 CL
E1 11-3-13 ...
0
votes
0answers
6 views
Add new columns while generating scripts in sql server 2008
I' trying to generate the scripts for ma DB in Sql Server 2008.. and i'm able to do that, the scripts generated is :
USE [Cab_Booking]
GO
/****** Object: Table [dbo].[User] Script Date: ...
-1
votes
1answer
36 views
A Simple SQL “City Name” - “Country Name” Mapping Query [closed]
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
vote
1answer
31 views
How to use IF Else in store procedure?
I am trying to execute Select query with ID parameter, now if ID is empty then I want All Rows, otherwise only row which contains this ID,
So far, I have created this Store Procedure,
IF(@CustId = ...
-6
votes
0answers
33 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
0answers
7 views
sql server schedule reset not woking
I set up a scheduled job in SSMS (SQ 2008 R2) to run every two weeks on Saturday morning at 00:30. I chose a start date that was incorrect (1 week off). On 5/4 when I noticed the job had not run. I ...
2
votes
1answer
86 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, ...
0
votes
1answer
18 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
21 views
Unable to connect to SQL server 2008 [closed]
I am not able to connect to SQL Server. It is showing the following error:
Additional information:
A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
2answers
87 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
...
2
votes
2answers
63 views
Sum the different date total
I have following data in my sql table:
Tran_Date | Amount
2013-05-01 20:09:49 | 50.00
2013-05-02 04:09:49 | 50.00
2013-05-02 20:09:49 | 500.00
I want sum the amount before next day ...
0
votes
1answer
43 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 ...
2
votes
2answers
62 views
How to Get a Single SQL Query From Complex Query with Temp Table in SQL Server 2008
I have a Table named #Temp in SQL Server 2008 like this
**Ticker Fin_Yr Qrtr_No Qrtr_Date Total_Amt**
AAMRATECH 2012 Q1 9/30/2011 11.875521
AAMRATECH 2012 Q2 12/31/2011 ...
0
votes
2answers
29 views
Foreign Key referencing Primary key in the same table
I have a table with two columns as the primary key. These two columns are also a foreign key that references the same table:
(This table was created some time ago by someone who has since left the ...
0
votes
1answer
21 views
Handling Multiple Values in SS Reports
I have a question, I have an SSRS report with multiple value field, I was just wandering how can I parse it from the SQL stored procedure that I have created eg.
Multiple Values -> ...
0
votes
1answer
40 views
Counting similar values on same row, different columns
I want to write a query that will count how many times a certain value appears on each row - on the full table I have more columns and I need to count how many times "9" (for example) appears in all ...
4
votes
4answers
97 views
Explode range of integers out for joining in SQL
I have one table that stores a range of integers in a field, sort of like a print range, (e.g. "1-2,4-7,9-11"). This field could also contain a single number.
My goal is to join this table to a ...
2
votes
1answer
76 views
Why can't t-sql find my function in my assembly?
I am trying to create a stored procedure using the .NET CLR. I successfully compiled the following code into a .NET 3.5 DLL.
Imports System.Math
Imports System.Text.RegularExpressions
Imports ...
0
votes
0answers
17 views
What is USING keyword in SQL Server 2008?
I know the beautiful usage of the SQL clause "USING": it is similar to NATURAL JOIN but you must detail the join columns; you can join more simply (and faster) the tables that have the same key and ...
-1
votes
0answers
31 views
Execute .js file within a mssql stored procedure
I have a web application that gets the shortest distance from a given point to a given array of points.
This works based on a javascript file that gets loaded when user requests the info.
Now, I ...
3
votes
1answer
60 views
Row numbers using group by and several columns
I am having some trouble with a SQL request I have to build in order to display data in a grid.
I have that temporary table as below (I put numbers instead of email address for the example):
GroupID ...
0
votes
0answers
20 views
Does SQL Server optimizer do something about repetition of parameter adjustments?
I have a stored procedure with the following body (and arguments @ReceviedSince, ReceivedUntil and Filter):
SELECT
[TQ].[Guid],
[Q].[Text],
[A].[Text],
...
-6
votes
0answers
48 views
How to select some records if there is a specific count of them [closed]
I have three tables (Employee, Department, JobTitle)
Employee (ID PK,Name,Department_ID FK,JobTitle_ID FK).
Department (ID PK,DepartmentName)
JobTitle (ID PK,JobTitle)
What is the SQL query to ...
2
votes
1answer
27 views
syntax error in creating a CLR stored procedure
I trying to call my first CLR stored procedure in SQL server 2008. I have successfully compiled the DLL and created the assembly. Now I am trying to Create the stored procedure that references the ...
-1
votes
2answers
52 views
How can I populate a table with all combinations of letters and digits from 01 to ZZ?
I have a tableA (ID INT Identity(1,1) , Name VARCHAR(2))
I want to populate the table with name values from 01 to ZZ: 01 , 02 , 03 , 04,. A1, A2, A3,.. Z1,Z2..
Every value will be distinct.
0
votes
0answers
21 views
TSQL 'create assembly' not working
I've added a simple reference to my SQL Server 2008 CLR project (hosted in VS2012).
If I compile naively, it throws this:
SQL06503: Assembly 'microsoft.sharepoint, version=14.0.0.0, ...
0
votes
1answer
12 views
Using alias in the same select
Once I set an a column name like this SUM(someColumn) AS [ColumnName], how can I use it afterwards ?
Let's say I build a query like this :
SELECT SUM(foo.A + foo.B + foo.C + foo.D + foo.E) AS ...
0
votes
0answers
16 views
How do I model a fact with start/end dates to relate to a daily measure?
So I have a Sales Cube with Sales By Item By Day.
I want to bring in Bookings/Orders and compare those to the sales to see if we are booking the right numbers.
The bookings fact is a single record ...
0
votes
3answers
74 views
Add Windows User to local SQL Server with PowerShell
I would like to add an existing local user to the SQL Server as a sysadmin, with PowerShell. fter some research I have the following script so far:
$Username = "JohnDoe"
...
0
votes
0answers
24 views
Generate Scripts Wizard hangs without scripting all objects
I am trying to generate the database scripts(tables,triggers,views,procedures) in sql server 2008, all of sudden the scriptting wizards hang up at the end state saying that scripting is completed but ...
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.
...
1
vote
1answer
14 views
Unable to use sql server user name and password
my user name is Work/Sainath and password is empty and i use windows authentication to login. My server name is '.' and when i enter this as connection string in visual studio web form i get an error ...
0
votes
2answers
45 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 ...
2
votes
4answers
148 views
SELECT COUNT(foreign ID) for each row in datatable
I have datable where I store my dailyContent selection.
This is different for each day.
When I select more then one day, then I need to return items, which are the same for all days.
I have tried ...
0
votes
0answers
15 views
How to read sql ce(.sdf file) database/table from SSIS package?
I want to read .SDF file(3.5) from SQL Server Integration Service 2008.
How can I do this?
Please provide me any link/tutorials for this.
1
vote
2answers
15 views
How to eliminate this cursor (causing a deadlock)
We have got a stored procedure. Part of it is executing a cursor over a select statement that involves 6 different tables with inner joins.
In the cursor body we execute 3 other stored procedures ...
-1
votes
2answers
83 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 ...
4
votes
1answer
31 views
How to do the Grouping?
I have a table as under
I want the output to be as
I fire the below query
;WITH CTE AS
(
Select script_Type = 'SP',detail_warnings ='Consider using EXISTS predicate instead of IN ...
0
votes
2answers
41 views
Find substring from string in sql
I am using SQL SERVER 2008.I have following string in sql.
DECLARE @stringRTF VARCHAR(MAX)
set @stringRTF = '{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}} ...
6
votes
2answers
83 views
order by 1.99.10 and 1.99.9 sql server
Sorry about my mistake, I should provide the real sample for the question, my ID included characters inside:
sample code:
select ID from student order by ID
Expected output from mine but ...



