Forum Replies Created

Viewing 15 posts - 5,221 through 5,235 (of 9,244 total)

  • RE: Backup and save a copy on a server on a different domain

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: sql 2005 and logshipping

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: SQL Browser service needed for non-standard static port?

    Firstly, are these questions related to firewall configuration for a SQL server instance?

    alanspeckman (8/7/2012)


    If I am using dynamic port settings on my sql server instance, I need the sql browser...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Adding a new Node on the existing SQL Server two nodes cluster.

    soccer (8/7/2012)


    I currently have a two nodes SQL Server cluster. Both nodes have identical hardware (dell R900 servers). I want to add a third node on the existing cluster, is...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Physically moving mdf/ldf files to different drive

    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.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Physically moving mdf/ldf files to different drive

    Angelindiego (8/7/2012)


    Below is the code I am using to move files from C: drive to F: drive:

    ALTER DATABASE MyDB SET OFFLINE;

    GO

    -- Physically move the file to a new location.

    -- In...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Tempdb log file location and Filegroup optimizations

    @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

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Port numbers 1433 and 1434

    Sqlism (8/7/2012)


    Hi DBA's

    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...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Tempdb log file location and Filegroup optimizations

    Robert Davis (8/7/2012)


    Perry Whittle (8/7/2012)


    HernΓ‘n Rojas (8/6/2012)


    The tempdb can only have 1 filegroup so no you can't put 8 files into 2 different filegroups. The recommendation now is files equal...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Open port?

    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 πŸ˜‰

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Multiple Instances in one 2012 SQL Cluster

    granny (8/7/2012)


    Thank you for the post, and that link does give me some good information. But, I'm still looking for how multiple instances are configured in a single SQL...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Tempdb log file location and Filegroup optimizations

    did you understand this?

    HernΓ‘n Rojas (8/6/2012)


    should I have the primary filegroup with 8 datafiles or could be better to have two filegroups with 4 files each??

    Perry Whittle (8/7/2012)


    The tempdb can...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Tempdb log file location and Filegroup optimizations

    HernΓ‘n Rojas (8/7/2012)


    Mmm ok. Well, what I have in my SAN solution is a "Virtual disk" composed by a set of disk (about 10 disk I think) in RAID 5...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Log Shipping errors

    n00bDBA (8/7/2012)


    Hi,

    Trying to work with log shipping. Primary server is backup log files but the secondary isn't copying them to the secondary server. The failed job in secondary (LSCopy..)...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

  • RE: Open port?

    For SQL Server 2000 you need to use the client network utility to check the port number. You could also use the netstat command to identify which port the SQL...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" πŸ˜‰

Viewing 15 posts - 5,221 through 5,235 (of 9,244 total)