I'm working on a C# application with a SQL Server 2008 database and Crystal Reports for reporting. I followed this article to create reports but in the step of entering connection informations I didn't know what is server name, because this is the connectionstring of my database:
"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\database.mdf;Integrated Security=True;User Instance=True.
So my question is what is the server name that I should put in the connection information of Crystal Reports?
Thanks in advance.