Viewing 15 posts - 706 through 720 (of 816 total)
from performance perspective, it should be clustered index with appropriate fill factor.
Also make sure the index is being updated regularly for threshold limit like :-
if fregmentation is <30 then reorganise...
August 17, 2010 at 9:57 am
but if its secured connection which is connecting to database then i dont think reading matters that much. They have no permisssion to modify it.
Correct me if I am wrong.
August 17, 2010 at 9:01 am
then in that case I think we need to setup the auditing on every connection getting connected to database.
August 17, 2010 at 8:55 am
are you configuring the correct account for sevices to run.
Also just check either the service name its creating is having default name or having the instancename as well.
Jut...
August 17, 2010 at 8:19 am
sp_who2 will run for all the databases.
If its specific to one database then you can try something like :-
select * from sysprocesses where dbid = yourdatabaseid(which you can get by...
August 17, 2010 at 8:14 am
Never love your company because you never know when the company will stop loving you.
Thats what I follow.
Being in one job for years is always no no for me. I...
August 17, 2010 at 8:06 am
great.....good to see you happy with the self developed resolution
August 16, 2010 at 2:38 pm
hope this article will be useful for you
http://www.sql-server-performance.com/articles/dba/Data_Compression_in_SQL_Server_2008_p1.aspx
August 16, 2010 at 11:25 am
i think its better if you create function which take three variable or whatever number of column you have and then pass the column names on those variable.
then within function...
August 16, 2010 at 11:23 am
just replied on one of the post today, so will advice the same here...
there is tool tablediff utility which will compare 2 tables and will show the difference.
August 16, 2010 at 11:16 am
Actually there is nothing predefined steps which you need to follow in such excersie(so far I am aware) but you can very well use tools like dbdesc.
For more information on...
August 16, 2010 at 8:28 am
jobs are in msdb database so as long you not restore msdb, its not gonna affect secondary server.
Also just a suggestion, instead of scheduling the shrink log file, you...
August 16, 2010 at 7:51 am
give it to developer who designed the application..
August 16, 2010 at 7:44 am
Viewing 15 posts - 706 through 720 (of 816 total)