Jump to content

Question

Posted

Hi all.I have a problem i did that step 3. Click on "New Query", then go to your PPC Release folder and look for a folder named DBScript. Open the file "0_create-db.sql" with notepad then copy and paste all content to the New Query window, right click and press "Execute Query". You can also simply click 0_create-db.sql twice and it'll automatically perform the query. After you've done that, all databases and tables should be created. (lin2world, lin2db etc.)

 

and look the message it appears:sg 3701, Level 11, State 8, Line 1

Cannot drop the database 'lin2clancomm', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 2

Cannot drop the database 'lin2comm', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 3

Cannot drop the database 'lin2db', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 4

Cannot drop the database 'lin2log', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 5

Cannot drop the database 'lin2report', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 6

Cannot drop the database 'lin2user', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 7

Cannot drop the database 'lin2world', because it does not exist in the system catalog.

Msg 3701, Level 11, State 8, Line 8

Cannot drop the database 'petition', because it does not exist in the system catalog.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2clancomm'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2clancomm_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2comm'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2comm_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2db'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2db_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2log'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2log_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2report'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2report_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2user'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2user_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'lin2world'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'lin2world_log'.

The CREATE DATABASE process is allocating 0.75 MB on disk 'petition'.

The CREATE DATABASE process is allocating 0.49 MB on disk 'petition_log'.

 

any idea?

1 answer to this question

Recommended Posts

  • 0
Posted

omg

 

read

 

drop is not working becauase you do not have those database

 

and create dont work becauase you already have those files on disk .... use attach and after that use drop :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...