Viewing 15 posts - 1 through 15 (of 31 total)
Just install it at the default location and save the space on the D:\ drive for the data and log files.
October 30, 2008 at 11:29 am
Check with your IT to see if they have the port open for Database mail on the server os level.
October 30, 2008 at 11:26 am
Whatever total space you have, allocate 20% to the OS and the rest you can allocate to SQL Server. Then within that 80% that you are allocating to the SQL...
October 30, 2008 at 11:24 am
shiva challa (10/8/2008)
/**
Script: list all Usernames, Roles for all the databases.
Author: Shiva Challa (
October 8, 2008 at 3:31 pm
An MDF file is never deleted automatically by SQL Server. Not even in a clustered environment. Your files probably got renamed or moved by some user due to network latency...
October 8, 2008 at 12:02 pm
As the command suggests....your database file was shrunk.....and the empty space from your db file was truncated and release back to the Server OS.
October 8, 2008 at 11:58 am
shiva challa (10/8/2008)
I have also updated the online script, Just waiting for it to be published.
/**
Script: list all Usernames, Roles for all the databases.
Author:...
October 8, 2008 at 11:55 am
CAGreensfelder (10/2/2008)
/**
Script: list all Usernames, Roles for all the databases.
Author: Shiva Challa (http://challa.info)
and the database Roles that the user belongs to in all the databases....
October 8, 2008 at 11:52 am
Schedule your full backup and then your tran log backups but when netapp will do a full backup of your db it will reset the check point on tran log...
September 25, 2008 at 9:57 am
When you say 'copy of your server' do you mean just the copy of the DBs or the entire backup of the server including the OS portion and all....
September 25, 2008 at 9:53 am
You can't run this script on SQL Server 2000 as the script is based on the catalog views which are newly introduced in SQL server 2005. This script can be...
September 25, 2008 at 9:51 am
Here is some more reference items from msdn for sql server 2005 encryption:
September 2, 2008 at 1:46 pm
You need to run some more perfmon settings to get the metrics on memory, cpu, page file, sql server usage.
Check out this msdn site for recommended perfmon analysis:
http://msdn.microsoft.com/en-us/library/aa645516(VS.71).aspx
September 2, 2008 at 1:43 pm
Not in SQL 7. You will have to delete the publication and re-create it again.
August 29, 2008 at 5:55 pm
Viewing 15 posts - 1 through 15 (of 31 total)