Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 9,641 total)

  • RE: PLE

    It looks like you are experiencing memory pressure as you are consistently seeing low PLE values. You should read, http://www.sqlservercentral.com/articles/Memory/74867/ as it gives a decent outline of how to...

  • RE: Backup Plan fails daily

    That's a pretty important task to have completing. Can you go into the check database integrity task in the maintenance plan, click the View T-SQL button and post what...

  • RE: PLE

    It depends. The 300 number is not a hard threshold and in my experience, on most systems you'll be well above that the majority of the time. Some...

  • RE: Return Message to Access from SQL SP

    Okay, it looks like you have ReturnMessage as an output parameter in the stored procedure. You need to specify that in the call to the stored procedure. Something...

  • RE: How to read the msdb(microsoft acess) files in sql server 2005

    Are you sure that the JET driver is installed on the server running SQL Server 2005? Are you running 64-bit or 32-bit? There isn't a 64-bit JET driver.

  • RE: AND Operator in SQL

    The WHERE clause is applied to each row in a set, so while a set of rows may contain individual rows with ItemTypeID of 1 and 3, there is not...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/24/2012)


    Quite an interesting day. I gave my two weeks notice and was basicly told that I would not need to come back. Not that I don't...

  • RE: Transaction log backups taken during a full backup.

    rsrinivasan-1006867 (2/25/2012)


    Sir,

    I need your help recommendation. I have a database in SQL 2008 and size of the database is around 400gb and the transaction log around 120gb (growing very heavily)....

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (2/22/2012)


    Brandie Tarvin (2/22/2012)


    Stefan Krzywicki (2/22/2012)


    I have multiple WordPress blogs (which I haven't updated in awhile). I just set up multiple instances and use each for a different topic....

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (2/22/2012)


    Two things.

    1) Anyone here besides me using Google+?

    2) WordPress gurus, I'm recreating my website with the WordPress content manager and wondering if I can separate my writing blog...

  • RE: Trigger Question

    fahey.jonathan (2/22/2012)


    It seems that if users are using their own SQL Server credentials to access the database inside an application, they would be able to do so outside the application...

  • RE: Are the posted questions getting worse?

    GilaMonster (2/22/2012)


    Question for those of you who have organised SQLSaturdays

    Would you have been irritated if your regional mentor or an organiser of another SQL Sat in the same area had...

  • RE: Trigger Question

    fahey.jonathan (2/22/2012)


    Jack Corbett (2/21/2012)


    You really don't want a trigger for this. Your best bet is to add a Default constraint ...

    Jack, I disagree that the best bet...

  • RE: Trying to get dev team off the sa account

    SkyBox (2/21/2012)


    Finally setting up and testing this.

    What about end users that run apps locally? If using windows authentication (SSPI), how can I allow users or AD domain...

  • RE: Trigger Question

    Just to reinforce what has already been said. You really don't want a trigger for this. Your best bet is to add a Default constraint (http://msdn.microsoft.com/en-us/library/ms190273(SQL.90).aspx) to the...

Viewing 15 posts - 1,726 through 1,740 (of 9,641 total)