Forum Replies Created

Viewing 15 posts - 91 through 105 (of 266 total)

  • RE: Linked Server to Excel File

    it seems to be more of a basic issue rather than microsoft bug....

    one idea is basic file is not available/accesible on the target or its a authentication issue...

    all i can...

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: OSQL utility space char

    there was an extra double quote....try this

    OSQL -l 30 -b -d DCL -S TEST -U dclsql -P test -Q "declare @r INT; execute @r = UPDATE_UNITNAME @UnitName='Test1',@Comment='no comments'"

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Passing Parameters in a DBCC SHOWCONTIG statement

    here u go...

    declare @test-2 varchar(2000)

    set @test-2 = 'dbo.TAccountVendorContact'

    DBCC SHOWCONTIG (@test) WITH TABLERESULTS, ALL_INDEXES

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Database Expansion

    both way its fine....though just to avoid any unforseen issues, database blocking....preferable 10gb at once....

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Linked Server to Excel File

    try debug the location u r trying to access with xp_cmdshell dir command....

    master..xp-xmdshell 'dir '

    maybe u need to map a network location before accessing it...if u r not using...

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Mirroring and failover

    both cluster nodes connects to SAN as central storage....and SAN has to be on one place thus u cant have clustering....if u have SAN on site A and if site...

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Mirroring and failover

    sorry...w2k3 enterprise is needed

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Mirroring and failover

    dont worry....windows 2k3 standard supports clustering

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Importing data

    in second option batch is not possible.....

    BTW....did u tied second statement....it should fail cause all data will go in first row/ first column only....over 8k bites it will fail

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Probably simple but maybe not? need help with a select statment

    ALTER PROCEDURE [dbo].[pr_InventoryList]

    @InventoryID

    @AcquiredDateLow datetime '20071231'

    if @AcquiredDateLow = '20071231'

    set @AcquiredDateLow = '%'

    Guess this is where u stuck.....

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Upgrading failover cluster hardware

    Andy Chamard (12/5/2007)


    1. Build a completely new failover cluster and move the SAN LUNs over.

    Build new one and configure it as u r expecting it to be, create all settings...

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: ODBC

    is that problom specific to express edition or u just donno using odbc?

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: DTA utility gives Named Pipes Provider error

    u need to provode what all r&d you have aleady done... try this anyway....

    create an odbc connection on prod box to test box using TCPIP, then try this command

    try using...

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Mirroring and failover

    yeap Log-shipping is there in STD edition and the best solutions fro Site A --> B

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

  • RE: Allocation Size

    raid aray configuration tools allows you to select when you are configuring it...i think its ther default value for most of the cases though

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

Viewing 15 posts - 91 through 105 (of 266 total)