Viewing 15 posts - 4,471 through 4,485 (of 4,745 total)
.........and another point, this process will cause fragmentation, so rebuild\reorg your indexes afterwards
April 17, 2008 at 7:28 am
good point vivien. The effect would be as any other shrink, there would be a performannce hit and the shrink would tend to get blocked out by other users....
April 17, 2008 at 7:16 am
for each .ndf , one at a time-
dbcc shrinkfile(filename,emptyfile)
alter database dbname remove file filename
back the database up first!
April 16, 2008 at 3:20 pm
no probs. thanks for posting the full resolution.
April 16, 2008 at 3:03 am
Ah, the isalive process is getting there first. I think you need to go to cluster admin and take sql resources offline first (to take cluster out of it) and...
April 15, 2008 at 2:42 pm
I seem to remember reading that SSMS fires up more than one connection so you will have problems using it in single user mode. Execute the restore master command...
April 15, 2008 at 1:24 pm
I cannot think of a benefit. You are allowed to do it by the syntax bit I have never had a case where I have needed the loginname different to...
April 14, 2008 at 8:06 am
And of course one more major difference -
In log shipping everything that happens within the primary database which is logged is transferred to the secondary, so adding users, tables,...
April 12, 2008 at 9:39 am
no direct way to do this from a sql backup. common method is to restore the .bak file to a database with a different name then copy the table you...
April 11, 2008 at 4:02 pm
I always think of replication as 'scale-out' and log shipping as scale-up.
i.e if you want to a copy of the database so more people can use the data from multiple...
April 11, 2008 at 3:56 pm
...actually, thinking about it it's logical, you can't recover a tran log backup till after a full backup restore, so whats the point in keeping log records until a full...
April 11, 2008 at 3:35 pm
I'll be dipped too.
I never knew that and would never have expected it to be the case. You learn something everyday.
MS must have decided it was more important not to...
April 11, 2008 at 3:25 pm
this is posted under reportig services, is it reporting services you are trying to connect to?, does not sound like it. If it is not you would do well to...
April 11, 2008 at 8:55 am
if it is a default instance you need only the virtualname, machine name not required at all. Local will not work either.
April 11, 2008 at 3:15 am
as a clustered instance you should be connecting to SQL by its virtual name you specified when installing, not the machine name, could that be your problem?
April 10, 2008 at 4:26 pm
Viewing 15 posts - 4,471 through 4,485 (of 4,745 total)