Viewing 15 posts - 121 through 135 (of 193 total)
Yes. [SQL\SVC] is running both sql services on principle and mirror server. So should I 'Grant' using below script?
GRANT CONNECT ON Endpoint::db_mirroring TO [SQL\SVC] OR Sql automatically assigns [SQL\SVC] for...
October 24, 2014 at 7:54 am
Thank you so much for your time. Lastly, Just wanted to confirm with you couple things.
1. Since I already have service account [SQL\SVC] created I DO NOT need this below...
October 24, 2014 at 5:19 am
I already have a service account created in Logins: SQL\SVC.
---CREATE ENDPOINT <endpoint_mirroring>
STATE = STARTED
AS TCP ( LISTENER_PORT = 7023 )
FOR DATABASE_MIRRORING (ROLE=PARTNER)-----
If I run above script, I think, ...
October 23, 2014 at 12:40 pm
Yes I did. And got error. see below.
Where do I put service account name and how?
CREATE ENDPOINT <endpoint_mirroring>
STATE = STARTED
AS TCP...
October 23, 2014 at 9:27 am
Hello GilaMonster,
it won't help for backup, restore, DBCC CHECKDB, Rebuild Index job?
October 15, 2014 at 6:22 am
For the performance reason. they want to partition 2 big table. Should I just create different file group and put it to different LUN? will that help for backup and...
October 15, 2014 at 5:50 am
Lynn Pettis, Thank you for your valuable inputes
September 7, 2014 at 5:23 pm
Anyone please?
August 21, 2014 at 1:38 pm
Thank you SQLRNNR. sorry, I am trying to explain better way:
There is a log file 100 GB. New transaction occurs and it shows 125 GB log file backup on...
August 19, 2014 at 12:24 pm
Hello Mr. Gila,
Can you please help me to understand this scenario:
Log file size right now 100 GB
Big translation took place, size of 125 GB.
would the Log file size be 100+125...
August 19, 2014 at 9:32 am
The Log file space use always 99% free, so what's the point keeping same size?
Yes it does, some time Transaction log file (backup from Log shipping) is 100+ GB,...
August 19, 2014 at 8:10 am
Thank you guys for your time and input.
August 8, 2014 at 7:49 am
Sorry guys for late response. Not sure what is this table created for . I have scripted out:
CREATE TABLE [dbo].[ABCD](
[A] [uniqueidentifier] NULL,
[uniqueidentifier] NULL,
[C] [nvarchar](100) NULL,
[D] [nvarchar](max) NULL,
[E] [nvarchar](max) NULL,
[F]...
August 7, 2014 at 7:32 am
Viewing 15 posts - 121 through 135 (of 193 total)