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
 General SQL Server Forums
 New to SQL Server Programming
 UltraEdit Integration

Author  Topic 

pandalion
Starting Member

6 Posts

Posted - 2014-09-25 : 07:25:52
Hello I have used SQL Server in the past but only a little. Now I will be using it daily and will be responsible for managing many stored procedures.

I like to use UltraEdit for editing SQL rather than SQL Server Management Studio. Is there a way that UltraEdit can browse the stored procedures and open them directly?

SQL Server Management Studio is alright in most other respects I'm just more proficient with UltraEdit and would prefer to use that for coding.

Thanks

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2014-09-25 : 07:29:51
If you have stored procedures stored on your local filesystem and/or source control, you can definitely use any editor, including UltraEdit to edit them.

Harsh Athalye
http://in.linkedin.com/in/harshathalye/
Go to Top of Page

pandalion
Starting Member

6 Posts

Posted - 2014-09-25 : 10:10:50
Unfortunately we connect to SQL Server through Citrix. I'll see if I can get an FTP logon to that server and find where SQL Server stores the procedures.
Go to Top of Page
   

- Advertisement -