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

Database

 
QuestionCan i insert "Dec-08" in Sql server 2005 database table column having Datatype "DateTime" Pin
Dattatraya K12-Feb-09 2:09
Dattatraya K12-Feb-09 2:09 
AnswerRe: Can i insert "Dec-08" in Sql server 2005 database table column having Datatype "DateTime" Pin
Wendelius12-Feb-09 3:00
mentorWendelius12-Feb-09 3:00 
GeneralRe: Can i insert "Dec-08" in Sql server 2005 database table column having Datatype "DateTime" Pin
Dattatraya K12-Feb-09 3:05
Dattatraya K12-Feb-09 3:05 
GeneralRe: Can i insert "Dec-08" in Sql server 2005 database table column having Datatype "DateTime" Pin
Wendelius12-Feb-09 4:07
mentorWendelius12-Feb-09 4:07 
QuestionHelp with a very complex query Pin
www.Developerof.NET12-Feb-09 0:54
www.Developerof.NET12-Feb-09 0:54 
AnswerRe: Help with a very complex query Pin
Wendelius12-Feb-09 4:28
mentorWendelius12-Feb-09 4:28 
QuestionAdd 100 in null Pin
.NET- India 11-Feb-09 21:59
.NET- India 11-Feb-09 21:59 
AnswerRe: Add 100 in null Pin
Wendelius11-Feb-09 22:22
mentorWendelius11-Feb-09 22:22 
AnswerRe: Add 100 in null Pin
Rob Philpott11-Feb-09 22:22
Rob Philpott11-Feb-09 22:22 
QuestionSql Reporting services Pin
member2711-Feb-09 20:54
member2711-Feb-09 20:54 
AnswerRe: Sql Reporting services Pin
Wendelius11-Feb-09 20:59
mentorWendelius11-Feb-09 20:59 
GeneralRe: Sql Reporting services Pin
member2712-Feb-09 0:44
member2712-Feb-09 0:44 
GeneralRe: Sql Reporting services Pin
Wendelius12-Feb-09 4:53
mentorWendelius12-Feb-09 4:53 
QuestionRegarding StoredProcedure Pin
chinni111-Feb-09 19:33
chinni111-Feb-09 19:33 
AnswerRe: Regarding StoredProcedure Pin
Wendelius11-Feb-09 20:00
mentorWendelius11-Feb-09 20:00 
QuestionSQL server 2008 Pin
NidhiKanu11-Feb-09 19:28
professionalNidhiKanu11-Feb-09 19:28 
AnswerRe: SQL server 2008 Pin
Wendelius11-Feb-09 19:58
mentorWendelius11-Feb-09 19:58 
GeneralRe: SQL server 2008 Pin
NidhiKanu11-Feb-09 20:06
professionalNidhiKanu11-Feb-09 20:06 
GeneralRe: SQL server 2008 Pin
Wendelius11-Feb-09 20:12
mentorWendelius11-Feb-09 20:12 
GeneralRe: SQL server 2008 Pin
NidhiKanu11-Feb-09 20:19
professionalNidhiKanu11-Feb-09 20:19 
GeneralRe: SQL server 2008 Pin
Wendelius11-Feb-09 20:37
mentorWendelius11-Feb-09 20:37 
QuestionMSSQL how do I get the schema setup Pin
alex.barylski11-Feb-09 14:26
alex.barylski11-Feb-09 14:26 
I just started a new project and I need to work on the thing at home.

I have permission to take what I need but I'm not sure what I'm looking for?

I asked (and received) the Schema for the tables but whenever I try and run the SQL queries in the SQLServer query window I get all sorts of errors about missing LDF/MDF files:

Msg 5133, Level 16, State 1, Line 2
Directory lookup for the file "D:\_SQL_LOG\AXXX_CLQ_Log.LDF" failed with the operating system error 2(The system cannot find the file specified.).
Msg 1802, Level 16, State 1, Line 2
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
Msg 15010, Level 16, State 1, Procedure sp_dboption, Line 64
The database 'AXXX_CLQ' does not exist. Supply a valid database name. To see available databases, use sys.databases. 


I'm wondering if it wouldn't be easier to just copy the actual files and move them into position? Unfortunately it looks as though the LOG files and data files are stored on different partitions and at home I only have one.

How can I be sure to get a full copy of everything so it's easy to setup at home and get working on this in the evening?

Cheers,
Alex
GeneralRe: MSSQL how do I get the schema setup Pin
Luc Pattyn11-Feb-09 14:46
sitebuilderLuc Pattyn11-Feb-09 14:46 
GeneralRe: MSSQL how do I get the schema setup Pin
alex.barylski11-Feb-09 17:43
alex.barylski11-Feb-09 17:43 
AnswerRe: MSSQL how do I get the schema setup Pin
Wendelius11-Feb-09 18:21
mentorWendelius11-Feb-09 18:21 

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.