Viewing 15 posts - 16 through 30 (of 46 total)
Yes I Have only one primary and one secondary .
What is witness ? is that share storage ?
Another Question ?
What is diference between "Automat Failover" And "Automat Redirection"
February 8, 2015 at 1:38 am
I Thin I found the Problem.
I dont have quorum
And whitout quorum , automatic failover dont happend.
yes ?
February 1, 2015 at 11:02 pm
Because The cur Database has about 200 GB.
And we dont have enough space and we must Backup from it and then truncate tables.
But Backup from this size with many connections...
January 31, 2015 at 11:25 pm
I read It.
the most important and repeatedly Advise is :
Dont use Repair option (If you have Backup). because ....
The impression from this recommendation can be
1- I must run...
January 31, 2015 at 12:52 am
Hi Again
I want to do some thing on this database.
First Of All , I should start with a small database.
But current DB has many connection from site. And I Should...
January 31, 2015 at 12:43 am
Because I read somewhere , PK and Clustered index, can be separate (These two do not necessarily Be one thing)
And it's better that clustered index related to Bussiness and...
January 30, 2015 at 2:10 am
I run this query on my database.
Most of the result are : PK_ ... ?
Why?
(note that in all our tables , we insert an id column - identical - that...
January 29, 2015 at 9:37 pm
Automatic sync
January 28, 2015 at 12:00 am
TNX alot
Is very useful ideas and tips in your comments. (all of you)
Thanks alot
January 26, 2015 at 11:31 pm
OK Thank you
I did not see link.
I use it Now.
January 26, 2015 at 6:12 am
Which search? (select from dmv's or select from taht table)
January 26, 2015 at 5:48 am
Then what is the best way to get Unused indexes?
January 26, 2015 at 5:33 am
Please say me more about :
"but that means you need to be prepared to deal with a lot of data. You should probably add the query_hash to your events...
January 24, 2015 at 6:57 am
CREATE TABLE [dbo].[...](
[Id] [bigint] IDENTITY(1,1) NOT NULL,
[SessionId] [bigint] NOT NULL,
[RegDate] [date] NOT NULL,
[RegTime] [time](0) NOT NULL,
[ReferrerUrl] [nvarchar](2000) NOT NULL,
[LandingUrl] [nvarchar](2000) NOT NULL,
CONSTRAINT [PK_TBL_Request_Id] PRIMARY KEY CLUSTERED
(
[Id] DESC
)WITH (PAD_INDEX...
January 23, 2015 at 6:40 pm
No :blush:
I think I should Know more about these tools and performance Basics.
Thank you
January 23, 2015 at 5:40 am
Viewing 15 posts - 16 through 30 (of 46 total)