Forum Replies Created

Viewing 10 posts - 46 through 56 (of 56 total)

  • RE: SQL Logging

    ghanshyam.kundu (10/5/2011)


    hi folks,

    can anybody tell me about sql logging and how can i retrieved the deleted data from that.

    You need to elaborate on your requirements. Do you mean point in...

  • RE: Heap Table

    A table is a heap when data is unorganized. When you create a clustered index, it organizes the data based on a key (or keys). Non-clustered indexes are created outside...

  • RE: Best approach

    We have mirroring with Clusters for some of our databases and it works fine.

    may be you can have active/active cluster on both sites. One node will be for production...

  • RE: Windows Authentication question

    If the package is scheduled to run through SQL Agent, then this will be executed under the security context of the service account used for SQL Agent.

  • RE: SQL Server Monitoring Tool

    this this link

    http://msdn.microsoft.com/en-us/library/ms175941.aspx

    What i wanted to say that you could create a DDL trigger so that whenever a user performs any structure/schema change, you can either prevent it or...

  • RE: SQL server 2K8 - Cluster Configuration (active/active)

    Active/Active cluster is no different from active/passive.

    It's just that in Active/active, one instance (say instance 1) runs on one node(say node a) and the other one (say instance 2) runs...

  • RE: SQL Server Monitoring Tool

    waseem.shahzad 45937 (10/2/2011)


    Hi Guys!

    We are working in .Net and database in SQL Server. I want to...

  • RE: Parallel Processing in SQL ?

    There has to be a mechanism to initiate both transactions at the same time. May be via a scheduled job. Even then no one can guarantee that both transactions will...

  • RE: where to put the log files and tempdb when no dedicated disks

    you dont seem to have much options. Generally it's not the best ides to put database files on the drive used by OS. But in this scenario, you may keep...

  • RE: Parallel Processing in SQL ?

    May be you can elaborate more on your requirements?

    the simplest way is to execute queries in multiple query windows.

Viewing 10 posts - 46 through 56 (of 56 total)