0
what could be the server name for "Microsoft sql server management studio 2008" ??
how to use this after installation
6 Réponses
+ 1
if it showing connect to server then select server type database engine and server name local or .
if windows authentication it won't ask username or pwd.
if server authentication then only it will ask for username and pwd. I didn't understand your problem exactly. I explained for what I understood
0
In order to find out server name connect to SSMS
open query window and write
select @@servername
execute it then you will get server name.
0
how to connect to SSMS ? @Manasa
0
Goto start and select SQL Server Management Studio if you have installed already.
0
may u plz explain in detail..what to do after opening sql server management studio in order to connect to SSMS ?? its asking username as soon as i open the studio..what to do ?? @Manasa
0
Are you using with different user?