Viewing 15 posts - 451 through 465 (of 1,365 total)
If he has just copied objects from user database to master database then delete those objects manually and after that make use of shrinkfile command.
MJ
June 24, 2009 at 12:11 pm
Check indexes fragmentation and make sure statistics are updated.
MJ
June 24, 2009 at 12:09 pm
Free,
You can't specify a filegroup for a transaction log file.
MJ
June 24, 2009 at 12:01 pm
From central forum itself:
First:
You can write union all then write union query order by the primary key. you can see the difference.
select primarykey as Primarykey,* from T1
union
select primarykey as...
June 22, 2009 at 6:01 pm
Ignore Task Manager
If you have an awe enabled SQL Server instance, do not rely on Task Manager to display memory usage as it does not show the AWE memory a...
June 22, 2009 at 5:46 pm
Check windows event viewer application logs and see if it helps.
MJ
June 22, 2009 at 3:59 pm
Its an option under Create Index in sql 2000:
http://msdn.microsoft.com/en-us/library/aa174535(SQL.80).aspx
MJ
June 16, 2009 at 5:25 pm
June 15, 2009 at 5:00 pm
Run profiler and try to track it from there.
MJ
June 15, 2009 at 4:55 pm
Better use a script to cature rowcount of all user tables in a central table for few days and then compare the difference in rowcount. Those with too many row...
June 12, 2009 at 3:23 pm
Any functions referenced in an indexed view must be deterministic; deterministic functions return the same value each time they’re invoked with the same arguments.
I think your function is not deterministic...
June 12, 2009 at 1:03 pm
You can make use of quest product "litespeed" or any third arty products for reducing the backup time.
http://www.quest.com/Quest_Product_Demos/LiteSpeedforSQLServer_demo_043007/chap00.htm
MJ
June 11, 2009 at 5:19 pm
tblleadstatus and tblsalesstage
MJ
June 4, 2009 at 3:26 pm
Are you making use of aliases under SQL Server Configuration Manager?
MJ
June 2, 2009 at 6:14 pm
Viewing 15 posts - 451 through 465 (of 1,365 total)