Home All Groups Group Topic Archive Search About

Create the SessState table (osql.exe -E -d SessionDemoDb -i Session.sql).



Author
16 Nov 2006 4:49 AM
princessjewel62
Hi all,

I've read Billy Yuen's documentation about session sharing and decided
to try out the demo. But the problem is that, I am new to web
development and I have little experience in Microsoft SQL Server and
zero knowledge on ASP.

When I was about to create a table, Mr Yuen's instruction for step
number 2 was "Create the SessState table (osql.exe -E -d
SessionDemoDb -i Session.sql). ". That statement made me confused.
I've created the SessState table but was unable to continue with the
rest of the statement within the parenthesis. I really need help here.
Please bear with me. Your help is much appreciated.

Thank you.

Author
16 Nov 2006 5:24 AM
Hari Prasad
Hi,

Just open the Session.sql in Query Analyzer or SSMS and see the contents.
Actually Mr Yuen's  is helping you to automatically execute his
scripts. If you find errors then try execution the Session.SQL from query
window itself and look for errors.


Thanks
Hari


<princessjewe***@gmail.com> wrote in message
Show quoteHide quote
news:1163652595.633928.233510@h54g2000cwb.googlegroups.com...
> Hi all,
>
> I've read Billy Yuen's documentation about session sharing and decided
> to try out the demo. But the problem is that, I am new to web
> development and I have little experience in Microsoft SQL Server and
> zero knowledge on ASP.
>
> When I was about to create a table, Mr Yuen's instruction for step
> number 2 was "Create the SessState table (osql.exe -E -d
> SessionDemoDb -i Session.sql). ". That statement made me confused.
> I've created the SessState table but was unable to continue with the
> rest of the statement within the parenthesis. I really need help here.
> Please bear with me. Your help is much appreciated.
>
> Thank you.
>
Are all your drivers up to date? click for free checkup

Author
16 Nov 2006 7:53 AM
princessjewel62
Hi Hari,

That works. Yippee. Thanking you.

Regards,

Crystalite.


Hari Prasad wrote:
Show quoteHide quote
> Hi,
>
> Just open the Session.sql in Query Analyzer or SSMS and see the contents.
> Actually Mr Yuen's  is helping you to automatically execute his
> scripts. If you find errors then try execution the Session.SQL from query
> window itself and look for errors.
>
>
> Thanks
> Hari
>
>
> <princessjewe***@gmail.com> wrote in message
> news:1163652595.633928.233510@h54g2000cwb.googlegroups.com...
> > Hi all,
> >
> > I've read Billy Yuen's documentation about session sharing and decided
> > to try out the demo. But the problem is that, I am new to web
> > development and I have little experience in Microsoft SQL Server and
> > zero knowledge on ASP.
> >
> > When I was about to create a table, Mr Yuen's instruction for step
> > number 2 was "Create the SessState table (osql.exe -E -d
> > SessionDemoDb -i Session.sql). ". That statement made me confused.
> > I've created the SessState table but was unable to continue with the
> > rest of the statement within the parenthesis. I really need help here.
> > Please bear with me. Your help is much appreciated.
> >
> > Thank you.
> >

Bookmark and Share