Forum Replies Created

Viewing 15 posts - 496 through 510 (of 972 total)

  • RE: Script to delete old bak files in sql server 2008

    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...

  • RE: AWE Memory

    Why don't you just run the 64-bit version of SQL Server?

  • RE: AWE Memory

    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...

  • RE: AWE Memory

    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...

  • RE: Color coding

    Hugo Kornelis (10/15/2010)


    :laugh: I seem to have built a reputation for myself... :satisfied:

    I had this one wrong as well. Partially because I don't work with SQL Server 2008 yet (I...

  • RE: Send an email when SQL Server serices were stopped

    SQL Dev-938873 (10/15/2010)


    Hi,

    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...

  • RE: Send an email when SQL Server serices were stopped

    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...

  • RE: Stopping Services in an Active\Passive Cluster

    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...

  • RE: Are the posted questions getting worse?

    How about this one as a response.:-)

  • RE: SQL Server Runtime Embedded Licencing

    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...

  • RE: SQL Server Runtime Embedded Licencing

    scratched

  • RE: SQL Server Runtime Embedded Licencing

    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...

  • RE: Memory Usage of SQL Server

    NSzczepanski-234589 (10/13/2010)


    We have a server that is Windows 2007 64 bit 6gig memory running SQL 2005. SQL 2005 is hogging all the available memory and not using it all...

  • RE: Licensing Question?

    Jeff Sims-413169 (10/12/2010)


    We have a software inventory software that pulls licensing information off our computers 1000's and SQL is the data store. Do I need to license...

  • RE: sp_helpuser question

    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 =...

Viewing 15 posts - 496 through 510 (of 972 total)