Viewing 15 posts - 8,911 through 8,925 (of 9,208 total)
why not change all the view ownerships using sp_changeobjectowner,
once done then drop the users 😎
August 28, 2008 at 2:13 pm
if you want to find disk space used on a server you could try a WMI query to get the info required.
Alternatively try BGInfo utility from sysinternals
August 28, 2008 at 1:47 pm
ss1011 (8/28/2008)
we would basically drop in the two files after stopping the service.
its not quite as simple as that
August 28, 2008 at 6:49 am
Imke Cronje (8/28/2008)
File ID 4 of database ID 5 cannot be shrunk as it is either being shrunk by another process or is empty.
yes and this message is fairly descriptive,...
August 28, 2008 at 4:40 am
my guess is 1 of the filegroups is already empty.
check your filegroups to see which are in use!
August 28, 2008 at 3:50 am
to clarify on Karl's point further
create a domain local security group in AD which is assigned to the resource (i.e. add to sql server security as a login).
Then create a...
August 28, 2008 at 3:30 am
how many files\filegroups does the database consist of?
August 28, 2008 at 3:26 am
Adam Bean (8/27/2008)
Weird ... I'm a local admin ... I just got done installing 2k5 standard and SP2 ... SP2 went fine, except for this one piece.
what OS is the...
August 27, 2008 at 4:26 pm
select from sys.objects where the object_id
what does it return for this?
August 27, 2008 at 1:31 pm
Fishbarnriots (8/26/2008)
The file looks like a complete dogs dinner
my my, as tasty as that 😀 :Whistling:
August 26, 2008 at 10:15 am
rdavid (8/26/2008)
If I define the input parameter to the stored procedure as nvarchar (which is what I would...
August 26, 2008 at 10:13 am
Lynn Pettis (8/25/2008)
August 26, 2008 at 10:10 am
Brad (8/25/2008)
HI Perry,Thanks a lot. WHere do I find these roles?
Regards,
Brad
the roles are in the MSDB for that instance. Edit a sql users mapping and under MSDB you'll see the...
August 26, 2008 at 10:07 am
are you sure you want to drop all indexes?
you have the scripts to re create them?
August 26, 2008 at 10:02 am
Viewing 15 posts - 8,911 through 8,925 (of 9,208 total)