Click here to Skip to main content
15,904,023 members
Home / Discussions / Database
   

Database

 
QuestionIs there any Sql command to Backup and restore sql database? Pin
anant iyer18-Mar-06 21:02
anant iyer18-Mar-06 21:02 
AnswerRe: Is there any Sql command to Backup and restore sql database? Pin
Danilo Corallo19-Mar-06 0:56
Danilo Corallo19-Mar-06 0:56 
AnswerRe: Is there any Sql command to Backup and restore sql database? Pin
Beemen19-Mar-06 4:49
Beemen19-Mar-06 4:49 
GeneralRe: Is there any Sql command to Backup and restore sql database? Pin
anant iyer20-Mar-06 23:20
anant iyer20-Mar-06 23:20 
AnswerRe: ADO.Net Example Pin
anant iyer18-Mar-06 20:55
anant iyer18-Mar-06 20:55 
QuestionRow intervall Pin
nixter99918-Mar-06 1:53
nixter99918-Mar-06 1:53 
AnswerRe: Row intervall Pin
goyal manish19-Mar-06 17:44
goyal manish19-Mar-06 17:44 
QuestionHow do you import a CSV file into MS SQL? Pin
mcljava17-Mar-06 18:47
mcljava17-Mar-06 18:47 
Excuse my lack of knowlege here, I am primarily a MySql user. Importing data in MySQL is a piece of cake in through mysql.exe using the following syntax:

<br />
LOAD DATA LOCAL INFILE 'filename.csv'<br />
INTO TABLE myTable<br />
FIELDS TERMINATED BY ','<br />
LINES TERMINATED BY '\n';<br />


But I now have to switch over to SQL Server. Is there an equivalent SQL Conversational interface like mysql.exe through which I can enter SQL commands?

If not, what is the recommended method for importing files?

Mike Luster
CTI/IVR/Telephony SME
AnswerRe: How do you import a CSV file into MS SQL? Pin
Mike Dimmick18-Mar-06 11:17
Mike Dimmick18-Mar-06 11:17 
AnswerRe: How do you import a CSV file into MS SQL? Pin
Jorge Novo18-Mar-06 15:19
Jorge Novo18-Mar-06 15:19 
GeneralRe: How do you import a CSV file into MS SQL? Pin
mcljava19-Mar-06 18:02
mcljava19-Mar-06 18:02 
QuestionCrystal Reports.NET, Push method, Login failed Pin
Glenn E. Lanier II17-Mar-06 9:27
Glenn E. Lanier II17-Mar-06 9:27 
QuestionBLOB image data conversion Pin
marianguru17-Mar-06 8:45
marianguru17-Mar-06 8:45 
QuestionADO.NET 2.0 best online comprehensive source for information Pin
LuluSailor17-Mar-06 7:03
LuluSailor17-Mar-06 7:03 
AnswerRe: ADO.NET 2.0 best online comprehensive source for information Pin
Dave Kreskowiak17-Mar-06 16:45
mveDave Kreskowiak17-Mar-06 16:45 
QuestionOleDbConnection & Network drive Pin
hasanali0017-Mar-06 4:10
hasanali0017-Mar-06 4:10 
AnswerRe: OleDbConnection & Network drive Pin
jonathan1517-Mar-06 5:24
jonathan1517-Mar-06 5:24 
GeneralRe: OleDbConnection & Network drive Pin
hasanali0017-Mar-06 6:03
hasanali0017-Mar-06 6:03 
GeneralRe: OleDbConnection & Network drive Pin
Colin Angus Mackay17-Mar-06 7:04
Colin Angus Mackay17-Mar-06 7:04 
QuestionHow Large Can SQL Server 2005 Database Be? Pin
Mike Puddephat17-Mar-06 3:26
Mike Puddephat17-Mar-06 3:26 
AnswerRe: How Large Can SQL Server 2005 Database Be? Pin
Colin Angus Mackay17-Mar-06 7:01
Colin Angus Mackay17-Mar-06 7:01 
GeneralRe: How Large Can SQL Server 2005 Database Be? Pin
Mike Puddephat18-Mar-06 5:08
Mike Puddephat18-Mar-06 5:08 
QuestionSQL compatibility Pin
tanpanjang16-Mar-06 21:29
tanpanjang16-Mar-06 21:29 
AnswerRe: SQL compatibility Pin
Colin Angus Mackay17-Mar-06 1:40
Colin Angus Mackay17-Mar-06 1:40 
Questionstoring the result of exec (sqlQuery ) into a variable Pin
sandeep kumar pundhir16-Mar-06 20:15
sandeep kumar pundhir16-Mar-06 20:15 

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.