Forum Replies Created

Viewing 15 posts - 391 through 405 (of 1,179 total)

  • RE: SQL Server Agent : Job Failure

    Check the permission. Is there any permission issue? All jobs are failing with same error?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: SQL Replication - Missing Stored Procedure Comment Header

    Replication will take care of all the SP and not the part of the SP. It is good that initial information comments to track the changes. If replication do this...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: sql server 2008 r2 download

    Did anybody gave you incorrect link?

    Anyway refer following correct link:

    http://www.microsoft.com/en-us/download/search.aspx?q=sql+server+2008+r2

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Modify Size for datafile clarification

    No it will not wipe out existing data. But fill the extended files with 0. i.e. if you do have file size 100 MB with data of 80 MB and...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Is it possible to return a default value if one record return null

    You can also add clause

    "where/and unit <> 0"

    OR

    "where/and unit > 0"

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: SQL Server has encountered 1 occurrence of I/O Requests taking longer than 15 seconds

    check the code of job and study execution plan which will help you. Also ask your storage team to find out the details of disk issue at specific point of...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: AlwaysOn and DR testing

    Refer this excellent article which is self-explanatory.

    http://www.sqlservercentral.com/articles/FCI/92196/

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: The Unusable User

    Indeed a good question Andy, Thank you.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: missing .mdf and .ldf database file after hard drive crash

    Is this production server? Do not try things on prod and make scenario worst. Do all your restore and R&D on junkbox.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Removing 2000 Compatibility Mode - New Problem

    Any luck with UPGRADE ADVISOR?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: MEMERY CONFIGURATION FOR 64GB ram

    fyi... no need to configure 3GB switch as server is 64bit.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Need help, SSIS:Multiple Flat files with diferent format

    SAMPLE CODE, you can replace ListPrice with various file extention.

    ---------------

    USE AdventureWorks2012;

    GO

    SELECT ProductNumber, Name, "Price Range" =

    CASE

    ...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: What will be Identity value

    Good and easy one!

    Thanks!

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Need help, SSIS:Multiple Flat files with diferent format

    How about using CASE or IF...ELSE to check .txt, .xls etc.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Backup database with file references.

    How about using FILESTREAM?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 391 through 405 (of 1,179 total)