Viewing 15 posts - 16 through 30 (of 584 total)
Now that error is not coming it was my mistake not yours.
deletion activity is pending as below yet..
I want to know one thing ..If I am deleting data using join...
July 23, 2012 at 5:06 am
C1 is the primary key...
July 23, 2012 at 4:49 am
Hi Phil and king Thanks..
delete a
from T1580 a
inner join T2115 b on a.C301289100 = b.C1000000161
and b.C7 < 5
this query will delete my actual data I want to delete...
July 23, 2012 at 4:38 am
Its giving syntax error,I have changed the query with my actual can u help on that.
Can we use join in delete statement.
July 23, 2012 at 3:31 am
Hi vikash,
In my case I want to delete those data which is not selecting in below join any Help..
DELETE ord FROM Orders ord INNER JOIN Customers c(nolock) ON ord.CustomerID =...
July 23, 2012 at 2:02 am
I have the transactional replication running on my database,and to release some space i need to delete the 10000000 rows on 3 tables.The data can't be partitioned.
I need to delete...
July 9, 2012 at 7:09 am
hi,
I have as approx similar issue:
June 22, 2012 at 7:07 am
Hi,
After enabling trace 1448 the issue has not resolved.
June 22, 2012 at 1:03 am
I have checked from GUI and :
Select * from sys.database_mirroring_endpoints;
and find nothing.
That server is never used for mirroring also.
It is production and needs lots of approval for any change.
June 19, 2012 at 6:02 am
I want to implement this feature in my Production...NLB of Web Server with SQL Server Peer to Peer replication.
which one is better Merge or Peer to Peer replication for High...
May 10, 2012 at 5:34 am
In sql server 2008 :
I agree if I run
Select * from sys.dm_exec_sessions;
and run
Kill 3;
It will kill SPID.
But I want to kill Session ID.
so How to kill it?
May 4, 2012 at 12:15 am
Same I am getting
April 19, 2012 at 12:15 am
After adding 7 new views on publication side ,Till the time publication is synching with subscriber will my user able to get the data?
April 18, 2012 at 2:18 am
Viewing 15 posts - 16 through 30 (of 584 total)