Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: 'PRIMARY' Filegroup is full - error

    In my case I didnt have the database set to auto shrink.

    I don´t think that the database has grown so many times, not 2000 times anyway. When I created the...

  • RE: 'PRIMARY' Filegroup is full - error

    I got the same error yesterday.

    Error: 1105, Severity: 17, State: 2

    Could not allocate space for object 'tablename' in database 'database' because the 'PRIMARY' filegroup is full.

    The amount of free...

  • RE: Linked servers

    I had to let this be for some days but when I returned to the problem today everything was the same as last week, it hadn´t fixed itself during the...

  • RE: Linked servers

    I have discovered something strange, or at least something that I do not understand.

    I mapped my login that I used for running the SP to sa everything worked just fine....

  • RE: Linked servers

    It worked when I mapped my logins to sa.

    Thanks a lot!!

  • RE: Linked servers

    I have now added the SQL Server agent login, and almost every other login that I can think of, to the mapped logins. But still the same error, Access Denied.

    ...

  • RE: Linked servers

    I used the following two procedures for the linked server and the user

    EXEC sp_addlinkedserver

    'BLGN185',

    'SQL Server'

    sp_addlinkedsrvlogin

    @rmtsrvname = ...

Viewing 7 posts - 1 through 7 (of 7 total)