Click here to Skip to main content
15,885,546 members
Home / Discussions / Database
   

Database

 
Questionnew line Pin
scottichrosaviakosmos25-Sep-10 23:00
scottichrosaviakosmos25-Sep-10 23:00 
AnswerRe: new line Pin
Mycroft Holmes25-Sep-10 23:40
professionalMycroft Holmes25-Sep-10 23:40 
AnswerRe: new line Pin
Corporal Agarn28-Sep-10 6:44
professionalCorporal Agarn28-Sep-10 6:44 
AnswerRe: new line Pin
bigbadben30-Sep-10 2:55
bigbadben30-Sep-10 2:55 
Question(INSERT EXEC statement cannot be nested.) and (Cannot use the ROLLBACK statement within an INSERT-EXEC statement.) how to solve this??!! Pin
Yajjoj25-Sep-10 9:43
Yajjoj25-Sep-10 9:43 
QuestionCreate Database in Oracle 9i Pin
MohanMbnr25-Sep-10 3:01
MohanMbnr25-Sep-10 3:01 
AnswerRe: Create Database in Oracle 9i Pin
Eddy Vluggen25-Sep-10 12:01
professionalEddy Vluggen25-Sep-10 12:01 
QuestionCreate database to share folder Pin
ndkit24-Sep-10 15:50
ndkit24-Sep-10 15:50 
Hi all,

Currently, I used SQL Server 2008 to create database on share folder as below query:

DBCC TRACEON (1807,-1)

CREATE DATABASE 20100914 ON (NAME="20100914_dat",FILENAME="\\HOST1\SHARE\20100914_DATA.MDF") LOG ON (NAME="20100914_log",FILENAME="\\HOST1\SHARE\20100914_LOG.LDF")

with \\HOST1\SHARE has full permission for all person.

When I run above query, the error is shown:
System.Data.SqlClient.SqlException: Directory lookup for the file "\\HOST1\SHARE\20100914_DATA.MDF" failed with the operating system error 5(failed to retrieve text for this error. Reason: 15105).

CREATE DATABASE failed. Some file names listed could not be created. Check related errors.

Pls help me to solve it if you know.

Thanks a lot.
AnswerRe: Create database to share folder Pin
Eddy Vluggen25-Sep-10 0:56
professionalEddy Vluggen25-Sep-10 0:56 
QuestionQuery Improvement Related to Lounge Post Pin
programmervb.netc++24-Sep-10 11:07
programmervb.netc++24-Sep-10 11:07 
AnswerRe: Query Improvement Related to Lounge Post Pin
Luc Pattyn24-Sep-10 11:29
sitebuilderLuc Pattyn24-Sep-10 11:29 
GeneralRe: Query Improvement Related to Lounge Post Pin
programmervb.netc++24-Sep-10 11:35
programmervb.netc++24-Sep-10 11:35 
AnswerRe: Query Improvement Related to Lounge Post Pin
Mycroft Holmes24-Sep-10 15:32
professionalMycroft Holmes24-Sep-10 15:32 
GeneralRe: Query Improvement Related to Lounge Post Pin
programmervb.netc++24-Sep-10 19:09
programmervb.netc++24-Sep-10 19:09 
GeneralRe: Query Improvement Related to Lounge Post Pin
programmervb.netc++27-Sep-10 13:50
programmervb.netc++27-Sep-10 13:50 
GeneralRe: Query Improvement Related to Lounge Post Pin
Mycroft Holmes27-Sep-10 15:45
professionalMycroft Holmes27-Sep-10 15:45 
GeneralRe: Query Improvement Related to Lounge Post Pin
programmervb.netc++29-Sep-10 18:35
programmervb.netc++29-Sep-10 18:35 
AnswerRe: Query Improvement Related to Lounge Post Pin
Richard MacCutchan24-Sep-10 23:34
mveRichard MacCutchan24-Sep-10 23:34 
GeneralRe: Query Improvement Related to Lounge Post Pin
programmervb.netc++27-Sep-10 13:47
programmervb.netc++27-Sep-10 13:47 
QuestionDBBackup Error Pin
MWRivera24-Sep-10 5:53
MWRivera24-Sep-10 5:53 
Questionhow to upload sql database on remote database [moved] Pin
Rohit from Delhi24-Sep-10 0:39
Rohit from Delhi24-Sep-10 0:39 
AnswerRe: how to upload sql database on remote database Pin
1.21 Gigawatts24-Sep-10 0:42
1.21 Gigawatts24-Sep-10 0:42 
GeneralRe: how to upload sql database on remote database Pin
LunaticFringe24-Sep-10 0:43
LunaticFringe24-Sep-10 0:43 
AnswerRe: how to upload sql database on remote database Pin
Nagy Vilmos24-Sep-10 0:53
professionalNagy Vilmos24-Sep-10 0:53 
AnswerRe: how to upload sql database on remote database PinPopular
Mark_Wallace24-Sep-10 0:54
Mark_Wallace24-Sep-10 0:54 

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.