Viewing 15 posts - 2,551 through 2,565 (of 4,745 total)
I believe the technical term for the above is what we call a 'right palaver' 🙂
I wonder if microsoft realised the effect on DR procedures when they disassociated SSIS...
May 21, 2010 at 12:52 pm
I wouldn't drop an ldf because log backups are failing, that way heartache lies. Run a dbcc checkdb on the database.
Is the log growing if the log backups are failing?...
May 21, 2010 at 12:39 pm
make that tranlog backups, full backups do not truncate the log.
May 20, 2010 at 8:48 am
definitely agree that in the good old mainframe days unit testing was a de rigueur phase of the development cycle.
In these days of rapid development, time to market and dare...
May 19, 2010 at 6:48 am
do you have third party enterprise backup tool backing up to virtual device? These can cause these messages when the database is momentarily 'frozen' for the tool to complete the...
May 19, 2010 at 6:42 am
the 'virtual device' gives it away, thats is definitely a third party enterprise backup tool such as veritas backing up the database. Talk to your sysadmins or network admins.
May 19, 2010 at 6:25 am
the nodes don't have to haver the same config in terms of no of cpus, RAM etc, but what the trainer was probably trying to get across was that each...
May 18, 2010 at 9:39 am
the -1 message from the rebuild means it failed as files are read only, so are system db files in place now? Are you sure it worked. Normal workaround is...
May 18, 2010 at 4:01 am
just to note, re-copy whenever you upgrade. I usually have two copies on the go, current and previous versions.
May 17, 2010 at 4:21 pm
check out DBCC traceon and traceoff
to do it at start up time add -T options via configuration manager
May 17, 2010 at 4:12 pm
no bother, glad to hear you sorted it.
I still recommend doing a flat file copy of your system dbs, save having to worry about rebuildm.
edit: typo
May 17, 2010 at 4:09 pm
its been a while but IIRC rebuildm is looking for the files from the install disk, that is the system db files in folder x86\data.
There was a bug with this,...
May 17, 2010 at 4:06 pm
good point David, how about disallowing spaces in object names as well?
I came across a database the other day where the logical filenames were:
this is the database data file for...
May 17, 2010 at 3:58 pm
this works and is perhaps easier to read?
ALTER TABLE YourTable
ADD CONSTRAINT ck_oneorother CHECK ( (col1 is null and col2 is not null) OR (col1 is not null and col2 is...
May 17, 2010 at 3:47 pm
Upgraded from windows standard to enterprise? I thought that was a reinstall, therefore you would have to reinstall SQL.
the install directory looks weird, MSSQL.1\MSSQL\DATA\ directories appear to be replicated? Are...
May 17, 2010 at 1:18 pm
Viewing 15 posts - 2,551 through 2,565 (of 4,745 total)