Please I need help with a script that can help me open the SQL Server Management Studio 2005 from a button in an another interface.
Thanks Roger
Please I need help with a script that can help me open the SQL Server Management Studio 2005 from a button in an another interface.
Thanks Roger
sqlwb.exe is SSMS in SQL Server 2005 and it has parameters such as -S etc for Server name, but also has a filename parameter.
At command prompt, run sqlwb /? to get command line usage
With C#: