Click here to Skip to main content
15,903,030 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Server 2000 sp3 and the WITH Clause in Stored Procedures Pin
Blue_Boy17-Sep-08 9:45
Blue_Boy17-Sep-08 9:45 
GeneralRe: SQL Server 2000 sp3 and the WITH Clause in Stored Procedures Pin
Steven J Jowett17-Sep-08 10:03
Steven J Jowett17-Sep-08 10:03 
AnswerRe: SQL Server 2000 sp3 and the WITH Clause in Stored Procedures Pin
Mycroft Holmes17-Sep-08 20:15
professionalMycroft Holmes17-Sep-08 20:15 
AnswerRe: SQL Server 2000 sp3 and the WITH Clause in Stored Procedures Pin
Ashfield17-Sep-08 21:53
Ashfield17-Sep-08 21:53 
QuestionGetting Data for current month - Urgent Pin
notes4we17-Sep-08 5:07
notes4we17-Sep-08 5:07 
AnswerRe: Getting Data for current month - Urgent Pin
nelsonpaixao17-Sep-08 12:16
nelsonpaixao17-Sep-08 12:16 
AnswerRe: Getting Data for current month - Urgent Pin
RyanEK17-Sep-08 14:28
RyanEK17-Sep-08 14:28 
AnswerRe: Getting Data for current month - Urgent Pin
notes4we18-Sep-08 3:09
notes4we18-Sep-08 3:09 
Thank you so much for all your replies.

The business logic was that there are two units associated with a single machine. So, the number fields were units that I wanted together in one.

If there are two columns UnitID1 and UnitID2, both having integers in it and if we wish to get the UnitID1 and UnitID2 as “UnitID1, UnitID2” in our destination Stations, then we use the following derived column expression. UnitID1 has no null values, but UnitID2 might have null values also.

[Copy of UnitID1] + (ISNULL([Copy of UnitID2]) ? " " : " , " + [Copy of UnitID2])

'Copy' as I have used Data Conversion transformation to change the datatypes before using derived column. Thank you once again all of you.
QuestionUnique key Pin
topcatalpha17-Sep-08 3:39
topcatalpha17-Sep-08 3:39 
AnswerRe: Unique key Pin
PIEBALDconsult17-Sep-08 3:58
mvePIEBALDconsult17-Sep-08 3:58 
GeneralRe: Unique key Pin
topcatalpha17-Sep-08 4:23
topcatalpha17-Sep-08 4:23 
GeneralRe: Unique key Pin
nelsonpaixao17-Sep-08 12:23
nelsonpaixao17-Sep-08 12:23 
QuestionHow to get last row from a table? Pin
JUNEYT17-Sep-08 3:17
JUNEYT17-Sep-08 3:17 
AnswerRe: How to get last row from a table? Pin
Giorgi Dalakishvili17-Sep-08 3:34
mentorGiorgi Dalakishvili17-Sep-08 3:34 
AnswerNo Last Row Pin
David Mujica17-Sep-08 6:15
David Mujica17-Sep-08 6:15 
AnswerRe: How to get last row from a table? Pin
nelsonpaixao17-Sep-08 12:29
nelsonpaixao17-Sep-08 12:29 
QuestionDatabase optimization Pin
Mohammed Hameed17-Sep-08 0:01
professionalMohammed Hameed17-Sep-08 0:01 
AnswerRe: Database optimization Pin
Ashfield17-Sep-08 1:14
Ashfield17-Sep-08 1:14 
AnswerSQL Profiler Pin
David Mujica17-Sep-08 2:34
David Mujica17-Sep-08 2:34 
GeneralRe: SQL Profiler Pin
Mohammed Hameed19-Sep-08 0:04
professionalMohammed Hameed19-Sep-08 0:04 
Questionhow to restrict database administrator to open particular database on server? Pin
harminder.datla16-Sep-08 21:31
harminder.datla16-Sep-08 21:31 
AnswerRe: how to restrict database administrator to open particular database on server? Pin
Ashfield16-Sep-08 21:41
Ashfield16-Sep-08 21:41 
AnswerRe: how to restrict database administrator to open particular database on server? Pin
Wendelius19-Sep-08 9:17
mentorWendelius19-Sep-08 9:17 
Questionwhy ldap server is needed ? Pin
Sakthiu16-Sep-08 19:52
Sakthiu16-Sep-08 19:52 
QuestionImporting database from one db to other db Pin
mrcsn16-Sep-08 8:28
mrcsn16-Sep-08 8:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.