Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 sql profiler develop in visual basic

Author  Topic 

kecoli
Starting Member

5 Posts

Posted - 2010-08-23 : 15:59:41
Hi friends;
I want to amke visual basic in sql profiler who are the sample codein?
If yo share I be glad

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-08-23 : 17:13:16
Your question is not clear. SQL Profiler is a tool that you use to trace a SQL Server. It is not a programming language.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

kecoli
Starting Member

5 Posts

Posted - 2010-08-24 : 01:24:20
Sample code profile
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-08-24 : 03:37:04
You can use the SQL Profiler GUI to generate the T-SQL for you for a server-side trace. Or use the GUI to use a client-side trace.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

kecoli
Starting Member

5 Posts

Posted - 2010-08-24 : 14:07:50
help me tkizer sample code
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-08-24 : 14:33:09
I really don't understand what you are asking? What do you want to do with Visual Basic? How is that related to SQL Profiler?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

kecoli
Starting Member

5 Posts

Posted - 2010-08-24 : 15:53:58
I want to create a small SQL profiller with visual basic
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-08-24 : 15:57:24
That is silly. SQL Profiler is already built and works great.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

kecoli
Starting Member

5 Posts

Posted - 2010-08-24 : 16:11:43
I want to create a small SQL profiller with visual basic small basic profiler
Go to Top of Page

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2010-08-24 : 16:21:26
unless it's sql 2000, you can't do it in VB.

you can in VB.net though. As said above, I have no idea why you'd want to do that. Can start here though: http://msdn.microsoft.com/en-us/library/ms162169.aspx
Go to Top of Page
   

- Advertisement -