Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 7,498 total)

  • RE: MSSQL 2008 R2 vs MSSQL 2008 R2 Express

    Digs (4/20/2011)


    MSSQL 2008 R2 vs MSSQL 2008 R2 Express

    1) what is R2 anyways?

    Have a look at http://msdn.microsoft.com/en-us/library/cc645993.aspx

    2) Whats the difference btw the two, TSQL, variables, tables other database objects??

    Books online...

  • RE: MSDB Fials

    please provide full error information ( sqlserver errorlog )

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (4/19/2011)


    I'm going to violate the rule and add a "technical" question to The Thread under the caveat that I don't really need an answer for a problem so...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (4/19/2011)


    ALZDBA (4/19/2011)

    ( altough it reminds me of a great song some decades ago by The Clash [howling]x6 )

    Thanks, this will be stuck in my head for the...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/18/2011)


    London's calling....

    http://bit.ly/gTGBr8

    (and my bank account is crying)

    My bank account is crying so loud, I can't even hear London calling ....

    ( altough it reminds me of a great song some...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (4/18/2011)


    ALZDBA (4/18/2011)


    Does Zip still have the 4GB limit ? :ermm:

    I used the open source :blush: 7zip free solution. ( I don't know if RAR is actually free)

    It is...

  • RE: Are the posted questions getting worse?

    Does Zip still have the 4GB limit ? :ermm:

    I used the open source :blush: 7zip free solution. ( I don't know if RAR is actually free)

    It is able to compress...

  • RE: SQL Alerts

    Can you post your @@version information ?

  • RE: Performance Issue

    john.daisley (4/15/2011)


    ALZDBA (4/15/2011)

    OP stated

    "I have 32 bit Windows server 2003 with memory of 8 GB"

    The URLs I provided explain the RAM sizes and 3gb/pae combinations to be used.

    @ALZDBA -...

  • RE: SQL Alerts

    is this your first alert ?

    Did you restart sqlagent after installing the alert ?

  • RE: Performance Issue

    john.daisley (4/15/2011)


    ALZDBA (4/11/2011)


    No doubt about it: apply at least SP3, better even SP4

    If you want your instance to use more than 1.7GB RAM, you'll need to do two actions:

    1) add...

  • RE: Active Database connections

    your instance has a number of connections to be able to run (for system processes)

    These are mostly connected to master

    in sys.processes system processes will have a number lower than...

  • RE: Active Database connections

    Very valid questions, but since you are planning on moving database files, (parts of ) your db will be offline for a while (to be able to actually move the...

  • RE: SQL Alerts

    I tested this script:

    USE [msdb]

    GO

    /****** Object: Alert [DBA_LockingTreshold] Script Date: 04/15/2011 08:30:59 ******/

    IF EXISTS (SELECT name FROM msdb.dbo.sysalerts WHERE name = N'DBA_LockingTreshold')

    EXEC msdb.dbo.sp_delete_alert @name=N'DBA_LockingTreshold'

    GO

    EXEC msdb.dbo.sp_add_alert...

  • RE: users exist on dev database

    "after" is always to late.

    We create windows groups for that get the needed access auth on our dev instances. A devs login will only need to be added to that...

Viewing 15 posts - 2,116 through 2,130 (of 7,498 total)