Viewing 15 posts - 496 through 510 (of 972 total)
jeff.mason (10/20/2010)
I thought that we were supposed to stop using the xps as they were going to be deprecated....?
Ha...it will depreciate as soon as Microsoft writes another stored procedure to...
October 20, 2010 at 3:57 pm
Why don't you just run the 64-bit version of SQL Server?
October 19, 2010 at 12:00 pm
If you go by the definition of what the AWE setting is for, you don't need it due to the 64-bit OS you are running. You also will find that...
October 19, 2010 at 10:54 am
gn 418 (10/19/2010)
Hello,We are running an SQL2008R2 32-bit instance on a Win2003R2 64-bit OS with 8GB.
AWE cannot be configured is not needed if you are running on a 64-bit Operating...
October 19, 2010 at 10:34 am
Hugo Kornelis (10/15/2010)
I had this one wrong as well. Partially because I don't work with SQL Server 2008 yet (I...
October 15, 2010 at 11:40 am
SQL Dev-938873 (10/15/2010)
you can set at the services level. Go to SQL Server Service Properties..
On failure ,you can run a program that should send an email. ( batch...
October 15, 2010 at 7:38 am
Windows OS does not really offer that type of feature. In that if this service stops fire off this process, at least not to my knowledge. You could possible do...
October 13, 2010 at 2:08 pm
You can use SQL Server Configuration Manager or Cluster Admin. I believe I would set the group "offline" in Cluster Admin which I believe stops it as well, but if...
October 13, 2010 at 1:30 pm
How about this one as a response.:-)
October 13, 2010 at 11:39 am
RTaylor2208 (10/13/2010)
Thanks for replying, to be fair though that does not answer my questions at all.
Fair enough.
If the sql server is going to limit connections to a specific application how...
October 13, 2010 at 10:46 am
I believe this explains what it is pretty well:
Description of the SQL Server Runtime license
The SQL Server Runtime license is a license that lets an independent software vendor (ISV) embed...
October 13, 2010 at 9:10 am
NSzczepanski-234589 (10/13/2010)
October 13, 2010 at 9:06 am
Jeff Sims-413169 (10/12/2010)
October 12, 2010 at 2:08 pm
This is the query I pulled from the sp_helpgroup sproc that is executed when you pass a group name to sp_helpuser. I believe the substring is your culprit.
select Group_name =...
October 12, 2010 at 10:50 am
Viewing 15 posts - 496 through 510 (of 972 total)