|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Create the SessState table (osql.exe -E -d SessionDemoDb -i Session.sql).
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. 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. > 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. > >
Other interesting topics
Diffrence between 2 tables in MS Acess
Large Index Backups taking progressively longer Why is the data in Primary instead of my Partition Scheme? isnull logic changes Additional IP for SQL Cluster How to write a trigger for date last modified... convert rows to columns Multable database on one machine Database Maintenance - Order of Actions |
|||||||||||||||||||||||