Viewing 15 posts - 106 through 120 (of 195 total)
Like..
I will shrink the File & rebuild via wizard..
But for alter statement
(ALTER DATABASE runal_jagtap MODIFY FILE (NAME = 'runal_jagtap_data', SIZE = 50GB))
i have to execute this for all db's...
February 1, 2013 at 4:40 am
thanks Anthony, me still confused regarding the last Alter statment.. will study more on this and will come soon to ask you more on this post:-)
February 1, 2013 at 4:20 am
anthony.green (2/1/2013)
February 1, 2013 at 4:03 am
Thanks Anthony..
U see i have a DB and maximum it grows upto 25 GB. thats the max volume.. sounds very less.. but i have DB's upto 25 GB only
Now runal_jagtap...
February 1, 2013 at 3:51 am
anthony.green (2/1/2013)
ALTER DATABASE .... MODIFY FILE (NAME = '.....', SIZE = 45GB) --Put the name of the logical file from sp_helpfile in the command
Na Didnt understand the above query.....
February 1, 2013 at 3:42 am
anthony.green (2/1/2013)
If you go for...
February 1, 2013 at 3:36 am
I ran the DTA tool on testing server considering that SP & that DB,
I got some object names in Index Recommendation & Estimated improvement = 0%, partition Recommendation =...
January 24, 2013 at 5:42 am
Also please tell me how do i set the execution plan for that Stored procedure so that i will suggest developer to look into the specific query which is slowing...
January 24, 2013 at 4:56 am
Update statistics?
Hmm i have never done Update statistics on Database yet..
Please correct my belwo plan..
Sunday no one wotks on the Database
will perfom the below activity..
1) Full Backup - Using manitenencae...
January 24, 2013 at 4:46 am
I am totally :w00t: now
Will look in to this tomorrow.. thanks all for helping & assisting me
January 23, 2013 at 7:50 am
Perry Whittle (1/23/2013)
SELECTOBJECT_NAME(i.object_id) AS TableName
, ISNULL(i.name, 'HEAP') AS IndexName
, i.type_desc...
January 23, 2013 at 7:45 am
Microsoft SQL Server 2005 - 9.00.5000.00 (X64)
Dec 10 2010 10:38:40
Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit) on Windows NT 5.2
(Build 3790: Service...
January 23, 2013 at 7:43 am
Are u sure i need to do
Alter Table tablename Rebuild???
Error -Invalid syntax near Rebuild...
January 23, 2013 at 7:40 am
Viewing 15 posts - 106 through 120 (of 195 total)