Forum Replies Created

Viewing 15 posts - 8,941 through 8,955 (of 9,241 total)

  • RE: Drop users owning views

    your original post above indicates you need to drop users who own views??

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Transaction log same size as database

    ang

    what is the output of the following query run against your database?

    DBCC LOGINFO

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Drop users owning views

    why not change all the view ownerships using sp_changeobjectowner,

    once done then drop the users 😎

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Space on Server

    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

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Best Practice for backups - include master, model, etc. db's?

    ss1011 (8/28/2008)


    we would basically drop in the two files after stopping the service.

    its not quite as simple as that

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: clustering in mssql 2k5

    do you mean

    active\active

    or

    active\passive

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Data file will not shrink

    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,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Data file will not shrink

    my guess is 1 of the filegroups is already empty.

    check your filegroups to see which are in use!

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Add a user to Domain Group

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Data file will not shrink

    how many files\filegroups does the database consist of?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Product: Microsoft SQL Server 2005 Backward compatibility -- Installation failed.

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: DBCC CHECKDB - consistency errors (8992)

    select from sys.objects where the object_id

    what does it return for this?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to replace a text

    Fishbarnriots (8/26/2008)


    The file looks like a complete dogs dinner

    my my, as tasty as that 😀 :Whistling:

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Passing parameters to a Where In statement

    rdavid (8/26/2008)


    I have a stored procedure that uses a "Where InvoiceID in (16,17,18)" construct.

    If I define the input parameter to the stored procedure as nvarchar (which is what I would...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: finding duplicates... help needed

    Lynn Pettis (8/25/2008)


    True, but my knowledge of the problem domain was limited by the information provided. With OP's last post, my understanding was enhanced and the solution provided previously...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,941 through 8,955 (of 9,241 total)