![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to create a simple Add-On for SQL Server 2008; it is simply going to pass a parameter from SQL 2008 to a console application. Although Add-Ons are not specifically supported, according to these articles [1], [2], it is possible in 2005 and I'm assuming also in 2008. However, I've fallen almost at the first hurdle; I can't seem to find SQLWB.EXE (SQL WorkBench) in the expected place. I'm assuming that this file has been replaced in 2008, but I can't seem to pin down the equivalent version. Has anyone any experience in general in developing 2008 Add-ons? Any good resources? And can anyone indicate the 2008 replacement for SQLWB.EXE? [1] http://sqlblogcasts.com/blogs/jonsay...dio-addin.aspx [2] http://jcooney.net/archive/2007/11/26/55358.aspx |
#3
| |||
| |||
|
|
I have no ideas about addins, but the name of SSMS in 2008 is SSMS.EXE |
#4
| |||
| |||
|
|
I'm trying to create a simple Add-On for SQL Server 2008; it is simply going to pass a parameter from SQL 2008 to a console application. Although Add-Ons are not specifically supported, according to these articles [1], [2], it is possible in 2005 and I'm assuming also in 2008. However, I've fallen almost at the first hurdle; I can't seem to find SQLWB.EXE (SQL WorkBench) in the expected place. I'm assuming that this file has been replaced in 2008, but I can't seem to pin down the equivalent version. Has anyone any experience in general in developing 2008 Add-ons? Any good resources? And can anyone indicate the 2008 replacement for SQLWB.EXE? [1] http://sqlblogcasts.com/blogs/jonsay...dio-addin.aspx [2] http://jcooney.net/archive/2007/11/26/55358.aspx |
#5
| |||
| |||
|
| See http://connect.microsoft.com/SQLServ...dbackID=265567 and vote for it! |
|
You may also want to look at http://aspalliance.com/1374_Extend_F...io_with_Addins |
|
and the tool pack http://www.ssmstoolspack.com/Main.aspx |

#6
| |||
| |||
|
|
Tibor Karaszi wrote: I have no ideas about addins, but the name of SSMS in 2008 is SSMS.EXE Timor, I was under the impression (from where I can't recall) that SQLWB.EXE and SSMS.exe were different applications, but it seems you might be right - that SSMS.EXE is the file I've been after all a long! Oops - another unnecessary delay! Let's see if this thing works... Thanks Chris |
#7
| |||
| |||
|
|
I was under the impression (from where I can't recall) that SQLWB.EXE and SSMS.exe were different applications, but it seems you might be right - that SSMS.EXE is the file I've been after all a long! |
#8
| |||
| |||
|
| You could have checked the link properties on a SQL 2008 client machine!!! |
#9
| |||
| |||
|
|
Just a little piece of history: the reason the SSMS executable was called SQLWB in SQL 2005 is that it was originally named SQL Workbench. The name was changed somewhere in the beta process of SQL 2005. |
#10
| |||
| |||
|
|
So it has transpired. But annoyingly, there are still plenty of references to SQL Workbench in SQL 2008, |
![]() |
| Thread Tools | |
| Display Modes | |
| |