Viewing 15 posts - 16 through 30 (of 51 total)
the link is not working, it brings up the same forum page.
April 26, 2010 at 2:19 am
i dont' thing there is a way to control cpu through stored proc and more over i would not suggest doing this. At the most you can check the...
April 20, 2010 at 10:59 pm
select ServerProperty('LicenseType'), ServerProperty('NumLicenses')
works out for SQL 2000 but return
Disable and Null for SQL 2005 and higher versions.
Not sure why microsoft revoked these things.
April 20, 2010 at 10:15 am
thanks a lot . I will try this out.
April 20, 2010 at 10:12 am
enable the deadlock traces and send the information in logs. Then somebody can tell whats happening.
April 20, 2010 at 5:12 am
apart from Rateesh
it could be
some other processes are running in SQL consuming most of the mem and cpu cylcles
it could be other than sql application making the box crumble.
It...
April 20, 2010 at 4:55 am
this is such a generic that you could have done 1 hrs easy timepass with them.;-)
a whole book can be written on this.
April 20, 2010 at 4:43 am
create a batch file and then try calling it in the job
SQLCMD -S srv -U usr -P pwd -Q "BACKUP DATABASE master TO DISK = 'E:\MSSQL10.INSTANCE_02\BACKUP\SystemDB\master.bak'
WITH NOFORMAT, NOINIT,...
April 20, 2010 at 4:34 am
is your database on separate server or it host everything ?
April 20, 2010 at 4:29 am
probably SQL compare is not intelligent enough and uses char by char comparison and hence you are getting a difference b/w
CREATE VIEW [dbo].[vwCustDetails]
and
CREATE VIEW dbo.vwCustDetails
April 20, 2010 at 4:15 am
Use SSIS , its simple and you can do a lot of transformation.
April 20, 2010 at 4:09 am
If its high OLTP then you definitely will have slight performance issue.
It also depends how many errors are generated per min, if this is high then there will be i/o...
April 20, 2010 at 4:07 am
that was good information. I was not aware the the snap cannot be restored on another system.
Since this is quiet fast I guess than we can use this of DR...
April 19, 2010 at 6:58 am
check below if this is helpfull
http://www.sqlservercentral.com/articles/Administration/2605/
April 19, 2010 at 5:21 am
Viewing 15 posts - 16 through 30 (of 51 total)