Click here to Skip to main content
15,905,420 members
Home / Discussions / Database
   

Database

 
GeneralRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj16-Mar-06 6:18
Gupta Suraj16-Mar-06 6:18 
QuestionCommitting a Stored Procedure Pin
NewbieDude13-Mar-06 22:47
NewbieDude13-Mar-06 22:47 
AnswerRe: Committing a Stored Procedure Pin
Colin Angus Mackay14-Mar-06 1:33
Colin Angus Mackay14-Mar-06 1:33 
QuestionVehicle's Database Pin
wEb GuRu...13-Mar-06 21:19
wEb GuRu...13-Mar-06 21:19 
AnswerRe: Vehicle's Database Pin
jonathan1513-Mar-06 22:44
jonathan1513-Mar-06 22:44 
GeneralRe: Vehicle's Database Pin
wEb GuRu...13-Mar-06 23:31
wEb GuRu...13-Mar-06 23:31 
Questionconverting mysql to sql server script Pin
uglyeyes13-Mar-06 21:05
uglyeyes13-Mar-06 21:05 
AnswerRe: converting mysql to sql server script Pin
mcljava24-Mar-06 9:28
mcljava24-Mar-06 9:28 
I just went through this exercise myself - a but of discovery plus trial and error. If you are used to the way MySQL works then you'll find SQL Server a different because most of the manual things we do in MySql like create databases and tables is done through graphical tools. One hot tip is the closest thing to writing SQL procedures like you do for MySQL is using iSQLW. You can enter SQL there but the syntax is slighty different.

For creating tables, the EnterpriseManager is the primary tool you use to create the database and design the table(s). Although with the proper privilege you can create a database through Visual Studio Server connections - although that's a quick a dirty way.

Lastly you need to know about Data Transformation Services (DTS) which is used for all import and exports of data. It has a broad choice of formats but alas no option for MySql option Sigh | :sigh:
Bottom line, if you have a lot of data in MySQL expect to get to know DTS and massaging the data.

Good Luck

Mike Luster
CTI/IVR/Telephony SME
QuestionSQL Server 2005 and SQL Express Pin
Brendan Vogt13-Mar-06 21:02
Brendan Vogt13-Mar-06 21:02 
AnswerRe: SQL Server 2005 and SQL Express Pin
NewbieDude13-Mar-06 22:49
NewbieDude13-Mar-06 22:49 
GeneralRe: SQL Server 2005 and SQL Express Pin
NewbieDude14-Mar-06 0:49
NewbieDude14-Mar-06 0:49 
QuestionHow to edit data in gridview Pin
Enigma344013-Mar-06 19:39
Enigma344013-Mar-06 19:39 
AnswerRe: How to edit data in gridview Pin
albCode13-Mar-06 20:29
albCode13-Mar-06 20:29 
GeneralRe: How to edit data in gridview Pin
Enigma344013-Mar-06 21:59
Enigma344013-Mar-06 21:59 
GeneralRe: How to edit data in gridview Pin
albCode13-Mar-06 22:01
albCode13-Mar-06 22:01 
GeneralRe: How to edit data in gridview Pin
Enigma344014-Mar-06 1:20
Enigma344014-Mar-06 1:20 
GeneralRe: How to edit data in gridview Pin
albCode14-Mar-06 2:55
albCode14-Mar-06 2:55 
QuestionSP to Convert all DbTables to Excel sheet Pin
HimaBindu Vejella13-Mar-06 18:23
HimaBindu Vejella13-Mar-06 18:23 
AnswerRe: SP to Convert all DbTables to Excel sheet Pin
Vasudevan Deepak Kumar13-Mar-06 19:01
Vasudevan Deepak Kumar13-Mar-06 19:01 
GeneralRe: SP to Convert all DbTables to Excel sheet Pin
HimaBindu Vejella13-Mar-06 19:12
HimaBindu Vejella13-Mar-06 19:12 
GeneralRe: SP to Convert all DbTables to Excel sheet Pin
HimaBindu Vejella16-Mar-06 20:47
HimaBindu Vejella16-Mar-06 20:47 
AnswerRe: SP to Convert all DbTables to Excel sheet Pin
sathish s13-Mar-06 23:27
sathish s13-Mar-06 23:27 
QuestionOLE DB/JET and Excel - Reading Data, Error Handling Pin
mcljava13-Mar-06 9:47
mcljava13-Mar-06 9:47 
QuestionCheck if SQL Server is running through code Pin
theanton13-Mar-06 8:45
theanton13-Mar-06 8:45 
AnswerRe: Check if SQL Server is running through code Pin
Vasudevan Deepak Kumar13-Mar-06 19:02
Vasudevan Deepak Kumar13-Mar-06 19:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.