Viewing 15 posts - 31 through 45 (of 55 total)
dan-572483 (11/26/2012)
November 26, 2012 at 6:03 pm
[/quote]
my recommendation would be definitely back and restore, instead of detach/reattach; especially when migrating to a new server, for example if the sector size on the new server is 4096,and...
November 21, 2012 at 6:51 pm
Hi
Thanks for your prompt response , considering it is the same size is there any other inconvenience regards attach vs restore
Yes I will be considering all the rest you mentioned
November 21, 2012 at 3:41 pm
Thanks for your responses,
I sent the script so you can confirm if the valid option to avoid this error is declared the cursor insensitve
Thanks
September 21, 2012 at 7:41 am
Hi This is the script, Thanks
ALTER procedure [dbo].[LMCDBATmp_Rebuild_Indexes]
AS
BEGIN
SET NOCOUNT ON;
DECLARE @objectid int;
DECLARE @indexid int;
DECLARE @partitioncount bigint;
DECLARE @schemaname sysname;
DECLARE @objectname sysname;
DECLARE @indexname sysname;
DECLARE @partitionnum bigint;
DECLARE @partitions bigint;
DECLARE @frag float;
DECLARE @command varchar(8000);
--DECLARE...
September 21, 2012 at 7:38 am
Thanks, where can I find like best practices for SSAS?
Thanks
September 11, 2012 at 12:38 pm
Thanks for your answers I totally agree,
Web server uninstalled
June 12, 2012 at 7:52 pm
george sibbald (5/30/2012)
starter for 10
Thanks for the article very helpful , based on your experience what do you recommend for 2 nodes active\active , 2 sql server instances
Thanks
APA
May 30, 2012 at 6:09 pm
Hi I did what you recommended but on the management studio is returning me results but the bcp it creates the file but 0 rows copied below the script that...
May 15, 2012 at 10:12 am
Thanks very helpful
🙂
May 14, 2012 at 2:46 pm
The Database is too big to implement this option,
Do you know how can I do this through PowerShell using SMO:
I started something like this but I don't know how to...
May 11, 2012 at 10:53 am
Thanks,
So I just need one MSDTC on the Active\Active cluster?
On which cases would I need two MSDTC?
Thanks again
May 10, 2012 at 1:19 pm
GilaMonster (4/29/2012)
The grant statement that you ran grants execute rights to all functions and stored procedures in the database, that's all it does....
April 30, 2012 at 6:56 am
Perry,
I finally found the article Part 3, this is wonderful, I just have question can I have multiple default sql instances on a SQL cluster? Or just one default instance
Thanks...
April 23, 2012 at 3:45 pm
Perry Whittle (4/18/2012)
APA0876 (4/17/2012)
What will be the first step on this setup:Create Windows Cluster or Map the Drives first?
You can do it either way. If you pre create all your...
April 23, 2012 at 1:10 pm
Viewing 15 posts - 31 through 45 (of 55 total)