Viewing 15 posts - 376 through 390 (of 4,272 total)
The demo I say of always on was like clustering on steroids.. Love the idea, hope to try it..
And that article was good knowledge..
CEWII
March 22, 2012 at 11:47 am
SQL can be running when diskpart is used.
Run into this a number of times and SQL doesn't even need to be restarted..
Win 2008/Win 2008R2 for sure.
CEWII
March 22, 2012 at 11:45 am
I have seen issues with VM tools causing this error. But in your case it sounds more like AD permissions. Try to run the setup.exe as an administrator....
March 22, 2012 at 11:43 am
Are you trying to install this on a VM?
If so uninstall the VM helper tools (guest additions) and try again.. Re-install them after..
CEWII
March 22, 2012 at 11:40 am
You certainly can back it up directly to a UNC path.. However you need to have a security context to get there and LocalSystem isn't going to give it to...
March 22, 2012 at 11:38 am
Actually it isn't real clear.. Sorry..
I'm not sure what you mean by direct link, there are references but I'd like to understand what you mean.
Also you reference...
March 22, 2012 at 11:23 am
I generally agree, but what you are trying to do and what technology you are trying to do it from have a big effect here, as well as the availability...
March 22, 2012 at 11:20 am
In reality there are quite close.
When a package opens it tries to verify all the items in the package unless Delay Validation is set to True, I believe this includes...
March 22, 2012 at 11:19 am
I'm thinking Delay Validation = TRUE would help, otherwise it will try to verify it and fail..
CEWII
March 22, 2012 at 10:48 am
jason_selph (3/22/2012)
--clear any ipc$ connections
net use \\server\share /delete
--map the drive
net use \\server\share /user:domain\username password
--do whatever you want
--cleanup
net use \\server\share /delete
it can also...
March 22, 2012 at 9:41 am
rudy komacsar - Doctor "X" (3/22/2012)
b) SQL Server will have access to the 16 threads.
is not necessarily correct ... unless 'threads' are are construed to mean 'logical CPUs' or...
March 22, 2012 at 9:40 am
Before we go down that path why don't you explain why you don't want to do this from your prod box? Are these big extracts? Why don't you...
March 21, 2012 at 3:48 pm
Yep, it is very possible and really no more difficult than a named instance..
CEWII
March 21, 2012 at 3:46 pm
You have to add the connection to the package first.. The option is something like add connection from data source. I don't have BIDS open right now but...
March 21, 2012 at 2:05 pm
You can add a Row Count component to a data-flow.
However, I like code for a certain level of paranoia so I don't trust simple record counts. I will often...
March 21, 2012 at 1:28 pm
Viewing 15 posts - 376 through 390 (of 4,272 total)