Click here to Skip to main content
16,007,814 members
Home / Discussions / Database
   

Database

 
QuestionHow to setup SQL Server database on a server for use as back-end for ASP.Net Web application? Pin
kshincsk12-May-09 2:58
kshincsk12-May-09 2:58 
AnswerRe: How to setup SQL Server database on a server for use as back-end for ASP.Net Web application? Pin
Rob Philpott12-May-09 4:24
Rob Philpott12-May-09 4:24 
QuestionSQLite Null Terminated string? Pin
-Dutch-11-May-09 22:13
-Dutch-11-May-09 22:13 
AnswerRe: SQLite Null Terminated string? Pin
Mycroft Holmes12-May-09 15:45
professionalMycroft Holmes12-May-09 15:45 
GeneralRe: SQLite Null Terminated string? Pin
-Dutch-12-May-09 16:37
-Dutch-12-May-09 16:37 
GeneralRe: SQLite Null Terminated string? Pin
Mycroft Holmes12-May-09 16:50
professionalMycroft Holmes12-May-09 16:50 
QuestionDTS Package Create problem Pin
vnsraj11-May-09 18:56
vnsraj11-May-09 18:56 
QuestionEnabling User Instances in SQL Server 2005 Pin
Roger Wright11-May-09 15:34
professionalRoger Wright11-May-09 15:34 
I spent hours trying to get a Starter Kit from asp.net to install and run - well, most of two days anyway - and I finally got it to load in VS2008. I don't quite recall how; I tried everything I could find on the Internet, everything I knew 'should' work, and quite a few things that just seemed like they ought to work. I finally got it working, but I haven't a clue which combinations of bizarre workarounds finally did the trick.

Anyway, per the instructions on the help page I pressed ctrl-F5 to build and run the project, which was supposed to create the database in the default SQL Server 2005 server on this machine. There is a permissions error, in that user instances are not enabled. Searching for this led to the clue - run aspnet_regsql. It doesn't exist on my machine. Another, more specific clue was to run sp_configure 'user instances enabled' but there was no information about where to do that. SQL Server 2005 doesn't come with a GUI interface, or documentation. I found the download for the Management Console tool and installed it - works like a charm. Except that executing the stored procedure above returns 'command completed successfully', and displays the result that user instances are indeed enabled up to a limit of 1. The project still reports that user instances are not enabled, however, and will not run.

The package also included a set of queries to manually add the database, so I copied them into the management console Query window and executed them. Again, the result was a success, except that there is no database present.

What's the trick here? Or is this all just an elaborate scheme to finally push me over the edge?

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

QuestionLong delay update access database ( using ADO.NET ) .. how to solve the problem ? Pin
Yanshof11-May-09 10:43
Yanshof11-May-09 10:43 
QuestionT-SQL Store Procedure Table Variable Pin
Joe@Scuds11-May-09 2:53
Joe@Scuds11-May-09 2:53 
AnswerRe: T-SQL Store Procedure Table Variable Pin
Yusuf11-May-09 5:02
Yusuf11-May-09 5:02 
AnswerRe: T-SQL Store Procedure Table Variable Pin
Jondo24shoots13-May-09 0:42
Jondo24shoots13-May-09 0:42 
Questionin urgent need of query Pin
Member 305788711-May-09 1:38
Member 305788711-May-09 1:38 
AnswerRe: in urgent need of query Pin
Ennis Ray Lynch, Jr.11-May-09 3:37
Ennis Ray Lynch, Jr.11-May-09 3:37 
AnswerRe: in urgent need of query Pin
Jondo24shoots13-May-09 1:16
Jondo24shoots13-May-09 1:16 
AnswerRe: in urgent need of query Pin
Jondo24shoots13-May-09 1:26
Jondo24shoots13-May-09 1:26 
Question[Message Deleted] Pin
LucBite10-May-09 20:04
LucBite10-May-09 20:04 
AnswerRe: ASP.NET EMAIL FUNCTIONALITY APPLICATIONS Pin
Ashfield10-May-09 20:52
Ashfield10-May-09 20:52 
Questionproblem in select sql query Pin
Shuaib wasif khan10-May-09 7:34
Shuaib wasif khan10-May-09 7:34 
AnswerRe: problem in select sql query Pin
Luc Pattyn10-May-09 8:14
sitebuilderLuc Pattyn10-May-09 8:14 
GeneralRe: problem in select sql query Pin
Shuaib wasif khan10-May-09 8:30
Shuaib wasif khan10-May-09 8:30 
AnswerRe: problem in select sql query Pin
Jondo24shoots13-May-09 1:44
Jondo24shoots13-May-09 1:44 
QuestionHow to find row after query ? Pin
E_Gold10-May-09 6:50
E_Gold10-May-09 6:50 
AnswerRe: How to find row after query ? Pin
Blue_Boy10-May-09 9:00
Blue_Boy10-May-09 9:00 
AnswerRe: How to find row after query ? Pin
David Mujica10-May-09 15:17
David Mujica10-May-09 15:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.