Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Problem: SQL-Database with 4 GB

    You are my hero 😉

    The Database is 4009 MB large and more than 4000 MB are unused. I switched the Protocol back to a limited size and I hope my...

  • RE: Problem: SQL-Database with 4 GB

    The table is called *log, so I hope I can simply delete the lines. Each line is time-stamped and this goes back to 2009 ...

    I could see that there is...

  • RE: Problem: SQL-Database with 4 GB

    simple Mode

    As you can see, I have no real idea about SQL 😀

    But I have learned some interesting things since last week by reading some commands and their opportunities or...

  • RE: Problem: SQL-Database with 4 GB

    Thx for your very quick answer and Sry I forgot to mention it...

    My colleague made an query for the table:

    USE [Acronis_cms_cards]

    DECLARE @TableName varchar(255)

    DECLARE TableCursor CURSOR FOR

    SELECT table_name FROM information_schema.tables

    WHERE table_type...

Viewing 4 posts - 1 through 5 (of 5 total)