Viewing 15 posts - 766 through 780 (of 816 total)
dbcc shrinkfile (dbname , targetsize)
but target size will work only upto the limit you defined for default space.
Try changing the database recovery to simple and then back to full.
Also dbcc...
August 2, 2010 at 7:00 am
is the drive where you have your userd database are alive and accessible?
Any problem with disk?
Give more information about your user database
August 2, 2010 at 5:39 am
yes, thanks for help.
It worked perfectly.
July 26, 2010 at 10:39 am
thanks for reply, but actually the data need to be updated in same table.
So lets say table a have all those data which I am able to convert using function.
But...
July 26, 2010 at 9:12 am
if you have sql server 2008 installed, then you can use activity monitor for SQL Serevr 2005 and above servers.
You can have a look of recent expensive queries
July 12, 2010 at 3:55 am
i have sql server 2008/2005 with standard edition on my laptop and its works.
Might be with lower version like express the facility is not provided......
July 6, 2010 at 1:01 am
yes, you were right.
Finally little bit modification and it did worked across all my environment.
thanks a ton for this.
April 22, 2010 at 3:39 pm
lovely scripts...
but unfortunately again
substring(fil_nam,@iLen, 12) < @cDateTime comparing with date and then deciding on delete.
while I want to retain the latest 2 files, no matter since when the files...
April 22, 2010 at 8:40 am
thanks for this but xp_delete_file work based on date calculation while my requirement is based on latest available files.
For Example:-
i have a server where lot of dumps of backup file...
April 22, 2010 at 7:10 am
just few more doubt in the same task :-
What if I want to retain the latest 2 files no matter what date they are in and then delete the rest?
Can...
April 21, 2010 at 4:49 am
You will get error for those tables which are having PK reference.. .rest will be removed.
April 6, 2010 at 3:21 am
not sure but if upgrade advisor be helpful in system database
March 30, 2010 at 3:32 am
Thanks a lot. In my quick reference book now.
unfortunately, some companies still using 2000 who still not able to decide either move to 2005 or 2008....lol :-D:-D:-D:-D:-D:-D
March 20, 2010 at 3:34 am
hope you have got your answer but if not then just think a simple term....can you simply copy paste the file in your computer without downloading and saving it to...
March 19, 2010 at 12:18 pm
so far we can configure in sql server to send the alert in mail. Configure the mail in your mobile and problem solved...
March 19, 2010 at 11:52 am
Viewing 15 posts - 766 through 780 (of 816 total)