Viewing 10 posts - 1 through 10 (of 10 total)
delete [Schema1].[Table2] from [Schema1].[Table2]
Inner Join Table2 P on Table2.Table2Id = P.ParentTable2Id
INNER JOIN #DeleteTable1 On [Schema1].[Table2].[Table2Id] = #DeleteTable1.Table1Id;
Something to this effect should do it...
June 23, 2009 at 12:57 pm
Hi,
So I have one question first. Did you grant the permissions directly to a user or role?
If you granted them to a user - try creating a database role...
September 22, 2003 at 9:27 am
Grant permissions based on the info below:
sp_add_jobDeny Execute
sp_add_jobscheduleDeny Execute
sp_add_jobserverDeny Execute
sp_add_jobstepDeny ...
September 18, 2003 at 2:13 pm
You are on SP3.
SQL Server 2000 RTM 8.00.194 RTM
Database Components SP1 8.00.384 SP1
Database Components SP2 8.00.534 SP2
Database Components SP3 8.00.760 SP3
As far as what...
July 15, 2003 at 6:35 am
If your not doing anything with the old server. Stop the services and grab master mdf and ldf and then stop sql on the new server and swap out master....
June 27, 2003 at 8:36 am
Yes I would hope so. I am in the process of evaluating Precise's Indepth for sql server, Net Iq's App Manager and also using Oracle Enterprise Manager pointed to sql...
June 17, 2003 at 10:32 am
I do this using a tool called typeperf. However typeperf can be a headache because you have to send a keystroke to the console to exit. So what I have...
June 17, 2003 at 10:15 am
Yes you can use a profiler trace to get the information desired. When you create a new trace click on the filters tab and scroll down to objectname or objectid...
June 17, 2003 at 10:10 am
Viewing 10 posts - 1 through 10 (of 10 total)