Viewing 15 posts - 2,776 through 2,790 (of 9,244 total)
what trace flags do you have set on the service startup?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 11, 2014 at 4:09 am
sp_seeker (11/10/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 11, 2014 at 4:07 am
cstrati (11/10/2014)
Can you please clarify for me what would happen if the database owner was running as an account which was then disabled?
From memory, nothing. If the user were deleted...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 11, 2014 at 4:05 am
muthyala_51 (11/10/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 10, 2014 at 10:24 am
New jobs, just script to all replicas at deployment time
Existing jobs, are they really changing that often??
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 10, 2014 at 6:41 am
uninstall the CTP release first
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 10, 2014 at 6:40 am
where have you looked to obtain the clustered instance IP address?
You may list the VIPs using the following
Get-ClusterResource | ?{$_.ResourceType -EQ "IP Address"} |
Get-ClusterParameter network,address,subnetmask | ft ClusterObject,Name,Value
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 10, 2014 at 3:58 am
yes, run more frequent log backups!!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 10, 2014 at 3:41 am
tcronin 95651 (11/7/2014)
not sure if changing the port is that essential or not
depends on the connections to the instance, if you're receiving connections to the instance through a firewall you...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 7, 2014 at 9:06 am
You can change the port number in sql server configuration manager and you'll need to restart the sql server services.
The unique combination is on the IP address and TCP port,...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 7, 2014 at 7:56 am
New persopn (11/7/2014)
Hi All,I have configured the log shipping. Is it possible to take the full backup (Not Copy only backup) after configure the log shipping.
Yes of course you may,...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 7, 2014 at 7:49 am
TrailRunner (8/29/2014)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 7, 2014 at 6:50 am
ALZDBA (11/7/2014)
With SQL2008 (R2 ?) you'll need to modify your connection strings and add the failoverpartner parameter.[
assuming your chosen connection library supports the database mirroring parameters
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 7, 2014 at 6:37 am
SQLJocky (11/6/2014)
Any AD object (account or group) is truncated at 20 characters after the "\".
This is what i see on my Windows 2012 server running SQL Server 2014
What OS and...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 7, 2014 at 3:43 am
SQLJocky (11/6/2014)
.if you enter the entire login to the "Z" on the service account, it will fail.
Yes of course how silly of me, you make no reference to service accounts...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
November 6, 2014 at 10:00 pm
Viewing 15 posts - 2,776 through 2,790 (of 9,244 total)