Forum Replies Created

Viewing 15 posts - 151 through 165 (of 433 total)

  • RE: reinitialize subscription

    luckysql.kinda (1/24/2010)


    Can anyone tell me what are the instances when we need to reinitialize subscription?

    -Lucky

    Would like to know what type of replication you have ?

    According to BOL, Reinitializing a...

    "More Green More Oxygen !! Plant a tree today"

  • RE: How to Convert Varchar to datetime datatype

    Thank you all for helping me out. code is absolutly running fine.:-D

    "More Green More Oxygen !! Plant a tree today"

  • RE: Search String in a table column

    Piotr.Rodak (10/11/2009)


    Hi,

    Wouldn't LIKE work for you?

    select SubstriptionID from Subscription where Subs LIKE '%SNA: The comba Marketing%'

    Piotr

    This statement will return all the rows with the SNA value..

    I need to pass...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Connection Issue

    I have dissabled firewall, Checked the TCP/IP is listening on 1433, NAme pipes is enabled, SQL browser service is running

    Remote connection is enabled.

    what else to check ?

    "More Green More Oxygen !! Plant a tree today"

  • RE: TSQL Performanace consideration in DW

    No cube is defined.

    "More Green More Oxygen !! Plant a tree today"

  • RE: How to Recover Database without Backup

    I think when you drop a database all the physical files associated with that database get automatically deleted ( mdf & ldf). There might not be in pointers in the...

    "More Green More Oxygen !! Plant a tree today"

  • RE: How to Recover Database without Backup

    I think when you drop a database all the physical files associated with that database get automatically deleted ( mdf & ldf). There might not be in pointers in the...

    "More Green More Oxygen !! Plant a tree today"

  • RE: DB backup/restore process

    Too many replies

    "More Green More Oxygen !! Plant a tree today"

  • RE: Very Urgent - Some memory related issues in SQL Server

    This indicate a thread is locked out.

    You need to apply the hotfix for Windows Server 2003 SP1 that is described in Microsoft Knowledge Base 919341.

    Check the link http://support.microsoft.com/kb/922658

    Verify with...

    "More Green More Oxygen !! Plant a tree today"

  • RE: file growth of a database

    In 2005 there are some standard reports via SSMS. Right Click DB | Reports | Standard Reports.

    To get these report you need to install SQLServer2005_PerformanceDashboard.msi by running setup. This...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Capacity Planning SQL Server 2005

    You need to consider scaling up your processor, RAM, Netwrok Speed, Fast disk subsystem apart from DB load balancing. If number of users increase then start thinking for database load...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Error: 3023, Severity: 16, State: 2

    This means some other backup or job running which is using the same file.

    Following are the few things which are not supposed to be running while the database backup is...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Log filled due to Index rebuild but never happened before;

    When an index is rebuilt the new index is written to the data file, and the space for the old index is de-allocated. But the process of writing the new...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Autogrowth - Unrestricted

    It might eat up all of disk space available. While considering this option you should analyze your database growth which depends on numerous factors. Which mainly depens on the capacity...

    "More Green More Oxygen !! Plant a tree today"

  • RE: Query Performance issue

    What is SQL Server 2005 version? Is it with SP2 and latest update if not plesae go ahead and apply.

    >> You can compare both the execution plan and find...

    "More Green More Oxygen !! Plant a tree today"

Viewing 15 posts - 151 through 165 (of 433 total)