Viewing 15 posts - 46 through 60 (of 134 total)
Thanks for response. It is now working fine. But, I have a question.
Now in msdn sites for sp_trace_setevent / sp_trace_setfilter / sp_trace_setstatus , I see the following WARNING message.
/*
This feature...
September 14, 2012 at 7:14 am
Yeah i think there some confusion went..Anyways as you said server tracing gives what are all things happeining on the client...we actually not required old values of data of what...
September 14, 2012 at 7:09 am
Simple method is to have server side tracing using TSQL..Let me know how this code is...
--Server Side tracing
declare @rc int
declare @TraceID int
declare @maxfilesize bigint
set @maxfilesize = 2
-- Please...
September 13, 2012 at 2:37 pm
CDC captures only insert,update,delete on tables..but I don't think it captures drop,truncate,select ...Also in order to create that we need sql agent which on back ground runs the jobs..It requires...
September 13, 2012 at 8:57 am
ya that's correct..How about working on Server side scripting...instead of setting sql profile setup on another server?/
September 12, 2012 at 1:33 pm
I am following the same way as in script..but receiving the folowing error on Step 2:
Must declare the scalar variable "@TraceID".
Any suggestions..do we need to declare any traceid value
September 12, 2012 at 9:56 am
Ya, I am not implementing any spcific logic..here is the way i am doing..
CREATE TABLE LOG_TABLE (Add_dttm datetime DEFAULT (GetDate()), TABLE_NAME sysname, Activity char(6),login_sname sysname DEFAULT SUSER_SNAME())
GO
DECLARE @sql...
September 12, 2012 at 9:54 am
If you do not have enterprise edition, to enable TDE then Secure the folder on the local drive with password.
September 12, 2012 at 7:15 am
Any updates by anyone would be helpful...
September 6, 2012 at 9:04 am
Ok, this is the way I am implementing auditing : SCHEMA LEVEL AUDITING
CREATE DATABASE AUDIT SPECIFICATION Example2
FOR SERVER AUDIT ADEVNTUREWORKSAudit
ADD (INSERT,UPDATE,DELETE,SELECT
ON SCHEMA::dbo
...
September 4, 2012 at 7:37 am
All the table level changes(insert,update,delete,select).
August 31, 2012 at 9:47 am
Well I have a Scenario: We have users who requires db_datareader and db_datawriter permissions to run there front end applications. We are using windows authentication as access permissions. Now...
August 17, 2012 at 12:09 pm
performance testing(load)
July 5, 2012 at 10:53 am
To just make sure of log space is not running.out of space...and database is functioning as is....
July 5, 2012 at 8:47 am
Viewing 15 posts - 46 through 60 (of 134 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy