I need to execute the following SQL command from within VB:
CREATE LOGIN [rx] WITH PASSWORD=N'rx', DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF
I've been trying to find info for days but everything always deals with updating tables etc
If someone could show me the connection string and have to execute the statement that would be great!!