Viewing 15 posts - 5,221 through 5,235 (of 9,253 total)
granny (8/9/2012)
Thanks for the information Perry!That's what I needed to know.
You're welcome.
granny (8/9/2012)
I was a little confused because of the setup differences between server 2003 & 2008
Whilst they...
August 9, 2012 at 10:03 am
In that case a third node is possible
August 9, 2012 at 12:04 am
No, check with your admin, you likely have a dedicated firewall device securing the LAN from the DMZ
August 8, 2012 at 4:06 pm
sqlfriends (8/8/2012)
I don't see anything done from SQL server end.
you won't
sqlfriends (8/8/2012)
I wonder if it is a good approach, as I don't know about windows firewall.
nothing to do with...
August 8, 2012 at 3:28 pm
the script would do it if it was integrated properly with the T-SQL commands to modify the file locations and offline\online the database. It just requires a little development and...
August 8, 2012 at 10:29 am
I'm assuming this is a new share you have created for the backups is it?
\\IPaddress\share
The backup will run under the sql server agent, is this service using a pass through...
August 8, 2012 at 6:19 am
didi77 (8/7/2012)
Why did it lost the sequence when I made a manualy backup log?
Because the log backup went to a location outside of the log shipping backup folder??
Can you...
August 8, 2012 at 3:39 am
Firstly, are these questions related to firewall configuration for a SQL server instance?
alanspeckman (8/7/2012)
August 8, 2012 at 12:17 am
soccer (8/7/2012)
August 8, 2012 at 12:02 am
Cough cough!!
Perry Whittle (8/7/2012)
Execute the modify statements first, take the db offline and then copy the files to the new location(s).Once the db is online remove the old files.
August 7, 2012 at 11:55 pm
Angelindiego (8/7/2012)
ALTER DATABASE MyDB SET OFFLINE;
GO
-- Physically move the file to a new location.
-- In...
August 7, 2012 at 3:21 pm
@robert sure, no problem
@Hernan shared storage is never good for performance, using multiple logical drives you'll get logical separation but that's as far as it goes
August 7, 2012 at 3:16 pm
Sqlism (8/7/2012)
why there are two ports 1433 and 1434 for SQL Server.
whts the purpose of two?
how are they different?
I came to know 1433 is for TCP\IP
1434 for UDP what...
August 7, 2012 at 3:01 pm
Robert Davis (8/7/2012)
Perry Whittle (8/7/2012)
Hernán Rojas (8/6/2012)
August 7, 2012 at 2:47 pm
sqlfriends (8/7/2012)
Thanks, I see it has a tcp/ip port of 1433.But how can I know this port is opened through firewall?
get your firerwall admin to check the rules 😉
August 7, 2012 at 2:37 pm
Viewing 15 posts - 5,221 through 5,235 (of 9,253 total)