The sql-server-express-2008 tag has no wiki summary.
3
votes
2answers
86 views
Opening SQL Server Express via JDBC in Mathematica?
I have two computers with two (ostensibly) identical installations of SQL-Server Express 2008 R2, both running Windows 7 64-bit. On one computer (call it "red"), I can execute the following ...
2
votes
3answers
46 views
25k Inserts Daily, 99% Fragmentation on Clustered GUID Index
I have a table that has a primary key as a clustered GUID field; I'm generating GUIDs using NEWSEQUENTIALID() instead of NEWID. Unfortunately, because this table sees ~25k-100k inserts per day, ...
2
votes
1answer
52 views
Is it possible to rename a SQL 2008 Express installation?
Hi I am attempting to install (and un-install and re-install numerously) SQL 2008 express. I selected install as a default instance but the setup insists that my installation be a named instance ...
2
votes
1answer
199 views
Problems upgrading to SQL Server Express 2008 SP2
Just this morning, I installed SQL Server 2008 Express R2 from the Web Platform Installer. When I went to restore some databases, the error message was that my database files are from version 10.5 and ...
1
vote
1answer
60 views
How to connect to SQL Server Express DB from Server Explorer VS 2010?
I'm trying to connect to SQL DB from Server Explorer to generate context classes for Linq to SQL. Doing it like described here: http://visualcsharptutorials.com/ado-net/querying-database-linq-to-sql/
...
1
vote
2answers
49 views
View all queries
I got a MVC3 application using Entity Framework 4 and Sql Server.
How can I view all queries that has been invoked (and the amount of time that they took)?
1
vote
1answer
102 views
Creating SQL Server tables with formula
I want to create a database MyDatabase programmatically.
I want to create a table Table1 in that database, with some columns Columns1, Columns2, Columns3....
But some of my columns are having ...
1
vote
2answers
573 views
Unable to connect to SQL Server instance remotely
I’m trying to access the SQL Server instance on my VPS from SQL Server Management Studio on my local machine. It’s not working (the error I’m getting is:
“A network-related or instance-specific ...
1
vote
2answers
37 views
Ideal Account to use for SQL Server 2008 R2 Express?
What is the ideal "Log On As" account to use for SQL Server 2008 R2 Express?
1
vote
3answers
278 views
Where to download SQL Server Management Studio 2008 (not express version)?
Where can I download that? All I can find is the express version. I bought the SQL Server Developer 2008, but the Studio wasnt installed along with it...
Thanks
0
votes
1answer
10 views
Linq2SQL locking object in multithreaded environment?
I have an windows service application where I have an object that is processed during rather long time. During the process time the user can interact with the object from a GUI and calling ...
0
votes
0answers
16 views
How do I get the progress of an embedded Sql Server Express install?
I've built a Sql Server Express installer using the .Net Process class, that will be used in my application's main installer. Installing Sql Server Express can take 5 to 20 minutes.
How can I get the ...
0
votes
3answers
59 views
SQL Server Express inserts doesn´t work anymore
In my C# application, I do the following:
using (SqlConnection connection = new SqlConnection(connectionstr))
{
connection.Open();
SqlCommand com1 = new ...
0
votes
1answer
67 views
how to call sql server express command line using c# to run a .sql file
i have to make a setup for window application so i need to create a database on clinet machine .so i decided that i will create it using .sql file which i will add in my resource file.as there is a ...
0
votes
0answers
112 views
Connecting to a remote SQL Server Express 2008 instance on Windows 7 from Java using JDBC (on Mac OS X)
I'm running into some issues trying to connect to a remote SQL Server 2008 Express instance from Java. Here are the specifics:
DB Server: Windows 7 running SQL Server 2008 Express
Client: Mac OS X ...
0
votes
3answers
44 views
Getting an error when moving from SQL Server Express to SQL Server asp.net web app logon
I just moved from Visual Studio Web Express to professional. (2010)
I have a web application were the log-on database was linked to SQL Server Express, but my new installation does not have SQL ...
0
votes
1answer
36 views
Migration from SQL Server 2008 R2 Express to SQL Server 2008 R2 Developers Edition
I've done some reading on the installation but it's not clear to me whether I will be UPGRADED to the SQL Server Developers edition or whether the install will create another instance. I want to get ...
0
votes
0answers
57 views
Sharepoint 2010; can't create association between external content types
I have a problem creating associations between external content types.
I've got two entities. Product and productalternative. One project does have one or more productalternative's. The pa has a ...
0
votes
2answers
69 views
Trying SQL table update matching on string field
Could really use some help with an update query...(SQL Express 2008 R2)
I have two tables.
tblJP and tblMaster
I only have a string field that matches between the two tables.
tblJP.short_text = ...
0
votes
0answers
50 views
Enable filestream dataType from Management Studio?
How would I enable filestream datatype for a varbinary(max) column through management studio express ? I have already set up SQL Server 2008 & enabled filestream for the current database.
Is ...
0
votes
2answers
63 views
How Do I Attach a SQL Server Express Database to a Visual Studio 2010 project?
How do I do this?
Attach an SQL Server Express Database to a Visual Studio project so that...
my source control contains the most resent schema for the database including stored procedures (can'
t ...
0
votes
0answers
66 views
Repopulate fulltext catalog radiobutton greyed out in SSMS
I have SQL Sever Management studio 2008 installed(downloaded and installed SQL Server 2008 with Advanced Services).
On one of my website, I am working on the search functionality which uses ...
0
votes
0answers
78 views
Problem connecting to SQL Server Express DB, inconsistent
I have an application that works with a DB which is an SQL Server Express mdf file.
Every once in a while, when I start the application, I get a connection exception:
...
0
votes
1answer
129 views
SQL Server - Shuffle results randomly, but with a weight assigned to each record
I know that the normal way to shuffle results with SQL Server is to order by NEWID(), except I'd like to instead use a weighted shuffle.
Each record in my table has an integer 'Importance' from 1 to ...
0
votes
2answers
2k views
Unable to connect to SQL Express "Error: 26-Error Locating Server/Instance Specified)
Good afternoon all,
I am at an loose end with on particular box that is running SQL Express 2008 R2.
Windows Firewall is configured to allow inbound TCP & UDP 1433, 1434.
Windows Firewall is ...
0
votes
2answers
115 views
SQL Server Express - Remote Connection continues to fail
I have been unable to configure my SQL Server Express 2008 to allow remote connections. I followed the instructions from this guide: ...
0
votes
1answer
26 views
Most efficient procedure for migrating SQL Server Express databases from one location to another
What is the most efficient way to migrate an SQL Server Express database from one server to another? I have several databases that need to be moved, and I want to do as little work as possible and ...
-1
votes
1answer
34 views
Connectionstring mdf file in superior folder
I´ve got the following connectionstring:
string connectionstr = "Data Source=.\\SQLEXPRESS;" + "AttachDbFilename=|DataDirectory|\\..\\..\\Datenbank\\FarmersCalc.mdf;" + "Integrated Security=True;" + ...
-1
votes
3answers
53 views
How to maintain database in a separate (portable) SQL file?
I am creating an application for some user to maintain records in database. For this, I'll have to write SQL query (C#) and create the database, if does not exist, when user starts/installs the ...