Viewing 15 posts - 91 through 105 (of 265 total)
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...
December 10, 2007 at 11:22 am
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...
December 10, 2007 at 10:59 am
here u go...
declare @test-2 varchar(2000)
set @test-2 = 'dbo.TAccountVendorContact'
DBCC SHOWCONTIG (@test) WITH TABLERESULTS, ALL_INDEXES
December 10, 2007 at 10:56 am
both way its fine....though just to avoid any unforseen issues, database blocking....preferable 10gb at once....
December 7, 2007 at 4:52 pm
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...
December 7, 2007 at 4:50 pm
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...
December 7, 2007 at 4:18 pm
dont worry....windows 2k3 standard supports clustering
December 6, 2007 at 6:21 pm
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
December 5, 2007 at 7:07 pm
ALTER PROCEDURE [dbo].[pr_InventoryList]
@InventoryID
@AcquiredDateLow datetime '20071231'
if @AcquiredDateLow = '20071231'
set @AcquiredDateLow = '%'
Guess this is where u stuck.....
December 5, 2007 at 7:04 pm
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...
December 5, 2007 at 6:55 pm
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...
December 5, 2007 at 6:47 pm
yeap Log-shipping is there in STD edition and the best solutions fro Site A --> B
December 5, 2007 at 10:49 am
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
December 5, 2007 at 10:44 am
Viewing 15 posts - 91 through 105 (of 265 total)