Viewing 15 posts - 76 through 90 (of 113 total)
ANSI_PADDING should also be a correct answer!
Below from BOL;
In a future version of Microsoft SQL Server ANSI_PADDING will always be ON and any applications that explicitly set the option to...
August 15, 2011 at 2:26 am
GilaMonster (8/12/2011)
chris.mcgowan (8/12/2011)
August 12, 2011 at 5:22 am
Your environment looks to be sound then from a recovery point of view.
You have a warm standby in place with log shipping so if you loose your primary...
August 12, 2011 at 4:51 am
The notification through the job properties won't it will just alert that the job has failed. If you build some custom error handling into the TSQL in the job...
August 12, 2011 at 4:10 am
To make the secondary log shipping instance 'online' and accesible you need to restore a transaction log with recovery. This then means you would need to resetup log shipping...
August 12, 2011 at 4:03 am
I would change the max value to 6.5GB just to give the OS that little bit of breathing room, 7GB only leaves 1GB for the OS which isn't much.
Thanks
Chris
August 12, 2011 at 3:47 am
What is it that you are trying to acheive?
August 12, 2011 at 3:44 am
It Depends.
You cannot take a native backup of the databases if they are in Standby/Read Only.
If your SQL Databases make use of SAN storage then you can take a snapshot...
August 12, 2011 at 3:23 am
A collation encodes the rules governing the proper use of characters for either a language, such as Greek or Polish, or an alphabet, such as Latin1_General (the Latin alphabet used...
August 12, 2011 at 3:19 am
You can E-mail an operator when the job fails (right click the job / properties / Notifications) or you can put error handling in the TSQL within the job step...
August 12, 2011 at 3:18 am
Sean is right this shouldn't be an issue, howerver there are two things to watch out for in my experiance;
Deprecated features / TSQL Syntax changes.
Log shipping will not work after...
August 12, 2011 at 3:13 am
Windows Error Reporting is not just used by SQL Server if you are getting an exception chances are it will be recorded in c:\program data\.....
Thanks
Chris
August 12, 2011 at 3:00 am
A collation encodes the rules governing the proper use of characters for either a language, such as Greek or Polish, or an alphabet, such as Latin1_General (the Latin alphabet used...
August 12, 2011 at 2:59 am
It would be worth having a look at Windows Error Reporting
http://msdn.microsoft.com/en-us/windows/hardware/gg487440
Kevin's blog post albeit short has helped me identify an issue with the Reporting Services service which i am waiting...
August 12, 2011 at 2:41 am
Viewing 15 posts - 76 through 90 (of 113 total)