Click here to Skip to main content
15,879,474 members
Home / Discussions / Database
   

Database

 
GeneralRe: Package And Deployment Wizard Pin
rwestgraham22-Mar-05 10:58
rwestgraham22-Mar-05 10:58 
Generaldataset or datareader Pin
jinnyb21-Mar-05 20:41
jinnyb21-Mar-05 20:41 
GeneralRe: dataset or datareader Pin
Colin Angus Mackay21-Mar-05 21:03
Colin Angus Mackay21-Mar-05 21:03 
QuestionWhich is faster? Pin
Yulianto.21-Mar-05 15:16
Yulianto.21-Mar-05 15:16 
AnswerRe: Which is faster? Pin
Christian Graus21-Mar-05 15:32
protectorChristian Graus21-Mar-05 15:32 
GeneralViewing stored procedures Pin
Its due when21-Mar-05 2:58
Its due when21-Mar-05 2:58 
GeneralRe: Viewing stored procedures Pin
Colin Angus Mackay21-Mar-05 3:09
Colin Angus Mackay21-Mar-05 3:09 
GeneralRe: Viewing stored procedures Pin
Scott Serl21-Mar-05 10:22
Scott Serl21-Mar-05 10:22 
Or using INFORMATION_SCHEMA:

SELECT ROUTINE_DEFINITION 
FROM INFORMATION_SCHEMA.Routines 
WHERE ROUTINE_CATALOG = 'MyDatabaseName'
  AND ROUTINE_NAME = 'MyProcName'


MS SQL Server will return NULL if the procedure has been encrypted.
Generaldiff between managed providers and ole-db provider Pin
satishrg20-Mar-05 19:16
satishrg20-Mar-05 19:16 
GeneralRe: diff between managed providers and ole-db provider Pin
Colin Angus Mackay21-Mar-05 3:12
Colin Angus Mackay21-Mar-05 3:12 
Generalthank you very much Pin
satishrg21-Mar-05 10:48
satishrg21-Mar-05 10:48 
GeneralMSDE won't install Pin
Christian Graus20-Mar-05 17:36
protectorChristian Graus20-Mar-05 17:36 
GeneralDB Small Footprint (Access? Firebird?) Pin
Dato20-Mar-05 7:19
Dato20-Mar-05 7:19 
GeneralRe: DB Small Footprint (Access? Firebird?) Pin
salsafyren221-Mar-05 0:08
salsafyren221-Mar-05 0:08 
GeneralRe: DB Small Footprint (Access? Firebird?) Pin
Luis Alonso Ramos23-Mar-05 20:43
Luis Alonso Ramos23-Mar-05 20:43 
Questionsuggest me a good book ? Pin
WDI19-Mar-05 22:18
WDI19-Mar-05 22:18 
AnswerRe: suggest me a good book ? Pin
Andy *M*21-Mar-05 9:25
Andy *M*21-Mar-05 9:25 
GeneralGenericOLEDB Pin
sjurmr19-Mar-05 11:20
sjurmr19-Mar-05 11:20 
GeneralSQL database protection Pin
Wimal Prasanna19-Mar-05 4:39
Wimal Prasanna19-Mar-05 4:39 
GeneralRe: SQL database protection Pin
Colin Angus Mackay19-Mar-05 10:32
Colin Angus Mackay19-Mar-05 10:32 
GeneralRe: SQL database protection Pin
Mike Dimmick19-Mar-05 23:08
Mike Dimmick19-Mar-05 23:08 
GeneralOR mapping tools And Object Broker pattern Pin
devvvy19-Mar-05 2:51
devvvy19-Mar-05 2:51 
GeneralSoundex In Ado.net Dataset Search Pin
Hemant Mane18-Mar-05 22:41
Hemant Mane18-Mar-05 22:41 
QuestionIIS Webhits via ADO.NET? Pin
harryteck18-Mar-05 13:39
harryteck18-Mar-05 13:39 
GeneralINNER JOIN Pin
HahnTech18-Mar-05 9:00
HahnTech18-Mar-05 9:00 

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.