Click here to Skip to main content
15,889,116 members
Home / Discussions / Database
   

Database

 
GeneralRe: Update where count > 1 Pin
Lash2024-Aug-10 8:35
Lash2024-Aug-10 8:35 
GeneralRe: Update where count > 1 Pin
Blue_Boy24-Aug-10 8:59
Blue_Boy24-Aug-10 8:59 
QuestionSplit a varbinary in a SELECT Pin
solomon8524-Aug-10 2:01
solomon8524-Aug-10 2:01 
AnswerRe: Split a varbinary in a SELECT Pin
Blue_Boy24-Aug-10 2:47
Blue_Boy24-Aug-10 2:47 
GeneralRe: Split a varbinary in a SELECT Pin
R. Giskard Reventlov24-Aug-10 3:25
R. Giskard Reventlov24-Aug-10 3:25 
Questiondelete all procedures from my database Pin
Zeyad Jalil23-Aug-10 23:39
professionalZeyad Jalil23-Aug-10 23:39 
AnswerRe: delete all procedures from my database Pin
R. Giskard Reventlov24-Aug-10 0:00
R. Giskard Reventlov24-Aug-10 0:00 
AnswerRe: delete all procedures from my database Pin
dravidaveera24-Aug-10 0:33
dravidaveera24-Aug-10 0:33 
to delete all the procedure in your specified database, just execute the following line.

1. select 'drop proc '+name from sys.objects where type='p'

you will get list of procedure like
drop table proc1
drop table proc2

select all and execute
thats all
RAVIKUMAR S
BANGALORE

AnswerRe: delete all procedures from my database Pin
Mycroft Holmes24-Aug-10 0:39
professionalMycroft Holmes24-Aug-10 0:39 
AnswerRe: delete all procedures from my database Pin
Corporal Agarn24-Aug-10 1:20
professionalCorporal Agarn24-Aug-10 1:20 
AnswerRe: delete all procedures from my database Pin
S Douglas25-Aug-10 5:24
professionalS Douglas25-Aug-10 5:24 
AnswerRe: delete all procedures from my database Pin
tarun_j20026-Aug-10 0:31
tarun_j20026-Aug-10 0:31 
QuestionOver Write Pin
T.RATHA KRISHNAN23-Aug-10 20:32
T.RATHA KRISHNAN23-Aug-10 20:32 
AnswerRe: Over Write Pin
Bernhard Hiller23-Aug-10 21:41
Bernhard Hiller23-Aug-10 21:41 
GeneralRe: Over Write Pin
Mycroft Holmes24-Aug-10 0:35
professionalMycroft Holmes24-Aug-10 0:35 
GeneralStructure and Format for Skype history databases. Pin
Brady Kelly22-Aug-10 2:09
Brady Kelly22-Aug-10 2:09 
QuestionTask to SQL Server 2005 Pin
Manish_Kumar_Nayak20-Aug-10 19:53
Manish_Kumar_Nayak20-Aug-10 19:53 
AnswerRe: Task to SQL Server 2005 Pin
Mycroft Holmes21-Aug-10 0:03
professionalMycroft Holmes21-Aug-10 0:03 
AnswerRe: Task to SQL Server 2005 Pin
Corporal Agarn24-Aug-10 1:28
professionalCorporal Agarn24-Aug-10 1:28 
AnswerRe: Task to SQL Server 2005 Pin
S Douglas25-Aug-10 5:26
professionalS Douglas25-Aug-10 5:26 
QuestionStoring Time value in Access Pin
Richard Blythe20-Aug-10 7:09
Richard Blythe20-Aug-10 7:09 
AnswerRe: Storing Time value in Access Pin
David Mujica20-Aug-10 7:22
David Mujica20-Aug-10 7:22 
GeneralRe: Storing Time value in Access Pin
Richard Blythe20-Aug-10 7:48
Richard Blythe20-Aug-10 7:48 
GeneralRe: Storing Time value in Access Pin
Eddy Vluggen20-Aug-10 7:53
professionalEddy Vluggen20-Aug-10 7:53 
GeneralRe: Storing Time value in Access Pin
Richard Blythe20-Aug-10 7:58
Richard Blythe20-Aug-10 7:58 

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.