Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MS SQL Server


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





SQL 2008 Developer Edition Management Studio Does Not Work For Compact Edition 3.5 Databases


 

I am attempting to use the SQL Server 2008 Developer Edition (Management Studio) to create/manage a Compact Edition 3.5 database. My problem is that I cannot even create/open the compact database in Management Studio. Any help would be GREATLY appreciated. TIA
 
Problem Creating the Compact Database:


Open 2008 Management Studio

From menu choose File | Connect Object Explorer...

Choose SQL Server Compact Edition as the Server type.

Choose <New Database...> as the Database file.

Browse to folder where file will be created (C:MyDatabase#1.sdf was used in my example)

Leave all other field as default selections OR make changes, either way it does not work.

Click OK.

At this point the OK button just becomes disabled and nothing happens.
Problem Opening An Existing Compact Database:

Open 2008 Management Studio

From menu choose File | Connect Object Explorer...

Choose SQL Server Compact Edition as the Server type.

Choose <Browse for more...> as the Database file and locate a ".sdf" file that I created using VS2008.

Enter password, if any.

Click OK.

The following exception is displayed:
TITLE: Connect to Server
------------------------------
Cannot connect to C:Documents and SettingsdarrinbMy DocumentsVisual Studio 2008ProjectsTestSQLCompactEdition35TestSQLCompactEdition35AFS.sdf.
------------------------------

ADDITIONAL INFORMATION: Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------
Could not load file or assembly 'Microsoft.SqlServerCe.Enumerator, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (mscorlib)
------------------------------
BUTTONS: OK
------------------------------




View Complete Forum Thread with Replies

Related Forum Messages:
SQL Compact Edition 3.5 Vs. SQL Server Management Studio 2008, FileNotFoundException Microsoft.SqlServerCe.ManagementUI
Hi,I'm having an exception below when i tried to connect to SQL Server Compact Edition from SQL Server Management Studio (10.0.1075.23 ((SQL_PreRelease).071108-1357 )).I downloaded and installed the SQL Server Compact Edition 3.5 from this link below :http://www.microsoft.com/downloads/details.aspx?FamilyID=38ed2670-a70a-43b3-87f3-7ab67b56cbf2&displaylang=enAnd I downloaded and installed the SQL Server 2008 Development edition from this link below :http://go.microsoft.com/fwlink/?LinkId=104963It seems that the SQL Server 2008 Development edition comes with the these 2 SQL CE below :- Microsoft SQL Server Compact 3.5 SP1 Beta ENU. Product Version: 3.5.5608.0.- Microsoft SQL Server Compact 3.5 SP1 Beta Management Tools ENU. Product Version: 3.5.5608.0I tried to uninstalled these 2 and re-install the SQL Server Compact Edition 3.5 Files, but it didn't help.Currently I'm uninstalling SQL Server 2008 because the command prompt installation instruction page could not be found in the books online, so i'm trying my luck to uninstall SQL Server Compact Edition 3.5 and reinstall the whole SQL Server 2008. The main reason why I was trying to install SQL Server 2008 Developer Edition is only to manage SQL Server Compact 3.5 database file. Since i upgraded the database into 3.5, i was not able to open it anymore using SQL Express 2005 Query Designer in the VS 2008 is just like the sql view query designer which is not as good as sql management studio. I'm reminiscing the good old days with query analyzer Any advice to resolve this issue?
Thanks in advance Steps :1. Choose Database : SQL Server Compact Edition2. Choose Any of the Database file options (New Database or Browse for more)3. Below exception will pop up.See the end of this message for details on invokingjust-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServerCe.ManagementUI, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.File name: 'Microsoft.SqlServerCe.ManagementUI, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'   at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)   at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)   at System.Reflection.Assembly.Load(String assemblyString)   at Microsoft.SqlServer.Management.UI.ConnectionDlg.Utils.LoadAssembly(String assemblyFileName)   at Microsoft.SqlServer.Management.UI.ConnectionDlg.SqlServerCeType.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType2.CustomNewDatabaseAction()   at Microsoft.SqlServer.Management.UI.ConnectionDlg.LoginControl.CheckForNewDatabase()   at Microsoft.SqlServer.Management.UI.ConnectionDlg.LoginControl.OnSIIndexChange(Object sender, EventArgs e)   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)   at System.Windows.Forms.ComboBox.WndProc(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

View Replies !
Compact Edition V3.5 And SQL Server Management Studio
 

Is it possible to use SQL Server Compact Edition v3.5 with SQL Server Management Studio?
When I attempt to connect to a 3.5 database I get the following error:
 
"You are trying to access an older version of a SQL Server Compact Edition Database..."

 
I am using v3.5 beta 2.
 
If not, is there anything out there that provides a Query Analyzer like interface for viewing data that works with v3.5?
 
Thanks.

View Replies !
Relationships In Management Studio Express Connected To SQL Server Compact Edition
Hello ,
 Is possible to specify reationships between tables on SQL Server Compact Edition database in Management Studio Express ?

I can connect to database file , add tables, add data , but I dont't found the right methot to specify reationships as with SQL Server Express.

Any ideas?

View Replies !
Updating To SQL Server Management Studio Developer Edition Is Not Working
I got VS Pro which came with SQL Server Management Studio Developer Edition.  Very exciting!  However, when I go to update from SQL Server Management Studio Express to Dev Edition it says that there are tools / components already installed.  I completely uninstalled everything having to do with SQL Server from my machine and tried again.  It still says that the tools / components are installed.  I see that there are still several instances of SQL Server still on my machine.  So I tried reinstalling Express again.  However, now the Configuration Manager has a snap-in that won't start.  Any help would be much appreciated.
Thanks

View Replies !
Letting Users Who Visit A Website Add Records To A Sql Server Database Using Visual Studio Web Developer Express Edition 2008
in visual studio web developer express edition 2008 i added a new item this was a sql server database which i called test2. I added a table called comments, and the fields name, email, comments, IPAddress, and Date and in my comments.aspx page i added a name textbox, a texbox for email, a textbox for comments and the submit button i double clicked on the submit button and added the following code
 Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click        Dim mydS As New SqlDataSource        mydS.ConnectionString = ConfigurationManager.ConnectionStrings("testConnectionString1").ToString         mydS.InsertCommandType = SqlDataSourceCommandType.Text         mydS.InsertCommand = "INSERT INTO comments(Name,Email,Comments,IPAddress,Date) VALUES (@Name,@Email,@Comments,@IPAddress,@Date)"         mydS.InsertParameters.Add("Name", TextBox1.Text)        mydS.InsertParameters.Add("Email", TextBox2.Text)        mydS.InsertParameters.Add("Comments", TextBox3.Text)        mydS.InsertParameters.Add("Date", Date.Now)        mydS.InsertParameters.Add("IPAddress", Request.Params("REMOTE_ADDR"))         Dim rowsaffected As Int16 = 0        Try            rowsaffected = mydS.Insert        Catch ex As Exception            Server.Transfer("errors.aspx")        Finally            mydS = Nothing        End Try        If rowsaffected <> 1 Then            Server.Transfer("errors.aspx")        Else            Server.Transfer("confirm.aspx")        End If    End Sub     Protected Sub TextBox1_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged     End Sub but when i run it it gives me a problem with this line mydS.ConnectionString = ConfigurationManager.ConnectionStrings("testConnectionString2).ToString and says something abt unidentified object and I want to know how do i set the connection string or alternatively where?????? and my table does not update with the corresponding values i enter on the webpage. i also changed the authentication mode to forms instead of windows as i was advised but i'm still having a problem

View Replies !
How Can I Install SQL Server 2005 Developer Edition's Management Studio On A Desktop Machine?
I have installed Visual Studio 2005 Prof Edition on a Vista machine and SQL Server 2005 Developer Edition on a Windows 2000 server. They will be used as a development environment for us. As we need to management the SQL Server 2005, we would like to install the 2005 Developer SSMS on the Vista machine such that we can manage the SQL Server 2005 developer instance installed on that Win2k machine. However, the system does not allow us to do it. We have the express edition autoamtically installed while we installed the Vistual Studio. Is there any workaround that i can still install the 2005 developer SSMS without uninstall the sql server 2005 Xpress version? Or, I have to uninstall the Xpress version before i can install the 2005 developer's SSMS? Please help!

View Replies !
Visual Studio 2008;SQL Server 2005;SQL Server Compact Edition 3.5 Question
I have a question about a problem that I cannot seem to tackle. I have installed the following programs on Windows Vista:
 
- SQL Server 2005
- Visual Studio 2008
- SQL Server Compact Edition 3.5
- SQL Server Compact Edition 3.5 Server Tools
 
I want to do the following:
 
1. I want to create a SQL Server Compact Edition 3.5 database in the SQL Server Management Studio
2. I want my SQL Express server in SQL Server 2005 to be a distributor and publisher
 
About 1. In SQL Server Management Studio I cannot choose SQL Server Compact Edition 3.5 .
ABout 2. I tried to setup my server to be a distrubutor by running a stored procedure with the following name: sp_adddistributor. I get the following error: This edition of SQL Server cannot act as a Publisher or Distributor for replication.
 
Does anyone have a solution to both problems.

View Replies !
How Can I Access SQL Server Compact Edition With SQL Server Management Studio Express?
Hello,
 
I just installed SQL Server Compact Edition, since I am considering using it instead of SQL Server Express for a local database in my application.   The documentation mentioned that I could use SQL Server Management Studio Express to connect to the Compact Edition and create and manipulate databases.
 
To try to connect,  I run Management Studio and bring up the  "Connect to Server" dialog.  Unfortunately, the pull-down list of "Server name"s does not include the SQL Server Compact Edition server. I do not know how to type in the server name manually, so I cannot connect.
 
To install Compact Edition, I downloaded it and ran "SQLServerCE31-EN.msi".  This installed, and I assume registered, a number of DLLs in "C:Program FilesMicrosoft SQL Server Compact Editionv3.1".
 
Is there perhaps an additional step that I left out to complete the installation?
 
Might I need an upgrade to some other components?  My Management Studio Version is:
 
     - Microsoft SQL Server Management Studio Express      9.00.2047.00

I would appreciate any help you can provide.
 
Thank you,
 
WTW
 

View Replies !
C# 2008 + SQL Compact Edition 3.5
 

I'm trying to start an application in C# with visual Studio 2008 and I want to connect it to a SQL CE 3.5 Database (local .sdf file).
I only found samples or How-to guides that use the wizard to add the datasource and the way dragging the dataset to the form. All things binded to the database where you don't have to do coding.
 
I don't want to have the binding navigator bar, I just want to use text box, date picker and buttons and Save that to the database myself. That way I think it will be more easy for me to validate or manipulate data before the insertion in the DB.

 
Some time ago a make an ASP.net that was doing same kind of thing with an Access DB...
Hope this can help to show what i really want...
(sorry for my bad english....)
 
Nick
 



Code Snippet
Private Sub btnAskSql_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAskSql.Click
lblMsg.Text = ""
Dim MyDS As New DataSet
 
'txtRequest.Text is a SQL command like Select * from.....
MyDS = SQLRequest(txtRequest.Text)
Try
DG01.DataSource = MyDS.Tables(0).DefaultView
DG01.DataKeyField = "ID"
DG01.DataBind()
Catch ex As Exception
lblMsg.Text = Err.Description
Finally
End Try
End Sub
 
 
Function SQLRequest(ByVal TheRequest As String) As DataSet
Dim _Con As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=" & Server.MapPath("Gifts.mdb") & ";")
Dim selectCMD As OleDbCommand = New OleDbCommand(TheRequest, _Con)
selectCMD.CommandTimeout = 30
Dim custDA As OleDbDataAdapter = New OleDbDataAdapter
custDA.SelectCommand = selectCMD
 
Dim TheDS1 As New DataSet
Try
custDA.Fill(TheDS1, "Request")
Catch ex As Exception
'oups
lblMsg.Text = Err.Description
Finally
_Con.Close()
End Try
Return TheDS1
End Function
 
 

View Replies !
SQL Server Management Studio Don't See Local SQL Server 2005 Developer Edition X64 On Vista Ultimate X64
SQL Server Management Studio don't see local SQL Server 2005 Developer Edition x64 on Vista Ultimate x64

Hi,
I have strange problem with SQL Server Management Studio on Vista Ultimate
x64. Nothing change after installing all newest  service packs or hot fixes.
I have two running SQL servers on my local machine and all surrounding SQL
services running as well. I have turn on TCP/IP and Named pipes on both of
this servers. Actually I have reinstalled second server after first one
wasn't contactable in any way... After finished installation of second one
and after applying service packs I turn on SQL Server Management Studio and
still nothing in local servers pane when Browsing for servers to connect but
in network servers after few seconds I see one of my local servers (first one
installed) and one SQL Server 2000 on other machine (on this one I can't
connect because of time out error).  Also when browsing for servers in Local
Servers I see my machine in Integration Services. Only difference between
this running services is that Integration service log on as Network Service
and all other SQL services log on as Local System account and on SQL Server
that is invisible I have also SQL Server Reporting Services running.
Services looks like this:
Name                    Status          Startup type        Log On AsSQL Server (KONGORA)                  Started        Automatic          Local System
SQL Server(MSSQLSERVER)            Started        Automatic          Local System
SQL Server Active Directory Hel                       Automatic         Network Service
SQL Server Agent (KONGORA)        Started          Automatic          Local System
SQL Server Agent (MSSQLSERVER)  Started        Automatic          Local System
SQL Server Analysis Services (KONG Started        Automatic          Local System
SQL Server Analysis Services (MSSQL Started      Automatic          Local System
SQL Server Browser                  Started        Automatic        Local System
SQL Server Full Text Search (KONG    Started        Automatic         Local System
SQL Server Full Text Search (MSSQL  Started        Automatic        Local System
SQL Server Integration Services     Started      Automatic        Network Service
SQL Server Reporting Services (MSSQL  Started    Automatic        Local System
SQL Server VSS Writer               Started          Automatic      Local System


Thanks

Stjepan

View Replies !
Can I Install Visual Studio 2008 Without The SQL Server 2005 Express And Use Instead My SQL Server 2005 Developer Edition?
(1) I have already installed of SQL Server 2005 Developer Edition first.

(1) Can I install visual studio 2008 without the 2005 express edition of SQL server? Will be any  problems because I don't have express edition of SQL server? Do I need to install the express edition of SQL server as well?

(3) How to use SQL Server 2005 Developer Edition instance on visual studio 2008?

View Replies !
Help - Can't Get Compact Edition To Work With CE.NET 4.2 !
I have a Symbol MK1200 device (Intel XScale processor) running CE.NET 4.2 and when I try
to reference any SQL objects I get the error:

Can't find PInvoke DLL 'sqlceme30.dll'

The documentation says that Compact Edition is supported on CE.NET 4.2,
(ms-help://MS.SSCE.v31.EN/ssmmain3/html/ee220634-55c9-4123-85c4-4e6ceb07f942.htm)
but I came across a hotfix (http://support.microsoft.com/kb/924811/) which
contradicts this and says CE.NET 4.2 is not supported by default.

Can someone clarify this for me? I know that VS.NET 2005 doesn't support debugging of CF 2.0
apps to CE.NET 4.2 devices but I thought I could manully deploy a CF 2.0 SP1 application with SQL
Compact Edition (although I'm still not sure whether I need the hotfix) ?

Either way I've been playing around and here is what I found ...

1. I installed CF 2.0 SP1 and verified a simple 'Hello World' application could deploy. All worked ok.
2. I downloaded & installed the SQL Compact Edition CABs on the device manually from
'SmartDevicesSDKSQL ServerMobilev3.0wce400armv4'.
I opened Query Analyzer on the device and it worked i.e. I could open a database, run query, etc.
3. I modified my application with the following sample code:

 try
{
  SqlCeCommand sqlCmd = new SqlCeCommand();
}
catch (Exception exception)
{
   MessageBox.Show(exception.ToString());
}

Once again, just deploying (not debugging) the app. and got the error above 'Can't find PInvoke DLL 'sqlceme30.dll'

4. I installled the HotFix from http://support.microsoft.com/kb/924811/, now Query Anaylzer did not work even though it did work pre-hotfix install, and I'm still getting the same error when I test my code.

Can anyone shed any light on this? It's driving me up the wall ;o)

 

View Replies !
Wil S2k Developer Edition Really Work On XP Pro Box?
Microsoft site says yesIf yes, then if I publish my site on a win2k server, will it stillwork?These questions assume that a yes answer does not involve jumpingthrough too many hoops or having to spend an entire day or longerporing through MSDN.God I sound jaundiced don’t I!Any help with these questions will be greatly appreciated.Thanks,Adso--Posted using the http://www.dbforumz.com interface, at author's requestArticles individually checked for conformance to usenet standardsTopic URL: http://www.dbforumz.com/General-Dis...pict221847.htmlVisit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=763479Posted Via Usenet.com Premium Usenet Newsgroup Services----------------------------------------------------------** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **----------------------------------------------------------http://www.usenet.com

View Replies !
SQL Server Compact Edition Cannot Connect To Big Databases
In my IPAQ, I have been using SQL CE for databases with various sizes without any problem. I am creating the databases on my desktop using VS 2005. After I moved to VISTA, I have upgraded my VS 2005 to SP1 and SQL CE to 3.1. My databases which were created before worked without any problem. After I have created my databases via 3.1 on the desktop and moved them to Mobile, I had problems.

1. I specify Max database size parameter as the size of the database
2. If the size of the database is smaller than 16 then I specify 128
3. If the database is old version then program runs without any problems whatever the database size is
4. If the database is created with 3.1 and size is small  (20MB, 60MB, etc)  no problems arise
5. İf the databse is created with 3.1 and size is large (133MB, 174MB)  then  dbconnection.Open()  command  runs indefinitely and program hangs up .

My IPAQ runs "Microsoft Pocket PC Version 4.20.1081" and desktop runs VISTA Home Premium.  I have installed  VS 2005 SP1.

Thanks for any help

View Replies !
Sqlceoledb35.dll - Error 25123 - A SQL Server Compact Edition DLL Could Not Be Loaded. Reinstall SQL Server Compact Edition.
Hello,
 
we've got a SQL Server 2005 which replicates with an SQL Server Compact 3.5. Every 10 to 20 synchronisations we're getting the error mentioned above. A Soft reset of the device helps to make the synchronization working again.
 
Why is this error happening and how can we resolve this?
 
BTW, we've also running system that replicates with an SQL Server Compact 3.0 without having this problems.
 
Thanks,
Markus

View Replies !
SS Compact Edition 3.1 And Visual Studio Express.
Hello,

I have a SQL Server CE 3.1 database, which I want to connect to.
Browsing through the documentation, It's not clear to me which tools to use for this.
I have installed VS 2005 express edition (with sp1), but it can't connect to .sdf and
version VS 2008 only connects to SS CE 3.5.
The tools installation file ssce31vstools-ENU.exe file doesn't install on express edition
it seems, as I get an error message, that the patch is not valide.
I also installed the SS Management studio, but it doesn't seem to be able to handle .sdf.

Am I missing something obvious here? I am simply trying to access and modify a SS CE 3.1
databse...
Thanks for the help
Christophe Bouhier

View Replies !
Connect From 2005 Developer Edition To 2000 Developer Edition
Hi, all -

I'm trying to register a developer's 2000 pc from my 2005 pc.

 

i'm not sure this is even something possible from Dev Edition to Dev Edition- I can register a 2000 server just fine.

 

I can ping him.  Both our systems have remote access 'on'.  His server is (local), i've tried connecting to it by just entering his machine name and by using just the ip address.  The error I get is "timeout expired.  The timeout elapsed prior to completion of the operation or the server is not responding."

 

Am I just not registering this properly?  I entered just the ip address in the 'server' box.  I am connecting as sa with the pw he gave me.  When i connect to my server, I use the ip addressinstance.  However, I am not sure what to use for the instance when all I see when I look at his machine is (local).

 

I haven't needed to do this before.

 

Suggestions?

View Replies !
SELECT With UNION And DATEDIFF Does Not Work On SQL Server Compact Edition
Hi there,

i've tried using the SELECT SQL sentence on PPC with UNION and INNER JOIN in combination with DATEDIFF function which works fine on ordinary SQL but obviously does not work on compact edition. Is there some workaround?

SQL sentence that works:





Code Snippet

SELECT * FROM
(
SELECT 'O' Type, O.Name , OC.Name Contact, Birthday FROM OutletContact OC
INNER JOIN Outlet O ON OC.OutletID=O.OutletID
UNION
SELECT 'W' Type, W.Name,WC.Name Contact, Birthday FROM WholesalerContact WC
INNER JOIN Wholesaler W ON W.WholesalerID=WC.WholesalerID
) S
WHERE Birthday IS NOT NULL AND (DATEDIFF(day,GETDATE(),Birthday) BETWEEN 0 AND 14)


Thanks for any hint or solution to my problem,

Gorazd

View Replies !
Creating And Using SQL Server 2005 Compact Edition Databases
OK I think I am missing something here.  I have installed the newly released SQL Compact Edition, Server Tools, and Tools for VS SP1.  According to the documentation you can do the following to create a SQL Compact Edition DB:

Creating a SQL Server Compact Edition database on the server




In SQL Server Management Studio, open Object Explorer.


In Object Explorer, click Connect, and then choose SQL Server Compact Edition.


In the Connect to Server dialog box, select <New Database€¦> from the Database file drop-down list.


In the Create New SQL Server Compact Edition Database dialog box, type a file path and file name for the new database file. You can optionally select the default sort order and choose whether you want to encrypt or password-protect the database. If you choose to encrypt or password-protect the database, type a password, and then click OK.


Click Connect to connect to the new SQL Server Compact Edition database. The database is now displayed in Object Explorer.

I see no reference to or any option to create or connect to a SQL Server Compact Edition database in SQL Mgmt Studio.  I had SQL 2005 Mobile installed previously and this still shows as an option.  What I am missing here?  Is SQL Mobile now SQL Compact Editon?

Thanks in advance,

Jack

 

View Replies !
How To Configure Visual Studio 2005 To Use SQLServer Developer Edition?
Hi,
I would like to know How to configure Visual Studio 2005 to use SQLServer developer edition and not the SQLExpress edition?
Thanks,
Danny

View Replies !
Move Data Between The SQL Compact Edition And SQL Express Edition, Is This Possible??
Hello everybody,

Wrote before but did not go any answer , try again.
 
I have two  question about SQL compact edition (SQLCE) (.sdf)  and SQL Express edition (SQLED) (.mdf).

I have been testing  SQLED and have many tables and data in it.

I want know to test SQLCD and hopefully be able to communicate with the SQLED.
For this reason I was wondering the following:

1. IIs it possible to move all the tables and it constratints into the SQLCE from the SQED ?

2. Another possibility I was thinking about was to use some tables in the SQLED in the SQLCE and move data between these two databases through RDA .


However, does this two versions aloud this kind of communciation...between them....?

Thanks in forehand,

Matilde

View Replies !
A Sql Server Compact Edition DLL Could Ot Be Loaded Reinstall SQL Server Compact Edition [ DLL Name = Sqlceca30.dll]
 

Hi there,
 
everything is ok for first run. but i leave the program relogin 
than that error occured ppc2003 second edition devices. Windows mobile 5.0 device works fine.
can anybody help me?


VS2005 ver 8.0.50727
SSCE31VSTools-ENU.exe loaded
SSCE31SDK-ENU.msi loaded
 
machine 1
SQL 2005 loaded
 
machine 2
http://192.168.20.22/ssce/sqlcesa30.dll
"Microsoft SQL Server Compact Edition Server Agent" looks fine
 
pocket pc side
C:Program FilesMicrosoft SQL Server Compact Editionv3.1SDKinwce400armv4
 
.net cf 2.0 sp2
sqlce30.dev.ENU.ppc.wce4.armv4.CAB
sqlce30.ppc.wce4.armv4.CAB
sqlce30.repl.ppc.wce4.armv4.CAB installed too.
 
my code
---------------------------------------------

Dim RdaStr As String = "Provider=SQLOLEDB; Data Source=" + Server + ";Initial Catalog=" + DataBase + ";Integrated Security=SSPI"

Dim rda As SqlCeRemoteDataAccess

Try

rda = New SqlCeRemoteDataAccess "THIS LINE GIVES ME THAT ERROR
Catch ex As Exception

MsgBox(ex.ToString)

Application.Exit()

End Try

Try

rda.InternetLogin = [String].Empty

rda.InternetPassword = [String].Empty

rda.InternetUrl = "http://" + IP_no + "/ssce/sqlcesa30.dll"

rda.LocalConnectionString = ConnectString

Catch ex As Exception

MsgBox("Bağlantı hatası..")

Application.Exit()

End Try
------------------------------------------------------------------------------
i added the following code to very beginning of my code too.
that code lock my device
 

Declare Function LoadLibrary Lib "coredll" Alias "LoadLibrary" (ByVal lpLibFileName As String) As IntPtr
 

Dim pt As IntPtr

pt = LoadLibrary("\windowssqlceca30.dll")

pt = LoadLibrary("\windowssqlceoledb30.dll")

pt = LoadLibrary(\windowssqlcecompact30.dll)

 
-----------------------------------------------------------------------------

View Replies !
HELP: Unable To Load SQLBOOT.DLL Following Upgrade From Developer Edition To Standard Edition
Hi,
 
I have recently upgraded a SQL x64 server from Developer Edition to Standard Edition,   This succeeded without issue.   Following a reboot SQL Server yielded the following message
 

Your SQL Server installation is either corrupt or has been tampered with unable to load SQLBoot.DLL.   Please uninstall then re-run setup to correct this issue.
 
Please can anyone help ?
 
Many Thanks
 
Marcus Stuart

View Replies !
Attach An Sql Express Edition Database File To Sql Developer Edition Instanse
Hi i have two version of SQL server express (with Visual Studio 2005) and developer edition i am trying to access an sql database file -created by the express edition integrated with Visual studio- using a developer edition instance can  i just attach it and access it. and can i use BI and reporting services on that file

View Replies !
Can I Use Sql Server 2005 Developer Edition With Windows Xp Home Edition SP2 For MCTS Exam 70-431 Preparation?
Hi
I am interested in taking MCTS exam 70-431 for sql server 2005 implementation and maintainance.
I have been reading the hardware requirements for the instalation of sql server versions and realise that enterprise and developer  editions have same minimum requirements for the operation system. 
I understand that  the Developer Edition includes all the functionality of SQL Server 2005 Enterprise Edition, but it is licensed for use as a development and test system, not as a production server.
 
Also I undestand that the developer edition supports the  Windows XP Home Edition  with SP2 or later but the enterprise edition does not support this operating system. The evaluation/trial  version is for the enterprise edition.  Can I use the developer version  of sql server 2005 for my practice exercises instead of using the trial version?
I have all hardware requirements  for the trial enterprise version  except that I am using Microsoft windows Xp home edition  version 2002 with SP2. I am trying to see if I can use the developer version  of sql server 2005 as it is cheaper for me  to buy this software than buying the new operating system for my computer.
According to the microsoft  book for  the MCTS exam  70-431  there is a section which states that before you begin you should have Microsoft Windows Server 2003 running on your computer on an NTFS file system
(NTFS) partition. Will I still be ok to use the book and be able to do all the tests  in the book if i am using the developer version  of sql server 2005  with my Microsoft windows Xp home edition than using the trial version which comes with the book?
 
Thanks
 
gifty 
 

View Replies !
Change From Developer Edition To Enterprise Edition Of SQL Server 2005 64 Bit
We have an existing installation of SQL Server 2005 Developer Edition (64bit) that we are ready to go live with and would like to change the edition to Enterprise Edition (64bit).  We have purchased all the appropriate licenses.  We would like to avoid UN-installing the Developer Edition and RE-installing the Enterprise Edition.  There must be some way to change a registry key, provide your serial number via a command line utility or re-run the setup with the license key provided and direct it to just change the edition from Developer to Enterprise and not change any of the other settings like service account, sa account, collation, etc.  Any help is most appreciated.
 
 
Thank you,
 
Matt

View Replies !
Install Developer Edition On Windows XP Media Center Edition?
 

Can I install SQL Server 2005 Developer Edition on XP Media Center Edition?

 

Thanks.

View Replies !
Can I Run The SQL Server 2005 Developer Edition In Standard Edition Mode?
As an ISV, I want to certify my product on Standard Edition.  I am using Developer Edition everywhere.  Is there a way I can do the certification using the Developer Edition, or do I need to obtain/purchase a copy of the Standard Edition?

View Replies !
How Can I Run SQL Server 2005 Developer Edition On Standard Edition
 

I tried to download PerformancePoint Server Trial Version to ther server today and I got to the configuration point of the Analysis Services Setting, and when I clicked next to proceed with the configuration I got a popup error message:
"Microsoft Analysis Server must be Evaluation, Developer or Enterprise Edition".
 
Now I have SQL Server 2005 Developer Edition Disc (Bought it with Visual Studio 2005) but on the server I have SQL Server 2005 Standard Edition, if I try to run the sql server developer Edition disc, I use the wizard download and it seems that the download is going through the SQL Server entire download, it's like I'm re-downloading SQL Server all over again.
 
Does that seem right?
what is the best approach to work around this probelm?
 
I appreciate any help
 
Thanks

View Replies !
SQL Statement Execution On Standard Edition Vs Developer Edition
We have a performance problem with a SQL statement (never completes) on one of our customer€™s sites. They are running SQL Server 2005 Standard Edition with SP2. The server is dual core with 3GB or RAM.
 
We requested a backup of the database and restored it to a SQL Server 2005 Developer Edition Server with SP2. The server has a single CPU with 2GB or RAM. However the exact same SQL (cut and paste) executes in approx 35 seconds.
 
We restored the backup of the customers database SQL Server 2005 Standard Edition with SP2. The server is dual core with 2GB or RAM. However as on eth customer site the SQL never completes.
 
So our question is why is this happening and is there a solution?
 
Our understanding is that the SQL Server 2005 engine is the same but Developer Edition (aka Enterprise Edition) has additional options.

View Replies !
Difference Of Compact Edition And Mobile Edition
Hello

 
I recently downloaded the sql mobile edition, and then I found out about the compact edition.
 
I understand that these are relational lite version of sql server that can run on mobile devices.
 
However, what is the difference between the CF and mobile edition? Why should I choice one over the other?
 
I have just heard about sql everywhere, seems there are all these edtions and how would you choice the right tool for the right job?
 
Many thanks if someone could explain further,
 
Steve

View Replies !
Installing SQL Server 2005 Developer Edition On Same Box As SQL Server 2000 Developer Edition
I tried to install this on the same box and I'm not sure how to reply to setup questions since I want to keep my SQL Server 2000 intact.

View Replies !
Cannot Connect To SQL Server Express Edition Using Its Management Studio
Please, I use tyhe Visual Studion 2005 SQL Server Express Edition Management Studio (SMSE) to create the backend database and trying to set the connectionstring from the web config file, but what I continue to get as an error is that "<computername>/ASPNET" login failed for that user, cannot login to the Management Studio.
This is my expression from the web config file
<connectionStrings><clear /><add name="LocalSqlServer" connectionString="Data Source=.SQLEXPRESS; Database=<dbname>;User Instance=true;  Integrated Security=true" providerName="System.Data.SqlClient" />
</connectionStrings>
Is there anything I do wrong? Please, I need to solve this and it's urgent.Thanks
Kayode Banjo
Programmer
 

View Replies !
Downgrading From Standard Edition To Developer Edition
Hi All,

Do I need to remove Microsoft SQL Server 2005 (Standard) from the Add or Remove program to replace it with Developer Edition?

I also wondering if I would need to backup my data and log files first, would they be deleted during the process?

Thanks.

View Replies !
Problem Replicating From Std Edition To Developer Edition
Trying to replicate,

from: Win 2K Server, SQL Std Edition 8.00.818 SP3
to: Win XP Pro, SQL Developer Edition 8.00.2039 SP4

XP has Firewall 'Off', and I added sqlservr.exe and port 1433 to the exceptions list.

Subscription on Win 2K Server gets error that it cannot connect to the subscriber system: SQL Server does not exist or access denied.

Ping from the Win2K to the WinXP box works fine.

The WinXP SQL login works when I connect from my desktop to the XP box using both SQL Ent Mgr and Query Analyzer.

Any ideas?

 

View Replies !
Downgrading From Standard Edition To Developer Edition
Hi All,

Do I need to remove Microsoft SQL Server 2005 (Standard) from the Add or Remove program to replace it with Developer Edition?

I also wondering if I would need to backup my data and log files first, would they be deleted during the process?

Thanks.

View Replies !
Cannot Install SQL Server Management Studio After Removing Express Edition
I'm trying to upgrade my management studio to the full version, I uninstalled Express edition and started the install for the full version, but I get an error stating "you cannot install this component because it is already installed". I had a word with one of the guys in the office and he said the only way he's ever been able to get round this is by flattening the entire PC and starting again. Obviously I want to avoid that!

View Replies !
SQL Server Management Studio Not Found After Installing Trial Edition
I just downloaded the SQL SERVER 2005 TRIAL EDITION. Where to I get the SQL Server Management Studio from? Can I use SQL Server Management Studio Express?

View Replies !
Whether SQL Server 2005 Express Edition Can Work With Visual Studio 2003 (Ver 1.1)
We are new to SQL Server 2005 Express Edition. We are going to develope a solution for one of our client and we have to decide on which database to use for the solution. Client wanted to have a low cost solution. Thus we were not in a position to push them for SQL Sever 2000.

In the process, we also thought of having MySQL as one of the option. Another option we have is to use SQL Server 2005 Express Edition.

We wanted to know if SQL Server 2005 Express Edition can be used with Visual Studion 2003 (Ver 1.1)  or it can only be used with Visual Studio 2005 (Ver 2.0)?

Hope to get feedback soon.

Regards

Sanjeev

 

 

View Replies !
Running Advanced Transforms In Enterprise Edition Of SQL Against Standard Edition Databases
The enterprise edition of SQL server includes some advanced BI features, for example the fuzzy lookup feature of IS. If the IS package lives on an enterprise edition of SQL server and the database the package it is targeting lives on a standard edition of SQL server can the advanced features be used? Can you run a fuzzy look against a database on a standard edition of SQL server when th IS package lives on an enterprise edition of SQL server? THANKS!

View Replies !
Compact Edition, Mobile Edition, Or Something Else On CE 4.2?
 I'm currently looking at adding a database to my company's WinCE 4.2 -based device, running applications coded with embedded CE 4.0.  We want to start tracking potentially large quantities of user data (10K-30K 500 byte records) and are looking at a database engine to support this.  The database would reside on the device although we would potentially dump the data from the devices to a central workstation that would be used to pull reports about the data across multiple devices.  SQL Server Compact Edition sounds like a possible solution, but I'm unclear if it's supported on CE 4.2 or how to install it if it is.  It's clearly supported on CE 5.0, but it may be a while before we upgrade to CE 5.0 or 6.0.  I've seen references that say that SQL Server Compact Edition is the same as SQL Server Mobile Edition, and references that Mobile Edition is supported on CE 4.2, but I'm unclear if I can install and use SQL Server Compact Edition on CE 4.2 or if I'm on a wild goose chase.  If not, can I use SQL Server Mobile Edition and migrate to SQL Server Compact Edition when we upgrade CE to 5.0 or 6.0?  If not Mobile Edition, what about Microsoft SQL Server CE 2.0?  Is that going too far back in the archives?
Thanks for any guidance/enlightenment you can offer.

View Replies !
Mobile Edition Vs. Compact Edition
Hello,
there are some limitations in SQL Server 2005 Mobile Edition - e.g. there is no TRUNCATE TABLE statement, the UPDATE .. FROM clause is not allowed etc. Are these limitations in Compact Edition too? Is T-SQL in these editions functionally equal or different? Is there any comparison of T-SQL features in both editions?

View Replies !
Restoring Databases From Enterprise Edition To An Enviroment With Standard Edition
I believe it is possible to restore databases from Enterprise edition to an enviroment with Standard edition. We have been able to do it on databases without any partitioned tables. But if a database has partitioned tables it will not start up in the Standard edition after a successful restore. The error log states that the database will not start because partitions are not allowed in Standard edition (which we knew). But we were led to believe that the databases would restore and open fine, the partitions would just not be there in Standard edition. Are we possibly doing something wrong or will this just not work? 

 

Thanks

Chris

View Replies !
SQL Server Management Studio Express Won't Open SQL Server Compact 3.5 Databases
Hi all

Which tool can I use for structure editing of SQL Server Compact 3.5 databases? I'm installed SQL Server Compact 3.5. I have SQL Server Management Studio Express which was installed with SQL Server 2005 Express. Unfortunately this SSMS can create and open only 3.1 databases.

View Replies !
64 Bit - Windows Liberty 64bit, Windows Limited Edition 64 Bit,Microsoft SQL Server 2000 Developer Edition 64 Bit, IBM DB2 64 Bit - New!
64 bit - Windows Liberty 64bit, Windows Limited Edition 64 Bit,Microsoft SQL Server 2000 Developer Edition 64 Bit, IBM DB2 64 bit - new!Windows Liberty 64bit 8403Windows Limited Edition 64 Bit Edition 8764Microsoft SQL Server 2000 Developer Edition 64 Bit 12 000IBM DB2 UNIVERSAL CONNECT ENTERPRISE EDITION V8.1.2 64BIT 12 211IBM DB2 Administration Client V8.1.2 64bit W3KSERVER 12 266IBM DB2 UDB Enterprise Server Edition V8.1.2 64Bit W3KSERVER 12 284IBM DB2 Connect Applic Server Edition V8.1.2 64bit W3KSERVER 12 392IBM DB2 Spatial Extender v8.1 64Bit Multilanguage 12 610If you have Googled your butt off, and haven't come up with anything...., and for 14,000 more reasons, please send e-mail,Join Bytes!, Join Bytes!, Join Bytes!,

View Replies !
Creating A New Connection With Microsoft SQL Server 2005 Compact Edition From Visual Studio 2005 IDE
 

Hello, How are you?   
I have a problem when I try to create a new connection with Microsoft SQL Server 2005 Compact Edition from Visual Studio 2005 IDE. When I€™m going to choose the data source, the SQL Server 2005 Compact Edition provider doesn€™t appear in the list. I installed the SQL Server 2005 Compact Edition from this page http://www.microsoft.com/downloads/details.aspx?FamilyId=%2085E0C3CE-3FA1-453A-8CE9-AF6CA20946C3&displaylang=en.  In the additional information says by installing SQLServerCE31-EN.msi installs the provider (System.Data.SqlServerCe.dll) in the GAC (global assembly cache) and registers the OLEDB provider (sqlceoledb30.dll). So, I don€™t understand why couldn€™t I create a new connection with Microsoft SQL Server 2005 Compact Edition from Visual Studio 2005 IDE?   

 

I appreciate your help€¦

View Replies !
Cannot Open / Create SQL Express Databases (.mdf Files) In Visual Studio 2005 Professional Edition
Hi, I am trying to open or create a sqlexpress database within Visual Studio 2005 Professional in the App_Data folder.  If I attempt either method, I get the following dialog box:Required Components MissingConnections to SQL Server files (*.mdf) require SQL Server Express 2005 to function properly.  Please verify the installation of the component or download from the URL:  http://go.microsoft.com/fwlink/?LinkID=49251 The link above just takes you to the download page for Sql Server Express 2005. I have both SQL Server 2005 Developer and SQL Server 2005 Expression instances running.  The existing database will work properly in my web application, however I cannot access it through Visual Studio.As background, I did have a problem connecting to the database via the web application, receiving a "Failed to generate a User Instance of SQL Server" error.  But I was able to fix that by renaming my SQLEXPRESS folder in C:Documents and SettingsuserLocal SettingsApplication DataMicrosoftMicrosoft SQL Server Data.  When the web page ran, it created another SQLEXPRESS folder.However, I cannot figure out why I am having the other issue.Thanks in advancePatrick  

View Replies !
SSRS On 2005 Enterprise Edition Connecting To A Db On SQL Server 2005 Developer's Edition, Possible?
 

Is it possible to connect SSRS running on SQL Server 2005 enterprise edition (our production system) to a database running on SQL Server 2005 Developer's edition (our test system)
 
thanks!
 
 

View Replies !
Sqlserver 2008 Can't Work With Visual Studio 2008
when I try to make a sqldatasource with visual studio 2008 and SQLServer 2008 . I found that there are a message that the visual studio 2008 can support only SQLServer 2005 and SQLServer 2000how to make my visual studio 2008 support SQLServer 2008 

View Replies !
Upgrade From SQL 2005 Developer Edition To SQL 2005 Standard Edition (all 64 Bit)
I have a problem,

because we installed the SQL Server 2005-64Bit Developer Edition on a 2003 Server R2-64Bit with 10GB RAM an 2 Xeon. Now we have huge performance problems wich should be better using the Stadard Edition...

I don't know if it is easily possible to upgrade by only inserting the DVD and start the Setup...

Has anybody some experiences?

Please give some information....

 

View Replies !
SQL Server Express Edition Versus SQL Server Developer's Edition
I recently purchased a copy of Visual Studio 2005 Professional last month and it came with SQL Server Developer Edition. However, I noticed it also installs the express edition. If I choose not to install the Developer Edition (Im quite new to SQL) can I deploy a database I develop in the express edition on a regular SQL server?

Regards and thanks,

Matt

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved