Viewing 15 posts - 61 through 75 (of 75 total)
I did check BOL for that did not get anything.
March 5, 2013 at 2:28 am
when I create mirror endpoint I define the port number in it now if only one
endpoint allowed per instance then how can i use different port number for two...
March 4, 2013 at 6:20 am
Will two mirroring sessions on same instance use single endpoint or I require
two separate endpoint for two mirroring session on my box.
February 28, 2013 at 6:06 am
sorry in this case rollback after print statement, is necessary which I missed in the code.then it works perfect.
January 23, 2013 at 3:34 am
Once again to bother you,but as per my code which is working fine as per my requirement ,it is an example from good sql book,there was an argument that it...
January 22, 2013 at 12:14 am
Thanks I for your example it did help to understand practically.:-)
January 21, 2013 at 7:46 am
ok now my code which is not allowing salary coulmn in my emptable
to get updated
create trigger tgigupdate
on emptable
for update
as
if update(salary)
begin
print 'can not update salary '
end
go
it is working fine as...
January 21, 2013 at 7:42 am
Thanks for your answer but My question has a problem.It should have been that I am not able to see dependent object of rule through sp_depends,I tried all ways given...
January 17, 2013 at 7:43 am
Thanks for your reply but half the problem is solved
I am log shipping from pc1 to pc2 as
an pc1\administrator and having same password on the machine still restore...
October 13, 2012 at 1:11 am
Just want to know whether all ddl(create,alter,drop) and dcl (grant,deny,revoke)stsements are also logged in log file apart from dml(select,insert,update,delete)ststements?
Thanks in advance
August 4, 2012 at 12:47 am
Thanks for information u sent.
August 4, 2012 at 12:42 am
I am sorry the sp that u sent is not working.
I want to set default user at the creating database.
June 15, 2012 at 11:29 pm
Viewing 15 posts - 61 through 75 (of 75 total)