Viewing 11 posts - 16 through 26 (of 26 total)
But this Hostname is throwing only the server Name. Not the Machine name of User.
STRANGE :S
October 28, 2011 at 9:50 am
Here is the script i edited fo this.
Create trigger backup_objects
on database
for create_procedure, alter_procedure, drop_procedure,
create_table, alter_table, drop_table,
create_function, alter_function, drop_function
as
set nocount on
declare @data xml
set @data = EVENTDATA()
insert into...
October 28, 2011 at 8:07 am
See the error.
Msg 102, Level 15, State 1, Procedure backup_objects, Line 23
Incorrect syntax near '@data'.
October 28, 2011 at 8:04 am
Let me clear you the scenario:-
One Login
Mutilpe Users.
Off course in this case only single Username would be output. But the purpose is to track the related client machines.
I hope you...
October 28, 2011 at 6:30 am
After executing this trigger on the server.
I am unable to add any database unless i run:-
drop trigger databaseCreated on all server
WHY?
October 12, 2011 at 8:12 am
Thanks
What is meant by "profile'
@profile_name = 'profile',
Secondry ; Did i need to run this script everytime whenever i need to know or run once?
I just want to set SQL...
October 12, 2011 at 6:48 am
Really Appreciated.
Redgate is Not freeware 🙁
Any Freeware Solution for this scenario? Monitoring tool?
October 3, 2011 at 2:12 am
I couldn;t understand your point. Pls elaborate a bit.
Thanks in advance.
October 2, 2011 at 11:40 pm
There is also an option that you can select in SSMS to include this if you are auto-generating the scripts
How? Pls share.
September 22, 2011 at 2:10 pm
Thanks for your motivated replies.
Can you share a sample Template or Guideline with me.
September 22, 2011 at 2:08 pm
Thank you all for your wonderful replies.
"RedGate Software" is Liscenced.
Any open Source TOOL?
September 14, 2011 at 10:11 am
Viewing 11 posts - 16 through 26 (of 26 total)