Forum Replies Created

Viewing 15 posts - 91 through 105 (of 265 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...

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

  • 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

  • RE: Database Expansion

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

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

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

  • RE: Mirroring and failover

    sorry...w2k3 enterprise is needed

  • RE: Mirroring and failover

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

  • 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

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

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

  • RE: ODBC

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

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

  • RE: Mirroring and failover

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

  • 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

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