Click here to Skip to main content
15,891,777 members
Home / Discussions / Database
   

Database

 
AnswerRe: Synchronization Pin
vimal_yet23-Sep-08 21:35
vimal_yet23-Sep-08 21:35 
AnswerRe: Synchronization Pin
Wendelius24-Sep-08 12:21
mentorWendelius24-Sep-08 12:21 
Questionhow to sort on text data type column ? Pin
King Shez23-Sep-08 20:41
King Shez23-Sep-08 20:41 
AnswerRe: how to sort on text data type column ? Pin
Blue_Boy23-Sep-08 21:09
Blue_Boy23-Sep-08 21:09 
GeneralRe: how to sort on text data type column ? Pin
King Shez24-Sep-08 0:02
King Shez24-Sep-08 0:02 
AnswerRe: how to sort on text data type column ? Pin
Wendelius24-Sep-08 11:04
mentorWendelius24-Sep-08 11:04 
Questionproblem with select within select Pin
wajans23-Sep-08 20:12
wajans23-Sep-08 20:12 
AnswerRe: problem with select within select Pin
Blue_Boy23-Sep-08 22:19
Blue_Boy23-Sep-08 22:19 
Well, I am not sure what are you trying to say with that T-SQL code but I think your query looks like this:
<br />
select * ,<br />
( select vRefTable from mainmenu where iMenuId=58 ) <br />
from TableField<br />
where  vFieldsName iMenuId=58 and bIsPrimary=1 and iTableFieldId=11 


For more help post more descriptive question.


I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


AnswerRe: problem with select within select Pin
wajans23-Sep-08 22:24
wajans23-Sep-08 22:24 
AnswerRe: problem with select within select Pin
Ashfield24-Sep-08 0:00
Ashfield24-Sep-08 0:00 
Questionreport procedure (advice) Pin
nelsonpaixao23-Sep-08 14:02
nelsonpaixao23-Sep-08 14:02 
QuestionEncoded Database Pin
TheEagle23-Sep-08 12:56
TheEagle23-Sep-08 12:56 
QuestionMigrate Access Db to SQL Server. Pin
VentsyV23-Sep-08 10:04
VentsyV23-Sep-08 10:04 
GeneralRe: Migrate Access Db to SQL Server. Pin
Wendelius23-Sep-08 10:28
mentorWendelius23-Sep-08 10:28 
GeneralRe: Migrate Access Db to SQL Server. Pin
VentsyV23-Sep-08 10:47
VentsyV23-Sep-08 10:47 
GeneralRe: Migrate Access Db to SQL Server. Pin
Wendelius23-Sep-08 11:09
mentorWendelius23-Sep-08 11:09 
GeneralRe: Migrate Access Db to SQL Server. Pin
VentsyV23-Sep-08 12:09
VentsyV23-Sep-08 12:09 
QuestionADO recordset.open connection.execute concurrent problem Pin
followait23-Sep-08 3:57
followait23-Sep-08 3:57 
AnswerRe: ADO recordset.open connection.execute concurrent problem Pin
Ashfield23-Sep-08 5:00
Ashfield23-Sep-08 5:00 
QuestionDefault date format Pin
mikobi23-Sep-08 3:23
mikobi23-Sep-08 3:23 
AnswerRe: Default date format Pin
NeverHeardOfMe23-Sep-08 3:59
NeverHeardOfMe23-Sep-08 3:59 
QuestionHow to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
JUNEYT23-Sep-08 1:54
JUNEYT23-Sep-08 1:54 
AnswerRe: How to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
Ashfield23-Sep-08 4:58
Ashfield23-Sep-08 4:58 
AnswerRe: How to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
nelsonpaixao23-Sep-08 13:13
nelsonpaixao23-Sep-08 13:13 
AnswerRe: How to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
Kevin Horgan23-Oct-08 9:53
Kevin Horgan23-Oct-08 9:53 

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.