Export to SQL server syntax

S

St.Phun

I'm trying to export a table to SQL using the XP ExportWizard and I keep
gettting stuck at "Which SQL server do you want to connect to?". I was told
to use localhost as the server name.
TIA,
St.Phun
 
B

Brendan Reynolds

'localhost' refers to a local *web* server, not SQL server. '(local)' will
refer to a default instance of SQL Server on your local PC - assuming a
default instance of SQL Server is actually installed on your PC.
 
Top