Viewing 15 posts - 1 through 15 (of 33 total)
My procedure have code in it that is part from sp_spaceused.
I ran a Profiler to see what Enterprise Manager executes on my server when I press taskpad.
select sum(convert(float,size)) * (8192.0/1024.0)...
October 31, 2006 at 9:40 am
I created a SP that I execute every day to keep track of database growth. The results are inserted into a table that I created prior to this (_dataused). Before...
October 31, 2006 at 8:39 am
Hello!
Did you tried to check your database with DBCC CheckDB? Maybe the problem is still there and is waiting for SQL Server to read a bad sector or something. If...
October 31, 2006 at 8:28 am
I think Toad is a great tool especialy with Quest backgroung developing Toad for Oracle. The support is also great. I have open some support cases on other products from Quest...
July 17, 2006 at 2:33 am
If you have slow connections to your remote servers I suggest creating a web page that reads data from a table located on a local server. Every time a job...
July 17, 2006 at 2:25 am
I think there is nothing wrong with this procedure being executed on every query on a linked server. I believe now this is normal and I will explain why:
When a...
July 13, 2006 at 12:45 am
If your database was not detached using sp_detach_db or your server was not shutted down cleanly you CAN'T use sp_atach_single_file_db.
Still, there is a workarround on this. I did use once...
February 7, 2006 at 4:06 am
Maybe the network is very busy on that hours. Measure the counters regarding your network.
7M/sec seems very slow
I have a 170GB database that takes 106 minutes to backup.
December 15, 2005 at 2:01 am
You can also try this link:
http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=26
I think the tool for this it's called SQLRecon 1.0 or SQLPing
December 13, 2005 at 6:55 am
I am using transactional replication between SP4 servers and SP3 servers where both are subscribers or publishers and I have no problem with this. I must admit that the SP4...
December 13, 2005 at 6:49 am
To view how much space is ocupied you could click the database name in Enterprise Manager and then View->Taskpad.
For as much as I know SQL Server Engine find a page...
December 8, 2005 at 8:23 am
You didn't specify if you have push or pull subscriptions. If you have push subscriptions than it's really simple. You simply install SQL Server and restore (or atach) your subscriber...
November 9, 2005 at 12:49 am
I don't have something simpler than this. It shows exactly the data you would normaly found in EM clicking your database and then View->Taskpad. I use this SP to...
November 2, 2005 at 9:12 am
That's true. Think about a situation when your subscribers get's desincronized. You don't need to generate snapshot for all tables when you know exactly what are the publications for those...
October 28, 2005 at 2:19 am
I think you must first allow anonymous pull subscriptions on the web server.
October 26, 2005 at 8:48 am
Viewing 15 posts - 1 through 15 (of 33 total)