Viewing 15 posts - 76 through 90 (of 216 total)
but the trigger works fine:
insert
Bugs (ProjectID, CreatorID, AssignedToID, StatusTypeID, WorkflowStepID
April 30, 2007 at 7:10 pm
I haven't tried but thanks.
April 30, 2007 at 2:11 pm
Thanks. I will give it a try.
April 30, 2007 at 1:06 pm
I ran into this error but didn't have time to go back.
What do I need to do when upgrading to SQL 2005 is not possible at this time? Keep using VS...
April 30, 2007 at 12:00 pm
Here they are:
CREATE TABLE [Bugs] (
[BugID] [int] IDENTITY (1, 1) NOT NULL ,
[ProjectID] [int] NOT NULL ,
[CreatorID] [int] NOT NULL ,
[ReportedByID] [int] NOT NULL ,
[AssignedToID] [int] NOT NULL ,
[PriorityTypeID] [int]...
April 30, 2007 at 10:44 am
Scott,
You are correct, I mistyped. It should be INT instead of NOINIT. Each day it starts the first backup WITH INIT, next backups are appended into the first backup using NOINIT. ...
April 9, 2007 at 6:16 pm
Hi Lynn,
Here it how I name the backups:
1. Monday: full backup to file Monday_Full.BAK, first log backup to file Monday_Log.BAK, next log backups appended to Monday_Log.BAK.
2. Tuesday: diff backup to file...
April 6, 2007 at 3:59 pm
I appreciate your concern. However in my scenario all of my backups are assumed valid. My question was with the backups I have, am I able to restore to 10:14 am? ...
April 6, 2007 at 3:30 pm
No, there is no activity during this time. The reason I trucated the log is the log backups are appending into a single file for each day. Every day the first...
April 6, 2007 at 2:58 pm
thanks for the reply. but do you know why my query didn't work?
March 29, 2007 at 2:22 pm
Have you googled for this error? Without the data I can't go further.
hth,
March 22, 2007 at 2:53 pm
Try to export the excel file to a flat file then from the falt file to SQL. It should work.
March 22, 2007 at 2:16 pm
i think what he meant was no posibility to restore the database to a certain time using the log.
February 28, 2007 at 1:52 pm
We don't have the need to do log backup. Nightly full backup is enough.
The database is part of the custom app we puchased including SQL server and IIS server. The...
February 27, 2007 at 6:21 pm
Viewing 15 posts - 76 through 90 (of 216 total)