Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
General"how to install multi database on the same machine using different names from DTS package" Pin
Harmeet Singh21-Jul-04 17:28
Harmeet Singh21-Jul-04 17:28 
GeneralSQL Table Names in the Header Pin
Cedar Sith21-Jul-04 11:55
Cedar Sith21-Jul-04 11:55 
GeneralRe: SQL Table Names in the Header Pin
Bill Dean23-Jul-04 9:14
Bill Dean23-Jul-04 9:14 
GeneralLooking for some code that imports a CSV file using ADO.NET Pin
David Flores21-Jul-04 11:09
David Flores21-Jul-04 11:09 
GeneralSQL Server engine? (packaging) Pin
xstoneheartx21-Jul-04 10:50
xstoneheartx21-Jul-04 10:50 
GeneralRe: SQL Server engine? (packaging) Pin
Anders Molin22-Jul-04 16:09
professionalAnders Molin22-Jul-04 16:09 
GeneralA Challenging SQL Server Puzzle Pin
partt21-Jul-04 6:31
partt21-Jul-04 6:31 
GeneralRe: A Challenging SQL Server Puzzle Pin
Steven Campbell21-Jul-04 7:09
Steven Campbell21-Jul-04 7:09 
This looks like some sort of dynamic search procedure. Stored procedures are a particularly poor fit for this sort of thing. It is far easier to write dynamic SQL on the client.

If you absolutely have to write it in a stored procedure, then you should consider using the exec command inside the stored proc. That will let you execute dynamically constructed SQL, which would be much simpler.

By this I mean that you can dynamically build the SQL string (based on the parameters), much as you could in a normal programming language.


my blog
GeneralRe: A Challenging SQL Server Puzzle Pin
michanne121-Jul-04 18:22
michanne121-Jul-04 18:22 
GeneralChoosing a new db technology Pin
KMerker21-Jul-04 1:50
KMerker21-Jul-04 1:50 
GeneralRe: Choosing a new db technology Pin
Colin Angus Mackay21-Jul-04 3:37
Colin Angus Mackay21-Jul-04 3:37 
GeneralRe: Choosing a new db technology Pin
darkbyte24-Jul-04 10:38
darkbyte24-Jul-04 10:38 
Generalin-place editing Pin
bora3ee21-Jul-04 1:15
bora3ee21-Jul-04 1:15 
Generalthree doubts :( Pin
xcavin20-Jul-04 2:09
xcavin20-Jul-04 2:09 
GeneralRe: three doubts :( Pin
Michael Potter20-Jul-04 2:55
Michael Potter20-Jul-04 2:55 
GeneralRe: three doubts :( Pin
xcavin20-Jul-04 6:06
xcavin20-Jul-04 6:06 
GeneralRe: three doubts :( Pin
Colin Angus Mackay21-Jul-04 3:40
Colin Angus Mackay21-Jul-04 3:40 
GeneralDataSet.Merge with remoting object Pin
Usur19-Jul-04 20:38
Usur19-Jul-04 20:38 
QuestionMissing System.Data.OracleClient namespace- what am I missing? Pin
ThomasH119-Jul-04 12:36
ThomasH119-Jul-04 12:36 
AnswerRe: Missing System.Data.OracleClient namespace- what am I missing? Pin
VenkatFor.NET21-Jul-04 7:22
VenkatFor.NET21-Jul-04 7:22 
GeneralRe: Missing System.Data.OracleClient namespace- what am I missing? Pin
ThomasH122-Jul-04 14:06
ThomasH122-Jul-04 14:06 
Questionmdf/ldf file names for a given db? Pin
dmbf1b519-Jul-04 10:59
dmbf1b519-Jul-04 10:59 
AnswerRe: mdf/ldf file names for a given db? Pin
Colin Angus Mackay21-Jul-04 3:56
Colin Angus Mackay21-Jul-04 3:56 
GeneralRe: mdf/ldf file names for a given db? Pin
dmbf1b521-Jul-04 18:20
dmbf1b521-Jul-04 18:20 
Generalconvert access database to mysql Pin
Arindra19-Jul-04 9:38
Arindra19-Jul-04 9:38 

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.