U ucasesoftware Oct 2, 2005 #1 Hi what is the transaq sql to know the current size of my msde database ? Thx
S Siva M Oct 2, 2005 #2 One option is to query the SysFiles table in your database. Hi what is the transaq sql to know the current size of my msde database ? Thx
One option is to query the SysFiles table in your database. Hi what is the transaq sql to know the current size of my msde database ? Thx
G Guest Oct 2, 2005 #3 Hi, You can use the sp_databases stored procedure to list the databases and there size. http://www.windowsformsdatagridhelp.com/default.aspx?ID=2dc619da-3c51-473a-8d50-f64cb0d2b77a Ken
Hi, You can use the sp_databases stored procedure to list the databases and there size. http://www.windowsformsdatagridhelp.com/default.aspx?ID=2dc619da-3c51-473a-8d50-f64cb0d2b77a Ken