How to find SQL Server name in logging in to SQL Server Management Studio -
how can create server name database engine in logging in sql server management studio?
or how can find default server name? have been using running sqlcmd -l code in command prompt turns me nothing says servers:
you can try using localhost or . connect local instance.
also, reattach database (from mdf file), can use attach database command showed in following image.

hope helps
Comments
Post a Comment