Thanks for the reply.
process it.
As for osql, I know sql, but that's all. The walkthroughs I was successful
Server if I want to purchase it for $50. For all the rest, I am apparently
at the mercy of the vendor I bought the software from. Does that sound right
to help me out here? I just don't understand the thinking here. Think I
for a while. I'll try to post again sometime in the next couple of days with
"Self" <wolfdeveloper@nospam.yahoo.com> wrote in message
news:43n530paogc0c86b3riudiuu4uq19cl512@4ax.com...
> On Tue, 17 Feb 2004 00:10:22 -0600, "Richard D. Farley"
> <rfarley@spyderinternet.com> wrote:
>
> >I'm still lost. Something works if I enter NAMEOFMYWORKSTATION\VSDOTNET
for
> >the Server Name, but I am then limited to databases master, model, msdb
and
> >tempdb and cannot in any way specify the pubs database as suggested in
the
> >walkthrough.
>
> This would be a named instance.
>
> My guess about the pubs DB most likely also a permissions issue. You
> may not have been granted access to the pubs DB.
>
> To possibly cure this you might try rnning the following SQL:
>
> EXEC sp_grantdbaccess '<machine name or domain>\<your windows user
> name>' , '<login name>'
>
> Example:
>
> EXEC sp_grantdbaccess 'MACHINEA\Mylogin', 'MyLogin'
> GO
>
> this assumes you know how to run a query using osql. Are you faniliar
> with it at all or have you been able to
>
>
>
> On Named Instances see here for more:
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/instsql/in_runsetup_2xmb.asp
>
> ===
>
>
> If your going to install MSSQL Dev edition you can upgrade it or
> remove it.
>
>
> For removal see this tech doc :
>
>
http://support.microsoft.com/default.aspx?scid=kb;en-us;320873 >
> ===
>
> For upgrade see here this site which has a helpful walkthrough with
> pictures.
>
>
http://www.axon.com/mr_Axon_KB_Article.cfm?ArticleID=101 >
> replace the instance name with the VSDOTNET. If you need to run
> sample apps from the net you may also need a 'default instance'
>
> (Hopefully these fine people don't mind me posting the link.)
>
> ===
>
> For more on getting MSDE to work see the following but my advice would
> be to setup MSSQL server Dev edition.
>
> ==
> INFO: MSDE Security and Authentication
>
>
http://support.microsoft.com/default.aspx?scid=kb;en-us;325022 > ==
>
> PRB: Cannot Connect to MSDE 2000 by Using ADO.NET with SQL
> Authentication
>
>
http://support.microsoft.com/default.aspx?scid=kb;EN-US;321698 > ==
>
> HOW TO: Connect to Microsoft Desktop Engine :
>
>
http://support.microsoft.com/default.aspx?scid=kb;EN-US;319930 > ==
>
> And last but not least SP# can be had here:
>
>
http://www.microsoft.com/sql/downloads/2000/sp3.asp >
> ===
>
> >And I haven't had any luck with the UDL file, but that may be because you
> >did not explain things to the nth degree so a dimmer-than-average
2-year-old
> >could understand it.
>
>
> For the steps I sent in a little more detail see this article:
>
>
http://support.microsoft.com/default.aspx?scid=kb;[LN];264691
>
> In step #2 of the article substitute :
>
> Microsoft OLE DB Provider for SQL Server
>
> for :
>
> Microsoft Jet 4.0 OLE DB Provider
>
> For Server since you have a named instance you would need to enter
>
> MACHINENAME\VSDOTNET
>
> For the database name use PUBS (since you want to connect to it)
>
> Also make sure the Tab 1 (Provider) of the UDL wizard is set or you
> will not see the correct screen on Tab Page 2 of the UDL wizard.
>
> It defaults to ODBC and not the MS SQL provider which is what I
> explained.
>
>
> >Based on Microsofts' specs, I think it is probably right that it should
have
> >been included, but being such a newbie, I am always at risk of
> >misunderstanding nearly everything. Do you know whether a developer
license
> >copy of SQL Server 2000 should have been included or not?
>
> Yes it is includeed and would be in the orange box (.NET Servers Disk
> if you did not get CD's which is what I have).
>
> >And how much would having it likely help me over MSDE?
>
> A lot. The SQL Server will include the client tools and the
> enterprise manager which make the management of the DB much easier
> than on MSDE with osql command line(IMHO anyway).
>
>
> >Thanks again for your patience.
>
> Your welcome.
>
> If your still having issues after this post back and let me know any
> errors you have gotten.
>
> Think this should cover most of the issues I have run into with
> MSDE/MSSQL setup/upgrade in the past.
>
>
> Again hop the helps you et up and running.
>
> HTH,
>
> - E
>