DarrylGodden
DarrylGodden

Reputation: 1534

SQL Server Express Connection String - Unusual Parameter

I've inherited a web app, the local testing version has the following parameter on the end of its connection string:

;Database=ServiceDelivery;LastUser=sa

Can someone explain to me what "LastUser=sa" means? I know the sa account, but have never come across LastUser before.

Googling it hasn't produced any results.

Upvotes: 0

Views: 60

Answers (1)

ElGavilan
ElGavilan

Reputation: 6894

It looks like it's not used any more:

http://www.installaware.com/forum/viewtopic.php?f=2&t=8597

Upvotes: 1

Related Questions