On Wednesday, October 29, 2008 4:40:08 AM UTC+8, David Fishburn wrote: > > I'm trying to configure a profile for dbext that uses my windows login > > to log into a SQL Server installation. Dropping the "user=" and > > "password=" fields does not help, as I just get an error message > > saying I'm not logged in. The documentation does not mention how to do > > this. Any tips? > > I have updated the docs for the next release, thanks for the note. > > let g:dbext_default_profile_mySQLServer = > 'type=SQLSRV:integratedlogin=1:dbname=myDB' > > > Dave Hi Dave, To connect to sql server we need to know hostname, instance name and db name. but your example 'type=SQLSRV:integratedlogin=1:dbname=myDB' only show dbname. So how to set hostname and instance name?
-- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
