Viewing 15 posts - 1 through 15 (of 16 total)
Thanks Gail.
Tempdb original size was 10 GB and was running without any issue with this size till last week.
We are having 100 databases on this box, and One of...
November 20, 2012 at 5:04 am
75 GB is purely data file and size of log is 3.5 gb
November 20, 2012 at 4:03 am
Thanks John...
We I have already tried dbcc shrinkdatabase and shrinkfile and both are giving same error. This being our production server we are looking alternatives without restarting SQL service.
November 20, 2012 at 3:54 am
I am using Access 2000 i.e. supplied with Office 2000.
June 2, 2009 at 12:51 am
HI Markus,
I agree that for 2000 we need to do it by profiler or third party tool.
For 2005, for events like security changes/schema changes I have tested using Notification. But...
May 26, 2009 at 10:50 pm
Instead of using profiler trace, using event notification we can store records for required events in a table. Laster, using SSRS a report can be developed which displays changes done...
May 26, 2009 at 7:20 am
Hi,
I have checked as per your suggestion ...
1. There is fragmentation, I will defragment the volume and post the result.
2. Perform volume maintenance task permission is given to Administrators &...
April 24, 2009 at 3:15 am
Hi,
Can U try replacing following line in code
exec @rc = sp_trace_create @TraceID output, 0, N'd:\jobs\duration', @maxfilesize, NULL
with
exec @rc = sp_trace_create @TraceID output, 2, N'd:\jobs\duration', @maxfilesize, NULL
and...
April 23, 2009 at 7:32 am
1) Checked this query " SELECT * FROM SYS.SYSALTFILES WHERE DBID=DB_ID('Db_name') " It is showing 1 GB Growth, maxsize unlimited
2) After running XP_FIXEDDRIVES it is showing Free Space on Drive...
April 23, 2009 at 7:23 am
Hi Ratheesh/Murthykalyani,
I am using SQL Server 2005, Enterprise Edition and Service pack is 2.
The drive on which database resides is having ample space. But when the system tries to auto...
April 22, 2009 at 10:41 pm
Sorry, I could not reply immediately...
1. All files are in primary filegroup
2. When I am trying to increase file size for any primary data file, it is giving following error
Alter...
April 21, 2009 at 11:59 pm
Hi,
I have 500 GB free space on the drive, on which primary filegroup resides. Size of the files are as given below
1st Data File 69223 MB
2nd Data File 43600 MB...
April 16, 2009 at 3:40 am
As U R not in domain, I think U R using SQL Logins. So first create SQL logins using Management Studio or Create login.....
Then using either Create user or thru...
November 21, 2008 at 1:10 am
Add the user in master database and grant execute on xp_cmdshell and try.
If still U R not able to use xp_cmdshell then add windows account (If U R not in...
November 21, 2008 at 12:59 am
Hi Sakthivel,
We are able to login using SQL authentication from his machine as well as from my machine. On restart also, there is no change in this.
In fact when I...
November 21, 2008 at 12:35 am
Viewing 15 posts - 1 through 15 (of 16 total)