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

Database

 
GeneralRe: Problem with distributed transaction Pin
MasudM24-Nov-06 3:12
MasudM24-Nov-06 3:12 
QuestionDelete Pin
aaraaayen23-Nov-06 0:34
aaraaayen23-Nov-06 0:34 
AnswerRe: Delete Pin
Pete O'Hanlon23-Nov-06 1:40
mvePete O'Hanlon23-Nov-06 1:40 
GeneralRe: Delete Pin
Russell Jones23-Nov-06 4:42
Russell Jones23-Nov-06 4:42 
GeneralRe: Delete Pin
i.j.russell24-Nov-06 9:35
i.j.russell24-Nov-06 9:35 
AnswerRe: Delete Pin
albCode23-Nov-06 5:19
albCode23-Nov-06 5:19 
AnswerRe: Delete Pin
Ritwik Sanyal26-Nov-06 23:36
Ritwik Sanyal26-Nov-06 23:36 
QuestionSql Server 2005 - Administration - Full Text [modified] Pin
gandalf_le_blanc22-Nov-06 22:25
gandalf_le_blanc22-Nov-06 22:25 
Hy,

Backup a database with fulltext catalog doesn't work properly with a maintenance plan?

Error =>

Executing the query "BACKUP DATABASE [BD_ALA] TO DISK = N'E:\\Microsoft SQL Server\\MSSQL.1\\MSSQL\\Backup\\BD_ALA\\BD_ALA_backup_200611232301.bak' WITH NOFORMAT, NOINIT, NAME = N'BD_ALA_backup_20061123230123', SKIP, REWIND, NOUNLOAD, STATS = 10
" failed with the following error: "The backup of the file or filegroup "sysft_FullTextSlug" is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data.
BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

Executing the query "BACKUP DATABASE [BD_ALA] TO DISK = N'E:\\Microsoft SQL Server\\MSSQL.1\\MSSQL\\Backup\\BD_ALA\\BD_ALA_backup_200611232301.bak' WITH DIFFERENTIAL , NOFORMAT, NOINIT, NAME = N'BD_ALA_backup_20061123230139', SKIP, REWIND, NOUNLOAD, STATS = 10
" failed with the following error: "The backup of the file or filegroup "sysft_FullTextSlug" is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data.
BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

Executing the query "BACKUP DATABASE [BD_ALA] TO DISK = N'E:\\Microsoft SQL Server\\MSSQL.1\\MSSQL\\Backup\\BD_ALA\\BD_ALA_backup_200611232301.bak' WITH NOFORMAT, NOINIT, NAME = N'BD_ALA_backup_20061123230123', SKIP, REWIND, NOUNLOAD, STATS = 10
" failed with the following error: "The backup of the file or filegroup "sysft_FullTextSlug" is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data.
BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.


Where I can find model's of plan maintenance for medium database (300 000 records per year) ?
Any ideas.

Best Regards


-- modified at 8:49 Friday 24th November, 2006
Questionre:table creation n sql & Triggers Pin
rrrriiizz22-Nov-06 21:51
rrrriiizz22-Nov-06 21:51 
AnswerRe: re:table creation n sql & Triggers Pin
Colin Angus Mackay23-Nov-06 0:28
Colin Angus Mackay23-Nov-06 0:28 
QuestionUPDATE Pin
thathvamsi22-Nov-06 21:13
thathvamsi22-Nov-06 21:13 
AnswerRe: UPDATE Pin
G.Meena24-Nov-06 1:34
G.Meena24-Nov-06 1:34 
QuestionSend Null value to stored procedure with old ASP Pin
web12master22-Nov-06 21:11
web12master22-Nov-06 21:11 
Questionhow can i build an interface to my database Pin
undercharm22-Nov-06 20:38
undercharm22-Nov-06 20:38 
AnswerRe: how can i build an interface to my database Pin
Colin Angus Mackay23-Nov-06 0:26
Colin Angus Mackay23-Nov-06 0:26 
QuestionExporting Tables From OneDatabase To another Database Pin
Laji5922-Nov-06 18:44
Laji5922-Nov-06 18:44 
AnswerRe: Exporting Tables From OneDatabase To another Database Pin
Pete O'Hanlon23-Nov-06 4:12
mvePete O'Hanlon23-Nov-06 4:12 
QuestionHow to filter this kind of data ? Pin
cheeken2u22-Nov-06 18:26
cheeken2u22-Nov-06 18:26 
AnswerRe: How to filter this kind of data ? Pin
Anshuman Singh22-Nov-06 18:48
Anshuman Singh22-Nov-06 18:48 
GeneralRe: How to filter this kind of data ? Pin
cheeken2u22-Nov-06 19:02
cheeken2u22-Nov-06 19:02 
AnswerRe: How to filter this kind of data ? Pin
Rob Graham23-Nov-06 6:39
Rob Graham23-Nov-06 6:39 
QuestionHow to Querying Document Properties from Full Text Catalogs in Sql Server 2005 Pin
fenil jacob22-Nov-06 18:21
fenil jacob22-Nov-06 18:21 
Questionhow can i read the wave file into a byte array? in c# Pin
zabota22-Nov-06 17:20
zabota22-Nov-06 17:20 
AnswerRe: how can i read the wave file into a byte array? in c# Pin
Rob Graham22-Nov-06 17:43
Rob Graham22-Nov-06 17:43 
AnswerRe: how can i read the wave file into a byte array? in c# Pin
Rob Graham22-Nov-06 17:47
Rob Graham22-Nov-06 17:47 

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.