How is SQL Prompt helping your team? Share your experience.

Intellisense for Extended Events

Would it be possible to add the IntelliSense for use when writing Events ?? 

like when you are writing:
CREATE EVENT SESSION [my_session] ON SERVER 
ADD EVENT <*intelliSense_should_start_here*>
first it should list the packages and then objects and so on.

SELECT [p].[name]
	  ,[o].[name]
FROM sys.dm_xe_packages p
	JOIN  sys.dm_xe_objects o
		ON  p.guid = o.package_guid<br>

Answers

  • Hi Jpaw,
     
    Thank you for reaching out regarding SQL Prompt. At the moment, the tool does not offer code completion during SQL Event scripting. However, I've brought this to the attention of our development team, and they are actively exploring the possibility of integrating this feature into the tool's capabilities.
     
    Warm regards,
     
    Hassan 
    Product Support Engineer 
Sign In or Register to comment.