Re: SP
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 06/05/04
- Next message: Nayt Grochowski: "Re: SQL Agent Job hanging on Step 835 (of 1300) - is there a max # of steps?"
- Previous message: Dan Guzman: "Re: SQL Agent Job hanging on Step 835 (of 1300) - is there a max # of steps?"
- In reply to: Ramesh: "SP"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Jun 2004 22:31:04 -0500
You can create multiple objects with the same name in the same database as
long as the owner (schema) is different. Also, you can create 'numbered'
procs, each with the same owner and name but different numbers. In my
experience, the use of numbered procs is not common.
-- Hope this helps. Dan Guzman SQL Server MVP "Ramesh" <ramesh@mail.punecity.com> wrote in message news:%23g%23HMsqSEHA.3944@tk2msftngp13.phx.gbl... > Hii All > my question may sound really stupid ...Can we create stored > procedures/Tables with the same name in the same database??i was asked this > questn in a recent interview and my asnwer was obvsly no.but that guy was > very firm on his answer that its possible.. is it actly possble??? > Reply to newsgroup only... > Ramesh > >
- Next message: Nayt Grochowski: "Re: SQL Agent Job hanging on Step 835 (of 1300) - is there a max # of steps?"
- Previous message: Dan Guzman: "Re: SQL Agent Job hanging on Step 835 (of 1300) - is there a max # of steps?"
- In reply to: Ramesh: "SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|