Tagged Questions

0
votes
3answers
19 views

SQL Server filegroup full during a large INSERT INTO statement

Consider a SQL script designed to copy rows from one table to another in a SQL 2000 database. The transfer involves 750,000 rows in a simple: INSERT INTO TableB([ColA],[ColB]....[ …
0
votes
4answers
549 views

C# asp.net cannot open user default database .ldf may be incorrect

Hi all, I am having an odd problem with my SQL Server express 2005 DB. It is running on a 2003 server. With VS2005 I can access the db without any problem. But when I try and r …
0
votes
2answers
20 views

no sqlexpress logins have permission to create db

i cant create a new db because there are only 2 logins: sa BuiltIn\Users I get permission denied when trying to create the db even though i am the admin. How can I add a user w …
8
votes
5answers
1k views

Windows 2008 VPS hosting experiences

Whilst similar questions exist, I couldn't find any which quite match my request. I'm looking for hosting for some personal .NET projects which for various reasons I do not want t …
0
votes
0answers
18 views

Problem creating index with included columns (SQL Server Express)

I am using the Database explorer/designer of Visual C# 2008 Express Edition with SQL Server Express 2008. I created a table and want to add an index. But the index would exceed 9 …
0
votes
1answer
23 views

Displaying SubReport Data into a Microsoft Report Viewer Control with ASP.NET VB

I've got the main report displaying just fine. Can't get the subreport to display data. Parameters are setup and linked appropriately, but still nothing. Am I missing something obv …
0
votes
1answer
24 views

When is a started service not a started service? (SQL Express)

We require programmatic access to a SQL Server Express service as part of our application. Depending on what the user is trying to do, we may have to attach a database, detach a da …
0
votes
2answers
47 views

Backing up data between SQL Express 2005 and SQL Server 2008 Standard Edition

Hi, I am developing an application which needs to backup data between SQL Express 2005 and SQL Server 2008. My client runs with an installation of SQL express 2005 and needs to pe …
0
votes
1answer
27 views

asp.net page stops working for no reason (gridview/sqlexpress search)

Hi there I have an asp.net page with a gridview and a couple of input text boxes and a search button. Once I put something on both text boxes and press search, I get a result list …
0
votes
1answer
53 views

Backup DB on Remote SQL Server Express

I need to create a TSQL script to backup a db on a remote SQL Server Express (2005). I have a SQL Server 2005 on another box. Not sure how I can run the script from this SQL Serve …
0
votes
0answers
29 views

What is the best method to mount SQL Server Express .mdf file in an installer?

What is the preferred method for installing software that requires SQL Server Express? Should you mount the database using a new account created by an admin that installs the soft …
-1
votes
2answers
51 views

What are the REAL steps for installing SQL Server Express 2008 and Management Studio Express?

On a clean windows machine I installed Web Dev Express 2008. That also installs SQL Server Express 2008. I just wanted to add SQL Server Management Studio Express (SSMSE) 2008. …
0
votes
2answers
332 views

DTS for SQL Server 2005 Express Edition

What did Microsoft rename DTS to for SQL Server 2005 Express Edition? Where is the download link to the SQL Server 2005 Express Edition DTS utility? i've been searching for hal …
1
vote
1answer
1k views

How can I create a local user profile for the anonymous user of an ASP.Net MVC application under IIS 7?

I've been experimenting with ASP.Net MVC, and have come across a problem that is probably not specifically MVC related. But I cannot get the authentication in the default MVC appli …
1
vote
4answers
99 views

Linq with MySql

Is there a free solution for using Linq and MySQL? Can one use Visual Studio Express, Linq, and MySQL together?

1 2 3 4 5 7 next
15 30 50 per page