Viewing 15 posts - 286 through 300 (of 860 total)
SQL-JP (7/8/2011)
July 8, 2011 at 4:21 am
Can you post me the results.
select create_date,name from sys.databases where name='abc'
July 8, 2011 at 3:32 am
JustStarted (7/6/2011)
I have one question though. I know Delete...
July 8, 2011 at 2:49 am
shanila_minnu (7/7/2011)
July 7, 2011 at 5:10 am
anil_kumar32 (7/7/2011)
If recovery model for database is Full you should first take tail log backup before restoring. It will ensure that the modications that are not included...
July 7, 2011 at 2:44 am
sqluser_8119 (6/27/2011)
6/22/11 Full...
July 6, 2011 at 3:23 am
Mr J (7/3/2011)
The server is SQL Server 2008 SP1 CU5, max memory is set at 4096Mb as for set lock pages can you explain further? Do you mean AWE?
Cheers...
July 5, 2011 at 3:35 am
JDBA-eqms (7/5/2011)
I need to create a copy of that database on other Server.
I tried DBCC SHRINKFILE, but it doesn't shrink the file as there is no free space available in...
July 5, 2011 at 1:04 am
LutzM (7/5/2011)
I don't see any new (question related) information added since several posts.
Let's just agree to disagree and move...
July 5, 2011 at 1:00 am
JDBA-eqms (7/5/2011)
HI,I have a databse having the ".mdf" file too large.
How can i reduce the size of the mdf file ?
First why do want to reduce the MDF?
have you facing...
July 5, 2011 at 12:55 am
Perry Whittle (7/4/2011)
muthukkumaran Kaliyamoorthy (7/4/2011)
DMV will not work against the compatibility 80.It can and will, see Paul Randall's article at the following link
Thanks perry. Thats great info from paul.
Thanks to...
July 4, 2011 at 5:40 am
Incorrect syntax near '('. on Line 38
LINE38 > FROM sys.dm_db_index_physical_stats(DB_ID(), NULL, NULL, NULL , NULL) IPS
I noticed the compatibility mode of our db = 80 (SQL 2000)
Already changed DB_ID()...
July 4, 2011 at 5:29 am
Rhox (7/4/2011)
At the same time, there's a:- Backup transaction log
- Job History (syspolicy_purge_history)
That's all, if I'm not mistaken, this will not interupt the index rebuild?
Yes this will not do anything....
July 4, 2011 at 3:27 am
Coolroof (7/4/2011)
Msg 515, Level 16, State 2, Procedure sp_add_job, Line 137
Cannot insert the value NULL into column 'owner_sid', table 'msdb.dbo.sysjobs'; column does...
July 4, 2011 at 3:25 am
beejug1983 (7/4/2011)
No tables are not heaps.
Do you have any shrinking task?
July 4, 2011 at 3:14 am
Viewing 15 posts - 286 through 300 (of 860 total)