Viewing 4 posts - 1 through 5 (of 5 total)
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...
August 9, 2011 at 3:56 am
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...
August 8, 2011 at 10:05 am
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...
August 8, 2011 at 8:55 am
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...
August 8, 2011 at 7:55 am
Viewing 4 posts - 1 through 5 (of 5 total)