I have created a web site using visual web developer (free download) The website was created using asp.net 2.0. The vwd I have incorporated the cool new roles and membership features of asp.net 2.0. When i did this vwd automatically created a sql express database (aspnetdb.mdf) to hold the login stuff.
I then purchased som e web hosting from a company and found out that they only support MySQL databases.
My questions are;
1. Can anyone tell me the difference between the two types of database (i know what sql express is but am not sure what MySQL is)
2. Secondly, is there a tool or way I can convert the SQL Express database to a MySQL database?
Hello there... Well i want to ask that.... is it posible to Convert MS Sql server Tables/Views + Database to MySql server.....? or is there any software which can automatically convert MS Sql Server database into MySql database. I'll be REALLY GLAD if someone can please help me asap... take care... Regards Nabeel Qaisar
the below SQL can be run in Mysql select distinct(entryinfo.entryid),entryinfo.columnid,ent ryinfo.entryname,entryinfo.entryaddr,entryinfo.sta rttime,entryinfo.finishtime from entryinfo,entryauditbaseplaytimeinfo where entryauditbaseplaytimeinfo.entryid=entryinfo.entry id and entryauditbaseplaytimeinfo.editoverflag='1' and (entryauditbaseplaytimeinfo.auditingFlag='-1' or entryauditbaseplaytimeinfo.artauditingflag='-1') l imit ?,?; but in MSSQL,it can't,So How to convert?
We want to migrate a mySQL database to sql server 2000 or sql Server 2005. I have been given a DDL file to perform the conversion, but I don't know what to do with the file? Can anyone help me out? From what I can conclude, the DDL files is a script. So how do I run this script? Where do I place the file, before I run it? Please help !
Can anyone recommend me how I can convert MySQL database to MS SQL server 2005 database? I am new to the SQL server 2005. Is there any ODBC I can use? Thanks in advance
Where can I go to get information on supported features on Express?
I had heard that express does not support functions.
I have a dotnet application that is connecting to Access and the client wants to go to either mysql or express and I am looking for a pro or con on both. I usually use SQL2000 but I am wondering if there is a limit on the size of the database for express. Which is not a concern for about year but will be an issue after that.
If this has been discussed before i apologise as i am fairly new to the asp forum and was not sure where to search for threads. I am upgrading to a new web plan that supports asp and i noticed that godaddy supports all of the above databases. I was curious if there are any advantages to using one db over the others as far as web is concerned? What i am looking to do is handle guestbook, logins for registered users which would control access to certain downloads and possibly pages as well. And it was also advised that i look into using a database to store and display dynamic information in my master page to only show the updated information instead of a complete new page each time. This would save on having to manage so many pages. So i would really appreciate any advice on the databases as i will be making my decision to go with a specific web host based on this. I would also appreciate any advice on a good web host for asp and database support. Thank you Jeff
im trying to develop a web application that uses a backend database, however im not quite sure what db backend to use. What are the diffrence between sql server express and mysql.. which is better to use in terms of small enterprises.? what are their limits..?
I am trying to migrate from MySQL 4.1 to MS SQL Express 2005 1. do i need to create an empty db under Express 2. can this be done from within Express by pulling from MySQL into Express or do I need to work from command lines 3. what would be the cleanest way to approach this
I have a MySQL dump and did look at the result from within Express, but it was not an import, I would like to find a way to import if possible that data. Table by table would be fine.
After downloading Express my SQL erver Express I can't seem to launch it.
From the Start Menu I have Programs -> Microsoft Server 2005 -> Configuration Tools then a choice of 3 programs (none of these seem to be the actual program for creating databases etc)
.
There were no problems / errors during the installation.
I'm trying to upsize an Access database to SQL 2005 Express. When I follow the wizard and I've tried all ways of connecting to the database I get the following error
Connection failed SQL State '01000' SQL Server Error 53 [Microsoft] [ODBC SQL Server Driver][DBNETLIB] ConnectionOpen()). Connection failed SQL State '08001' SQL Server Error 17 [Microsoft] [ODBC SQL Server Driver][DBNETLIB] SQL Server does not exist or access denied
I've tried using local host and typing the exact server connection string from the SQL Express Management tool and nothing is working
How come I can't do this? Everyone says this is easy and straight forward -- not for me.
so as you can see i want to migrate from My SQL 5.0 to MS SQL Express. Is there any free tool provided by microsoft or something else i could to use to migrate my databases. I need this cause old web page was developed on PHP and now it's redeveloped on ASP.NET and i have very strange issues with ASP.NET and MySQL Lots of incompatibility and performace degradation, so i would like to try out MS SQL i think it must be better.
I'm planning to transport a desktop application to the web. A spin-off ofthis application has already been put on the web by another programmer. Heused ColdFusion with MS SQL, Access, VC, and Java. It is faster than thedesktop application (written in VFP).1. Can I get the same results using MS SQL Express Advanced and Access forthe internet version if used with .net?2. Are the select statements limited in power, accuracy, size, etc. for MSSQL Express Advanced when compared to SQL?3. If Access will perform poorly, can VFP be used instead with .net? Ialready know it can't be used with ColdFusion. 4. If MS Express Advancedwill not sufficiently replace SQL, will MySQL do the job better?Thanks
Hi there,I have a few MySQL scripts that I need to run in SQL Server. However thesyntax is just slightly different and I was wondering if there is a tool outthere that can quickly convert these scripts so that they will work with SQLServer?Anyone have any ideas (other than manually converting them)?Thanks,Wes
Has anyone successfully used cherry's oledb provider for MYSQL to create a linked server from MS SQLserver 2005 to a Linux red hat platform running MYSQL.
I can not get it to work.
I've created a UDL which tests fine. it looks like this
[oledb]
; Everything after this line is an OLE DB initstring
I know may be it is a strange question, but also may be i dont understand well so i hope that some one make it clear for me.
I know that the database size limit in sql express is 4GB .. and now i have known that late after i had built a big application with sql express .. with many tables, triggers, and stored procedures.
So now i wish to make my database size is unlimited, so after buying sql enterprise .. how can i make my sql express file just a sql enterprise file ?
hi friend now i am using VS 2005 and MS SQL express edition as Database. i want to host the application. at server it will not support sql express edition. how i will convert .mdf file to MS SQL server 2005 please help me friends.
Sorry if this has been answered before. Could not find any answers. OS Vista Business, SQL Server 2005 Express. I have a CSV file which I imported to Access only 100 records with 8 fields. Then ran Tools >> Database Utilities >> Upsizing Wisard. The result was I exported the table field headers but not the data. Is there any method on how I can get the field headers and data into SQL Server Express?
I use Access 2007 SQLserver Upsize but get errors saying SQL Server not found. Is there another way of copying tables from Access to SQL Server 2005 Express. I am not very familiar with SQL Server Express but did a course in SQL Server programming.
Just a quick one. I have some create scripts that were created for mysql and i am wanting to convert them to a
SQL Server create script. I am just wondering if anyone knows of any utilities or codeplex projects, etc that can perform the convert process.
The script is fairly basic but it is not fully compatible but i have a lot of them thus why i want to automate the process. The majority of the script is just table create statements like the following:
Code Snippet -- ----------------------------------------------------- -- Table `dbo`.`Staff` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `dbo`.`Staff` ( `StaffId` INT NOT NULL AUTO_INCREMENT , `IndividualId` INT NOT NULL DEFAULT 0 , `PositionId` INT NOT NULL DEFAULT 0 , `EmploymentStartDate` DATETIME NULL , `EmploymentEndDate` DATETIME NULL , `SupervisorStaffId` INT NULL , `TerminatedEmploymentReasonId` INT NULL , `DeletedFl` BIT NOT NULL , `CreateDateTime` DATETIME NOT NULL , `CreateUserId` INT NOT NULL , `ChangeUserId` INT NOT NULL , `ChangeDateTime` DATETIME NOT NULL , `VersionNum` INT NOT NULL , PRIMARY KEY (`StaffId`) , INDEX Individual_Staff_IndividualId_Ref (`IndividualId` ASC) , INDEX Lookup_Staff_PositionId (`PositionId` ASC) , INDEX Staff_Staff_SupervisorStaffId_Ref (`SupervisorStaffId` ASC) , INDEX Lookup_Staff_TerminatedEmploymentReasonId (`TerminatedEmploymentReasonId` ASC) , CONSTRAINT `Individual_Staff_IndividualId_Ref` FOREIGN KEY (`IndividualId` ) REFERENCES `dbo`.`Individual` (`IndividualId` ) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `Lookup_Staff_PositionId` FOREIGN KEY (`PositionId` ) REFERENCES `dbo`.`Lookup` (`LookupId` ) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `Staff_Staff_SupervisorStaffId_Ref` FOREIGN KEY (`SupervisorStaffId` ) REFERENCES `dbo`.`Staff` (`StaffId` ) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `Lookup_Staff_TerminatedEmploymentReasonId` FOREIGN KEY (`TerminatedEmploymentReasonId` ) REFERENCES `dbo`.`Lookup` (`LookupId` ) ON DELETE NO ACTION ON UPDATE NO ACTION);
Thanks for the help
Anthony
Note: i know if you have a mysql database you can go from one to the other, but i specifically need to take these mysql create scripts and convert them to sql server create scripts and there are a LOT of them i.e. more than 1000 script files that each contains a couple of hundred table create statements.
Hello everyone, recently I experienced a weird problem on my sql host, and my service provider sent me an email told me that my database encoding didn't match their standard. in the mail they said their standard was "SQL_Latin1_General_CP1_CI_AS" and my database was "Latin1_General_CI_AS". I did some research on google with no luck, most of them involved command line and stuff, which made me totally confused since I'm a sql server newbie.I created this database using VS2005's wizard, with all default settings. Therefore I hope someone here could help me out. thanks in advance.-yonk
I have a SQL Server 2000 database which works like a charm in my asp app. Joining tables by id columns which are of different data types (eg. int in one table and varchar in the other) is no problem with the SQL Server engine, but Native Client refuses to do so and hands me back an error. Even if columns have a slightly different collation (like Slovenian_CI_AS and SQL_Server_1250_CI_AS) SQL Express native client returns an ERROR????!!! Is it possible that Native client cannot resolve this on its own? Must I change the colattion and datatype on all my tables???? Please help!!!!
I need to use the SQLDataSource in Visual Web Developer (VWD) 2005 Express websites. The SQLDataSource must have the .mdf data in the project application. But I have a volume of the .mdb data for evaluation by using T-SQL of the SQL Server 2005 Express and VWD 2005 Express program. Is it possible to convert existing data from .mdb to .mdf? If it is possible, please tell me what software program to use and how to do it.
1) What is the current version of SQL Server Express? 2) HOw much SQL Server Express costs (figure about 500 branch servers) 3)Are there any Tools from Microsoft to convert Access 97 directly to SQL Server express, and how much do they cost? 4)Server Hardware requirements to run SQL Server Express - disk size, memory size, security settings, pre-requisite, service needed. 5)Maximum capacity / capabilities of SQL Server Express-max # of simultaneous users,tables,rows,database size. 6)Any installation instruction for SQL Server Express.
i have a website project making an online catalog, maybe 20 categories, a few hundred items. the small business starter kit looked perfect to jump start this. the client has provided an access database with the two table for categories and products. i've got the dts wizard installed and have been trying to import the access data into the sbsk database but i'm stuck. i'm almost positive that ONE time when i was banging around with the dts wizard, the Edit Mapping screen would let me drop down a list of fields in the destination table so I could actually tell it which field data from the source i wanted to go into which field of the destination. Of course it didn't succeed that time and now i can't seem to figure a way to get back to having the option to choose the destination fields, all it gives me in the drop down is "<ignore>" or the field name of the source table, which of course doesn't match any of the ones that are in the sbsk. i've been back through it for a couple days, trying different ways, migrating the data first to sql, letting it try a transfer to a new table then trying to import that, moving both out to excel, aligning the data manually and trying to import that, etc. i'm bout out of ideas and would sure like to get back to just trying to work out the data type alignment issues with whatever it was i did when i could choose the destination table's fields. i'd be most appreciative if anyone has a clue what i'm talking about and can put me back on track. matthew
I have an internal Project Management and Scheduling app that I wrote internally for my company. It was written to use MySQL running on a Debian server, but I am going to move it to SQL Server 2000 and integrate it with our Accounting software. The part I am having trouble with is the user login portion. I previously used this:
PHP Code:
$sql = "SELECT * FROM users WHERE username = "$username" AND user_password = password("$password")";
Apparently the password() function is not available when accessing SQL Server via ODBC. Is there an equivalent function I could use isntead so the passwords arent plaintext in the database? I only have 15 people using the system so a blank pwd reset wouldn't be too much trouble.