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

Database

 
AnswerRe: Just Time in DateTime Field Pin
Michael Potter31-May-06 3:07
Michael Potter31-May-06 3:07 
QuestionSELECT QUERY Pin
NICE TO MEET29-May-06 0:31
NICE TO MEET29-May-06 0:31 
AnswerRe: SELECT QUERY Pin
Colin Angus Mackay29-May-06 4:59
Colin Angus Mackay29-May-06 4:59 
AnswerRe: SELECT QUERY WITH CODE Pin
Colin Angus Mackay30-May-06 2:21
Colin Angus Mackay30-May-06 2:21 
AnswerRe: SELECT QUERY Pin
Colin Angus Mackay31-May-06 2:22
Colin Angus Mackay31-May-06 2:22 
Questioncomplex nested sub query Pin
Shajeel28-May-06 23:19
Shajeel28-May-06 23:19 
AnswerRe: complex nested sub query Pin
WoutL29-May-06 0:46
WoutL29-May-06 0:46 
QuestionIncorrect sytax newar COLLATE most of the places Pin
sasire1828-May-06 22:52
sasire1828-May-06 22:52 
hi I got this procedure to create database and tables using COLLATE from here but i am getting errors incorrect syntax near COLLATE I have checked several times but could not find the actual root cause of it.
if i take any database say master or model it gives me th following errors:
Server: Msg 170, Level 15, State 1, Line 3Line 3: Incorrect syntax near 'SQL_Latin1_General_CP1_CI_AS'.
Server: Msg 911, Level 16, State 1, Line 2Could not locate entry in sysdatabases for database 'RiversideInternetForums'. No entry found with that name. Make sure that the name is entered correctly.
Server: Msg 170, Level 15, State 1, Line 6Line 6: Incorrect syntax near 'COLLATE'.
Server: Msg 4902, Level 16, State 1, Line 2Cannot alter table 'dbo.WS_Webs' because this table does not exist in database 'model'.
Server: Msg 1906, Level 11, State 1, Line 2Cannot create an index on table 'dbo.WS_Posts', because this table does not exist in database 'model'.
Server: Msg 208, Level 16, State 1, Line 1Invalid object name 'WS_Webs'.


if i create a new database name RiversideInternetForums i get the following errors:
Server: Msg 3702, Level 16, State 3, Line 2Cannot drop the database 'RiversideInternetForums' because it is currently in use.
Server: Msg 170, Level 15, State 1, Line 3Line 3: Incorrect syntax near 'SQL_Latin1_General_CP1_CI_AS'.
Server: Msg 170, Level 15, State 1, Line 6Line 6: Incorrect syntax near 'COLLATE'.
Server: Msg 4902, Level 16, State 1, Line 2Cannot alter table 'dbo.WS_Users' because this table does not exist in database 'RiversideInternetForums'.Cannot create an index on table 'dbo.WS_Posts', because this table does not exist in database 'RiversideInternetForums'.Cannot create an index on table 'dbo.WS_Users', because this table does not exist in database 'RiversideInternetForums'.
Server: Msg 208, Level 16, State 1, Line 1Invalid object name 'WS_Webs'.

i have wriiten to the author but no response .

can u tell me what is wrong .so can anyone here help me out.

thanks in advance


sasi
AnswerRe: Incorrect sytax newar COLLATE most of the places Pin
Colin Angus Mackay29-May-06 5:02
Colin Angus Mackay29-May-06 5:02 
QuestionSQL Server replication Pin
Garth T28-May-06 20:12
Garth T28-May-06 20:12 
QuestionExtract Relationship from MS SQL Pin
guroo1328-May-06 10:54
guroo1328-May-06 10:54 
QuestionRetrieving the SQL code for a table in SQL Server 2000 Pin
Prahalad Deshpande28-May-06 7:54
Prahalad Deshpande28-May-06 7:54 
AnswerRe: Retrieving the SQL code for a table in SQL Server 2000 Pin
Colin Angus Mackay28-May-06 11:55
Colin Angus Mackay28-May-06 11:55 
QuestionSmall sql backup problem... [modified] Pin
Stanciu Vlad28-May-06 3:00
Stanciu Vlad28-May-06 3:00 
AnswerRe: Small sql backup problem... [modified] Pin
Colin Angus Mackay28-May-06 4:04
Colin Angus Mackay28-May-06 4:04 
QuestionRe: Small sql backup problem... [modified] Pin
Stanciu Vlad28-May-06 4:11
Stanciu Vlad28-May-06 4:11 
AnswerRe: Small sql backup problem... [modified] Pin
Colin Angus Mackay28-May-06 4:15
Colin Angus Mackay28-May-06 4:15 
NewsRe: Small sql backup problem... [modified] Pin
Stanciu Vlad29-May-06 1:29
Stanciu Vlad29-May-06 1:29 
GeneralRe: Small sql backup problem... [modified] Pin
Colin Angus Mackay29-May-06 4:37
Colin Angus Mackay29-May-06 4:37 
QuestionEnterprise Library - Data Access layer Pin
devvvy27-May-06 22:36
devvvy27-May-06 22:36 
QuestionInserting a New Record in MSAccess Pin
ADY00727-May-06 12:02
ADY00727-May-06 12:02 
Questiongrouped Pin
Amarni27-May-06 1:50
Amarni27-May-06 1:50 
AnswerRe: grouped Pin
Colin Angus Mackay27-May-06 2:22
Colin Angus Mackay27-May-06 2:22 
Questionneed help in ADO VC++ Pin
GANsJob26-May-06 18:56
GANsJob26-May-06 18:56 
QuestionSQL Server Cursor - Quick Question Pin
Jawz-X26-May-06 10:12
Jawz-X26-May-06 10:12 

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.