Top "Sql-server-2008-express" questions

SQL Server 2008 Express is a free edition of SQL Server that is an ideal data platform for learning and building desktop and small server applications, and for redistribution by ISVs.

.mdf is too new (661) my database supports version 655

I am using SQL Server 2008 express and i want to import .mdf and i get this error: .mdf version is 661, …

sql-server-express sql-server-2008-express
SQL server "Cannot send mails to mail server" "Failure sending mail"

I am using MS SQL Server 2008 R2 SP2 Express edition, 64 bit. I do not have access to the Database Mail …

sql-server-2008-express database-mail
SQL - "Save results as CSV" - use comma instead of Semi-Colon

Hey, i need to export a query result to a CSV, but i get a semi-colon as a delimiter. I …

sql ssms sql-server-2008-express
SQL Server 2008 Express Edition - how to create a sequence

I'm using SQL Server 2008 Express Edition. I wanna create a sequence with this code: CREATE SEQUENCE Postoffice_seq AS bigint …

sql sql-server sql-server-2008-express
SQL Server Browser showing only hostname, not instance name

I just setup a new Windows Server 2008 machine with an instance of SQL Server 2008 Express. The SQL Browser service does …

sql-server sql-server-2008 sql-server-2008-express sqlbrowser
How to install SQL Server 2008 Express with Inno Setup?

anyone have script or procedures to install SQL Server 2008 Express, set up the database for the app and finally install …

inno-setup sql-server-2008-express
Visual C# 2008 Express connection to SQL Server 2008 Express Issue

I have a problem with Visual C# 2008 express (SP1) connecting to SQL Server 2008 express. The "Add Connection" window (wherever initiated) …

visual-studio-2008 visual-studio-express sql-server-2008-express
How to Bind DataGridView with SqlDataReader

Can anyone help me in this Code Please. I am trying to bind data with datagridview. Query is returning values …

c# winforms datagridview sql-server-2008-express
cmd line SQL server 2008 express install

I am trying to install SQL server 2008 express on windows 7 64 bit machine using the following command: Setup.exe /qs /Action=…

sql-server sql-server-2008-express
Handling large datasets with SQL Server

I'm looking to manage a large dataset of log files. There is an average of 1.5 million new events per month …

sql-server database logging sql-server-2008-express large-data