How do you make a trace?
Answer / Arun Kumar Jha
In SQL Server, to create a new Trace you can use the sp_trace_create stored procedure. Here is an example: n```sqlnEXEC msdb..sp_trace_create @TraceID = 1,n @Name = N'MyTrace',n @EventClass = ALL_EVENTS,n @Filename = N'C:MyTrace.tdf',n @MaxFileSize = 20,n @MaxLength = 4096n```
| Is This Answer Correct ? | 0 Yes | 0 No |
write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?
on line cluster can we make if yes tell me the procedure
How to run queries with sql server management studio express?
What is the difference between function and stored procedure in sql server?
What are the differences between char and varchar in ms sql server?
How to stop log file growing too big?
what are default? Is there a column to which a default cant be bound?
I have Two table First have UserName and second is address, in address table more than value relegated to UserName table, i want to fetch 2nd address if exist other wise 1st address access
What does it mean to be in union?
i use few third party softwares. they r all having their own databases . but the data is repeated in all these databases - say a person is in all the three databases, but his name is stoared in diff format in all databases i want to create a centralised database ,and i dont want to re-enter the records . using the exisating records how can i build a centralised database?
What is The Use Of TIMESTAMP DataType in SQL Server 2005?
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)