Viewing 15 posts - 736 through 750 (of 1,081 total)
simple script, but should give you the results...
select name,
database_id,
user_access_desc,
state_desc,
(CASE is_in_standby WHEN '0' THEN 'NO' ELSE 'YES' END) as Is_in_standby,
GETDATE() as time_stamp
from sys.databases
July 1, 2010 at 4:56 am
SQLSeTTeR (7/1/2010)
SQL Server must shut down in...
July 1, 2010 at 4:28 am
I really don't think it's such a major transition, there are a few extra features, discontinued features, but the biggest difference in versions are in BI.
Do the training to get...
July 1, 2010 at 1:51 am
dy265 (6/30/2010)
June 30, 2010 at 7:09 am
venkatb.dba (6/30/2010)
Hi,when i am finding server health i can't able to understand how we check that
how can we monitor the general health of the server?
Server, or SQL Server?
You can...
June 30, 2010 at 5:26 am
This is an undocumented script like SP_MSForEachTable...
Try:
exec sp_msforeachdb @command1='ALTER DATABASE ? SET AUTO_UPDATE_STATISTICS ON'
June 29, 2010 at 11:29 pm
I agree Steve, that 2nd England goal should have been awarded...but overall, the German's were much better.
England's defense was non existent, attacking lacked aggression.....
Basically, Germany still outplayed them.
June 27, 2010 at 11:12 pm
Yes, definitely a good career choice.
MS SQL will always be in demand, it's an excellent product, easy to manage, and capable of doing great things. (no, MS didn't pay me...
June 25, 2010 at 12:47 am
Here is a good script...credits to the authors...
/****************************************************************************************
NAME:DATABASE I/O STATISTICS
BY:MARK JONES
DATE:19-02-2008
PURPOSE: Provides useful statistics about Database I/O requests. Uses the function
::fn_virtualfilestats to retreieve all the database file statistics includeing
...
June 24, 2010 at 1:22 am
SQL will allocate as much memory as needed/available.
Configure your maximum memory allocation within SQL, leaving adequate memory for the OS and other services.
On a 16gb server, I'd configure SQL to...
June 24, 2010 at 12:40 am
The job is being run as the zz_sql_dhsx account which is a member of the sysadmin role.
on both sides? (source & destination?)
You still didn't provide any sort of error messages...
June 23, 2010 at 1:44 am
Schadenfreude-Mei (6/23/2010)
CirquedeSQLeil (6/22/2010)
GilaMonster (6/22/2010)
Steve Jones - Editor (6/22/2010)
Sorry, Gail, looks like SA is not moving on in the World Cup.🙁
What a surprise. Not.
At least we didn't lose every match...
June 23, 2010 at 1:41 am
At which sort of step are your packages failing?
Using any authentication within these specific packages?
As what are you running these packages under the agent?
Error messages?
June 23, 2010 at 1:37 am
Viewing 15 posts - 736 through 750 (of 1,081 total)