Viewing 15 posts - 44,236 through 44,250 (of 49,571 total)
As far as I'm aware, it can be anywhere in the same filegroup.
September 25, 2008 at 9:49 am
varchar doesn't reserve space. If a varchar(4000) column contains only 4 characters, it takes only 6 byes to store (there are two bytes overhead because it's a variable length column)....
September 25, 2008 at 9:48 am
It's definitely the backup drive that the errors are complaining about.
write failure on backup device 'F:\MSSQL\BACKUP\MEDICAL\MEDICAL_tlog_200809240630.TRN'. Operating system error 112(There is not enough space on the disk.
Can you monitor the...
September 24, 2008 at 1:42 pm
Foreign keys are not indexes. If you want an index on the column, you'll have to add one yourself.
September 24, 2008 at 1:23 pm
Could you explain your problem a little more? How are you viewing the space used by tables?
September 24, 2008 at 1:21 pm
SQL express doesn't include the agent and therefore can't run maintenance plans.
You can use the windows scheduler to run backup commands (using SQLCMD)
September 24, 2008 at 1:19 pm
From what I can see from that, your log backups are failing due to insufficient space available on disk. How large is the log and how much space is available...
September 24, 2008 at 1:10 pm
Andrew Smith (9/24/2008)
That's the bit I hadn't understood. Sorry for being dumb. I'll do some database shrinking through EM.
Don't shrink the database. Shrink just the log file and shrink it...
September 24, 2008 at 1:08 pm
matt stockham (9/24/2008)
Logically it shouldn't need to do anything...
September 24, 2008 at 1:05 pm
Database and backup formats are the same across all architectures (x86, x64, IA64)
September 24, 2008 at 7:26 am
Andrew Smith (9/24/2008)
September 24, 2008 at 7:25 am
You may want to change the schedule for the log backup so that they run right through the night (rather than stopping at 9pm).
The back ups jobs are sucesseding,...
September 24, 2008 at 7:13 am
Have a look at the OUTPUT clause. If I'm understanding you correctly, it'll do what you need.
September 24, 2008 at 1:14 am
Duplicate post.
Replies to the following thread please:
http://www.sqlservercentral.com/Forums/Topic574925-338-1.aspx
September 24, 2008 at 1:13 am
Duplicate post.
Replies to the following thread please:
http://www.sqlservercentral.com/Forums/Topic574925-338-1.aspx
September 24, 2008 at 1:13 am
Viewing 15 posts - 44,236 through 44,250 (of 49,571 total)