dbTalk Databases Forums  

SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE?

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CJM
 
Posts: n/a

Default SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 09:13 AM






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

Reply With Quote
  #2  
Old   
Tibor Karaszi
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 09:27 AM






I have no ideas about addins, but the name of SSMS in 2008 is SSMS.EXE

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"CJM" <cjmUK (AT) newsgroup (DOT) nospam> wrote

Quote:
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



Reply With Quote
  #3  
Old   
CJM
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 09:56 AM



Tibor Karaszi wrote:
Quote:
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



Reply With Quote
  #4  
Old   
John Bell
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 10:17 AM




"CJM" <cjmUK (AT) newsgroup (DOT) nospam> wrote

Quote:
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
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

John



Reply With Quote
  #5  
Old   
CJM
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 10:31 AM



John Bell wrote:
Quote:

See
http://connect.microsoft.com/SQLServ...dbackID=265567
and vote for it!

Done.

Quote:
You may also want to look at
http://aspalliance.com/1374_Extend_F...io_with_Addins

Thanks - I'll take a look at this shortly.

Quote:
and the tool pack http://www.ssmstoolspack.com/Main.aspx

Yeah, just discovered these a short while ago. I probably haven't
managed to use half of it yet! I also considered harassing the developer
if I get stuck!

Thanks

Chris


Reply With Quote
  #6  
Old   
John Bell
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 10:59 AM




"CJM" <cjmUK (AT) newsgroup (DOT) nospam> wrote

Quote:
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

You could have checked the link properties on a SQL 2008 client machine!!!

John



Reply With Quote
  #7  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-13-2009 , 05:21 PM



CJM (cjmUK (AT) newsgroup (DOT) nospam) writes:
Quote:
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!
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.




--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
  #8  
Old   
CJM
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-14-2009 , 05:00 AM



John Bell wrote:
Quote:

You could have checked the link properties on a SQL 2008 client machine!!!

There seemed to be no need; I'd read that they were different programs,
and this was re-inforced with a response to a query elsewhere. I'd been
told that there was an SSMS.EXE and an SQLWB.EXE in 2005, thus clearly
the 2008 version of SSMS.EXE couldn't be what I was looking for.

However, that initial information has been proved wrong (once I'd got my
hands on a 2005 installation to check), and the situation has become clear.

However, the error wasn't a result of laziness; the internets is full of
interesting information but not all of it is correct.


Reply With Quote
  #9  
Old   
CJM
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-14-2009 , 05:01 AM



Erland Sommarskog wrote:
Quote:
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.

So it has transpired. But annoyingly, there are still plenty of
references to SQL Workbench in SQL 2008, even of the executable has
changed name.


Reply With Quote
  #10  
Old   
Aaron Bertrand [SQL Server MVP]
 
Posts: n/a

Default Re: SSMS 2008 Add-ons: What is the 2008 replacement for SQLWB.EXE? - 05-14-2009 , 07:50 AM



Quote:
So it has transpired. But annoyingly, there are still plenty of
references to SQL Workbench in SQL 2008,
These should be bugged... can you elaborate?



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.