HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows Vista > Windows Vista Installation

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-24-2007, 11:55 PM
Alan
 
Posts: n/a
Default SQL Express installation

I have a database application which installs an instance of SQL Express and a
database schema with no actual data. The installation completes and I can
see that SQL and the database have bee installed in C:\Program Files but when
I try to run the application I could not login to the database - the error is
that the user (Windows authorization) is not permitted to login.

I downloaded and installed SQL management studio express in hopes that I
would be able to see what logins had been setup for the database. When I
started SQL management studio it could not find any database engine instance
to connect to even though I know one exists.

This all works on an XP Pro system so I think I have missed something
regarding all the new permissions issues with Vista.

What have I done wrong? Thanks.
--
Alan Bower
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 10-25-2007, 12:04 AM
Richard G. Harper
 
Posts: n/a
Default Re: SQL Express installation

Ah - did you note that it is not supported on Vista?

--
Richard G. Harper [MVP Shell/User] rgharper@gmail.com
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


"Alan" <Alan@discussions.microsoft.com> wrote in message
news:EDC1399D-B5F3-4511-9850-95C51B89095E@microsoft.com...
>I have a database application which installs an instance of SQL Express and
>a
> database schema with no actual data. The installation completes and I can
> see that SQL and the database have bee installed in C:\Program Files but
> when
> I try to run the application I could not login to the database - the error
> is
> that the user (Windows authorization) is not permitted to login.
>
> I downloaded and installed SQL management studio express in hopes that I
> would be able to see what logins had been setup for the database. When I
> started SQL management studio it could not find any database engine
> instance
> to connect to even though I know one exists.
>
> This all works on an XP Pro system so I think I have missed something
> regarding all the new permissions issues with Vista.
>
> What have I done wrong? Thanks.
> --
> Alan Bower


Reply With Quote
  #3  
Old 10-25-2007, 12:31 AM
Alan
 
Posts: n/a
Default Re: SQL Express installation

What's not supported on Vista?

The application source says their application will operate on Vista.

I assume SQL Express and SQL Management Studio will.

--
Alan Bower


"Richard G. Harper" wrote:

> Ah - did you note that it is not supported on Vista?
>
> --
> Richard G. Harper [MVP Shell/User] rgharper@gmail.com
> * NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
> * PLEASE post all messages and replies in the newsgroups
> * The Website - http://rgharper.mvps.org/
> * HELP us help YOU ... http://www.dts-l.org/goodpost.htm
>
>
> "Alan" <Alan@discussions.microsoft.com> wrote in message
> news:EDC1399D-B5F3-4511-9850-95C51B89095E@microsoft.com...
> >I have a database application which installs an instance of SQL Express and
> >a
> > database schema with no actual data. The installation completes and I can
> > see that SQL and the database have bee installed in C:\Program Files but
> > when
> > I try to run the application I could not login to the database - the error
> > is
> > that the user (Windows authorization) is not permitted to login.
> >
> > I downloaded and installed SQL management studio express in hopes that I
> > would be able to see what logins had been setup for the database. When I
> > started SQL management studio it could not find any database engine
> > instance
> > to connect to even though I know one exists.
> >
> > This all works on an XP Pro system so I think I have missed something
> > regarding all the new permissions issues with Vista.
> >
> > What have I done wrong? Thanks.
> > --
> > Alan Bower

>

Reply With Quote
  #4  
Old 10-25-2007, 12:40 AM
Carey Frisch [MVP]
 
Posts: n/a
Default Re: SQL Express installation

For your application to work under Vista, you need the SP1
version of SQL Express, not the original one.

Microsoft SQL Server 2005 Express Edition Service Pack 1
http://www.microsoft.com/downloads/d...displaylang=en

--
Carey Frisch
Microsoft MVP
Windows Shell/User

---------------------------------------------------------------

"Alan" <Alan@discussions.microsoft.com> wrote in message news:EDC1399D-B5F3-4511-9850-95C51B89095E@microsoft.com...
I have a database application which installs an instance of SQL Express and a
database schema with no actual data. The installation completes and I can
see that SQL and the database have bee installed in C:\Program Files but when
I try to run the application I could not login to the database - the error is
that the user (Windows authorization) is not permitted to login.

I downloaded and installed SQL management studio express in hopes that I
would be able to see what logins had been setup for the database. When I
started SQL management studio it could not find any database engine instance
to connect to even though I know one exists.

This all works on an XP Pro system so I think I have missed something
regarding all the new permissions issues with Vista.

What have I done wrong? Thanks.
--
Alan Bower
Reply With Quote
  #5  
Old 10-25-2007, 10:37 AM
Richard G. Harper
 
Posts: n/a
Default Re: SQL Express installation

I checked the download page and the SQL Server Management Studio Express
Edition says it only supports Windows 2000 SP4, Windows XP SP2 and Windows
Server 2003 SP1 - no Vista support listed.

--
Richard G. Harper [MVP Shell/User] rgharper@gmail.com
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


"Alan" <Alan@discussions.microsoft.com> wrote in message
news:5921C244-D481-4CB2-983F-0A989842D996@microsoft.com...
> What's not supported on Vista?
>
> The application source says their application will operate on Vista.
>
> I assume SQL Express and SQL Management Studio will.
>
> --
> Alan Bower
>
>
> "Richard G. Harper" wrote:
>
>> Ah - did you note that it is not supported on Vista?
>>
>> --
>> Richard G. Harper [MVP Shell/User] rgharper@gmail.com
>> * NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
>> * PLEASE post all messages and replies in the newsgroups
>> * The Website - http://rgharper.mvps.org/
>> * HELP us help YOU ... http://www.dts-l.org/goodpost.htm
>>
>>
>> "Alan" <Alan@discussions.microsoft.com> wrote in message
>> news:EDC1399D-B5F3-4511-9850-95C51B89095E@microsoft.com...
>> >I have a database application which installs an instance of SQL Express
>> >and
>> >a
>> > database schema with no actual data. The installation completes and I
>> > can
>> > see that SQL and the database have bee installed in C:\Program Files
>> > but
>> > when
>> > I try to run the application I could not login to the database - the
>> > error
>> > is
>> > that the user (Windows authorization) is not permitted to login.
>> >
>> > I downloaded and installed SQL management studio express in hopes that
>> > I
>> > would be able to see what logins had been setup for the database. When
>> > I
>> > started SQL management studio it could not find any database engine
>> > instance
>> > to connect to even though I know one exists.
>> >
>> > This all works on an XP Pro system so I think I have missed something
>> > regarding all the new permissions issues with Vista.
>> >
>> > What have I done wrong? Thanks.
>> > --
>> > Alan Bower

>>


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista Installation incomplete...died halfway through installation Astrof Windows Vista Installation 20 09-30-2008 11:19 AM
Need to disable offer from Outlook Express "to free up disk space, outlook express can compact messages" Kevin J. Nielsen Windows XP 25 07-15-2008 07:15 PM
Changing SP2 installation source drive to allow installation of II Jon M Windows XP Installation 1 10-24-2007 12:45 AM
ADS DVD Express 2 Chuck James DVD Authoring 0 09-06-2007 06:19 PM
Vista Express Upgrade Installation Boot Loop B Windows Vista Installation 1 04-12-2007 08:40 PM


All times are GMT. The time now is 10:00 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger