Viewing 15 posts - 121 through 135 (of 171 total)
muthukkumaran Kaliyamoorthy (6/23/2011)
tt-615680 (6/23/2011)
I have an SQL 2000 Database which is 135GB and I want to perform "Shrink Database" but I want to know what is the maximum percentage...
June 23, 2011 at 5:10 am
SELECT GetDate() as Run_Date,
rtrim(Cast(@@ServerName as varchar(100))) as Server,
spid,
blocked,
waittime,
sb.name,
lastwaittype,
...
March 15, 2011 at 7:48 am
Thank you for the reply.
The user that is suppose to have run the particular query is not running anything at the time.
Thank you
March 15, 2011 at 6:21 am
Thank you for your reply. I have been using SQL Profiler to see if the program is running but it's not there. It is an SQL Agent job that seems...
March 4, 2011 at 3:10 am
Thank you so much for all your advice
February 27, 2011 at 7:32 am
GilaMonster (2/26/2011)
tt-615680 (2/26/2011)
1. The size in which the Transaction Log file is set
Query sys.database_files
2. When to truncate the log files in order to free up space, therefore the the server...
February 26, 2011 at 3:14 pm
LutzM (2/21/2011)
Your expected result and the "sample data" provided so far don't seem to match....
February 22, 2011 at 5:45 am
I am only getting the data from one table which is:
orderid (int)
customer (varchar)
Deliverydate (varchar)
ChangedDate (datetime)
I am only getting the data from one table which is:
orderid customer Deliverydate ChangedDate
12345 Bob...
February 21, 2011 at 12:43 pm
mohammed moinudheen (2/15/2011)
What about the other maintenance jobs?Are they running fine?
Rebuild/reorg ?
All the other jobs seem to be fine for now. The indexes are dropped on a daily and...
February 15, 2011 at 4:57 am
vishal#SQL (2/10/2011)
Hi,Do you want the count of deliveries where deliverydate within one week, two weeks and three weeks?
Thank you for the reply. Yes I...
February 10, 2011 at 10:01 am
s_osborne2 (1/18/2011)
Example:
SELECT
*
FROM
...
January 18, 2011 at 8:45 am
ALZDBA (1/18/2011)
If that is your goal, that's the way to do it.
Is that your goal ?
On most of our oltp...
January 18, 2011 at 8:27 am
s_osborne2 (10/11/2010)
We've seen a problem recently with xp_smtp_sendmail being unable to run on SQL Server 2008 64 bit...
October 11, 2010 at 4:31 am
Grant Fritchey (10/5/2010)
tt-615680 (10/5/2010)
Grant Fritchey (10/5/2010)
Which, do the same as the default trace or capture RPC:Complete & SQL:BatchComplete events?
Yes, I know there are many queries or sysyem sp's that cannot...
October 5, 2010 at 7:17 am
Grant Fritchey (10/5/2010)
tt-615680 (10/5/2010)
GilaMonster (9/29/2010)
arr.nagaraj (9/29/2010)
Default trace contains the recently ran queries along with a few useful informationlike CPU, starttime etc. .. Probably can help your root cause analysis
The default...
October 5, 2010 at 6:51 am
Viewing 15 posts - 121 through 135 (of 171 total)