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

Database

 
QuestionLIKE Condition Pin
jonhbt15-May-08 22:19
jonhbt15-May-08 22:19 
AnswerRe: LIKE Condition Pin
Blue_Boy15-May-08 22:38
Blue_Boy15-May-08 22:38 
AnswerRe: LIKE Condition Pin
GuyThiebaut16-May-08 2:35
professionalGuyThiebaut16-May-08 2:35 
Questionsql server - connecting asmx web service Pin
tai-fun15-May-08 21:57
tai-fun15-May-08 21:57 
AnswerRe: sql server - connecting asmx web service Pin
Ashfield16-May-08 5:09
Ashfield16-May-08 5:09 
GeneralRe: sql server - connecting asmx web service Pin
tai-fun16-May-08 7:53
tai-fun16-May-08 7:53 
QuestionGet Database Name Pin
Dushan12315-May-08 21:42
Dushan12315-May-08 21:42 
AnswerRe: Get Database Name Pin
Blue_Boy15-May-08 21:49
Blue_Boy15-May-08 21:49 
DECLARE @QueryValue varchar(1000) <br />
<br />
DECLARE @databasename sysname <br />
SELECT     @databasename = 'mydatabase' <br />
SELECT     @QueryValue = 'Select * from ' + @databasename + '.dbo.TableName'<br />
<br />
EXEC (@QueryValue )


hope it will helps


I Love T-SQL
"Don't torture yourself,let the life to do it for you."

QuestionMy Sql Date Formatting Issue Pin
Anupbala15-May-08 20:04
Anupbala15-May-08 20:04 
QuestionCan it Joined two tables like this? Pin
jason_mf15-May-08 19:18
jason_mf15-May-08 19:18 
AnswerRe: Can it Joined two tables like this? Pin
Krish - KP15-May-08 19:36
Krish - KP15-May-08 19:36 
GeneralRe: Can it Joined two tables like this? Pin
jason_mf15-May-08 19:39
jason_mf15-May-08 19:39 
QuestionINSERT,UPDATE on Attached SQL Database File not working. Pin
JOSHY M RAJ15-May-08 18:50
JOSHY M RAJ15-May-08 18:50 
AnswerRe: INSERT,UPDATE on Attached SQL Database File not working. Pin
Mycroft Holmes15-May-08 20:07
professionalMycroft Holmes15-May-08 20:07 
GeneralRe: INSERT,UPDATE on Attached SQL Database File not working. Pin
JOSHY M RAJ15-May-08 20:34
JOSHY M RAJ15-May-08 20:34 
QuestionAccess violation problem Pin
jgrogan15-May-08 11:14
jgrogan15-May-08 11:14 
AnswerRe: Access violation problem Pin
Blue_Boy15-May-08 12:25
Blue_Boy15-May-08 12:25 
GeneralRe: Access violation problem Pin
jgrogan15-May-08 18:51
jgrogan15-May-08 18:51 
GeneralRe: Access violation problem Pin
Blue_Boy15-May-08 21:42
Blue_Boy15-May-08 21:42 
GeneralRe: Access violation problem Pin
Mycroft Holmes15-May-08 20:02
professionalMycroft Holmes15-May-08 20:02 
GeneralRe: Access violation problem Pin
jgrogan15-May-08 22:38
jgrogan15-May-08 22:38 
QuestionProblem with RSClient Print paging Pin
jeguzmanv15-May-08 8:34
jeguzmanv15-May-08 8:34 
AnswerRe: Problem with RSClient Print paging Pin
Blue_Boy15-May-08 8:42
Blue_Boy15-May-08 8:42 
GeneralRe: Problem with RSClient Print paging Pin
jeguzmanv16-May-08 6:27
jeguzmanv16-May-08 6:27 
GeneralRe: Problem with RSClient Print paging Pin
Blue_Boy16-May-08 9:08
Blue_Boy16-May-08 9:08 

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.