Viewing 15 posts - 811 through 825 (of 1,366 total)
UAC is causing the error, from http://support.microsoft.com/kb/934164.
1.Configure the report server for local administration. To access the report server and Report Manager locally, follow these steps:
2.Start Windows Internet Explorer.
3.On...
August 11, 2010 at 4:32 am
jeff.mason (8/5/2010)
If you could read encrypted stored procedures, what would be the point of encrypting them in the first place....?
May be the reason tat someone encrypted and he want to...
August 6, 2010 at 12:40 am
What type of performance u expect??
If u want point in time recovery(if data is important) u have to use full recovery model..
http://msdn.microsoft.com/en-us/library/ms189275.aspx
this will help u for sure
August 6, 2010 at 12:20 am
run select * from sysprocesses and check for the queries..
August 6, 2010 at 12:14 am
When u issue a check point uncommitted transaction from buffer cache are written to disk making in commited..
Truncate reclaims the space but wont release to OS for use..
When u issue...
August 5, 2010 at 11:30 pm
For both 2005 & 2008 the recovey model is Simple??
August 5, 2010 at 11:22 pm
Thanks Steve and Shiva..
Will DBCC cleantable helps in this situation??
August 5, 2010 at 11:12 pm
HI Sudeep,
Both Truncate and delte are logged the difference in this sense is truncate is minimally logged ...u can roll back both..
http://rknairblog.blogspot.com/2010/05/can-truncate-rolled-back.html
August 5, 2010 at 5:59 am
You can give object level permission to a user..
You can give only select on tables
August 4, 2010 at 7:07 am
Remember once to change back to full..dont forget to take a full backup otherwise database will be in simple recovery mode only
August 4, 2010 at 7:04 am
Tempdb growth..then its definitely going to be poorly written queries..
As you said you have a capturing mechanism in place ..You should use that and pin point that particular query..
August 4, 2010 at 3:02 am
Thanks Everyone...
I feel Steves plan is the best one..
Thanks Gail for pointing that we cannot move file from one file group to another
August 4, 2010 at 1:50 am
Do u have any other maintenance plan alreadyu on ur server??
Have u getting any error while opening the BIDS??
August 4, 2010 at 12:48 am
AFAIK in log shipping the database will be in restoring state and you wont be able to access the DB
August 4, 2010 at 12:34 am
Viewing 15 posts - 811 through 825 (of 1,366 total)