Click here to Skip to main content
15,881,709 members
Home / Discussions / Database
   

Database

 
QuestionRe: Sql Server 2005 - Copy Database Pin
clint19826-Mar-07 4:58
clint19826-Mar-07 4:58 
Questionhow to access datas across 2 servers Pin
BSRK5-Mar-07 22:02
BSRK5-Mar-07 22:02 
AnswerRe: how to access datas across 2 servers Pin
Hesham Amin5-Mar-07 22:20
Hesham Amin5-Mar-07 22:20 
Questionbackup my database Pin
Vipin.d5-Mar-07 20:18
Vipin.d5-Mar-07 20:18 
AnswerRe: backup my database Pin
Mark J. Miller7-Mar-07 6:06
Mark J. Miller7-Mar-07 6:06 
QuestionA common function to Bind runtime data to place holders in sql. Pin
Member 36858895-Mar-07 19:51
Member 36858895-Mar-07 19:51 
QuestionNeed Help for creating SP... Pin
Prashant C5-Mar-07 18:15
Prashant C5-Mar-07 18:15 
AnswerRe: Need Help for creating SP... Pin
Harini N K5-Mar-07 19:17
Harini N K5-Mar-07 19:17 
Hi

May be you are trying like this:

Use Northwind
Go

DECLARE @sql nvarchar(2000)

SELECT @sql = 'SELECT * FROM Products;and;SELECT * FROM Region;and;SELECT * FROM Invoices;and;'

SELECT @sql = REPLACE(@sql,';and;',' ')

exec (@sql)


Rate this message. Thank you. Harini Smile | :)

GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 19:48
Prashant C5-Mar-07 19:48 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 20:58
Prashant C5-Mar-07 20:58 
GeneralRe: Need Help for creating SP... Pin
Harini N K5-Mar-07 21:10
Harini N K5-Mar-07 21:10 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 21:22
Prashant C5-Mar-07 21:22 
GeneralRe: Need Help for creating SP... Pin
Rajesh R Subramanian7-Mar-07 18:56
professionalRajesh R Subramanian7-Mar-07 18:56 
QuestionDBO access to ASPNET_ tables Pin
dasumohan5-Mar-07 17:38
dasumohan5-Mar-07 17:38 
QuestionGetting id of last inserted row Pin
error14085-Mar-07 8:22
error14085-Mar-07 8:22 
AnswerRe: Getting id of last inserted row Pin
kubben5-Mar-07 9:15
kubben5-Mar-07 9:15 
AnswerRe: Getting id of last inserted row Pin
Marcus J. Smith5-Mar-07 9:16
professionalMarcus J. Smith5-Mar-07 9:16 
GeneralRe: Getting id of last inserted row Pin
error14085-Mar-07 9:31
error14085-Mar-07 9:31 
QuestionScripting a SQL database Pin
gantww5-Mar-07 5:20
gantww5-Mar-07 5:20 
AnswerRe: Scripting a SQL database Pin
Mike Dimmick5-Mar-07 5:27
Mike Dimmick5-Mar-07 5:27 
QuestionMySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 4:27
jds12075-Mar-07 4:27 
AnswerRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 5:04
kubben5-Mar-07 5:04 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 5:28
jds12075-Mar-07 5:28 
GeneralRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 5:32
kubben5-Mar-07 5:32 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 5:57
jds12075-Mar-07 5:57 

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.