Forum Replies Created

Viewing 15 posts - 5,206 through 5,220 (of 6,022 total)

  • RE: Architecture of Data storing into the disk

    pamarnath.basis (3/17/2012)


    Hi Experts,

    Can anyone explain how the data is stored into the disk with detail information.

    Here you'll find all the SQL Server storage internals information you can handle and then...

  • RE: how to check stored proc execution status

    I typically code stored procedures using an output parameter that is also a return code. When the procedure executes to completion, the @status variable will have a return value of...

  • RE: Stress Test Tool

    There are tools downloadable from Microsoft to stress the I/O and consume memory in a general way.

    Also, using SQL Profiler, you can capture T-SQL events on one server, and...

  • RE: Script to list all logins and permissions

    Here is another script to compliment the scripting of logins and permissions; it will tell you what domain accounts have sysadmin access.

    Query accounts, domain groups, and members who have admin...

  • RE: Login failedfor user

    Here is one reference to login error 80040e4d:

    The DSN used to connect to the Commerce database is misconfigured to use Windows NT security instead of SQL Server standard security.

    http://support.microsoft.com/kb/222828

  • RE: Start Learning DataWareHousing

    azhar.iqbal499 (11/10/2011)


    My boss has given me task of "Create DataWareHouse". Please suggest me basic level tutorials to start with.

    What are the requirements to create DataWareHousing in SQL SERVER 2008R2.

    Thanks

    Azhar Iqbal

    For...

  • RE: The Consistency Debate

    Steve Jones - SSC Editor (3/13/2012)


    ...

    Another one. If I have remote ATMs and I upload balances to it every night. Someone comes to withdraw $40 from it. Do I need...

  • RE: Linked serve limitation

    It fails in what way; what is the error?

    If multiple processes are simultaneuously selecting and deleting a large number of rows from the same table, there could be blocking...

  • RE: Cross Database Queries

    Anam Verma (3/5/2012)


    Please advice what can i use to trace cross database queries.

    What i mean is, say a login XYZ can access multiple databases. If XYZ connects to database...

  • RE: The Consistency Debate

    In the case of Google and other search engine companies, I don't think they're talking about transactional consistency but rather allowing for some marginal degree of inconsistency across distributed data...

  • RE: WHERE clause

    ron.grace (3/8/2012)


    I have a form that returns order details based on the input received in 4 parameters

    using the following WHERE clause

    WHERE HOrder.Acno = @Acno and

    SUBSTRING(HDespatch.ArcOrdno,1,4) = @Unit and

    SUBSTRING(HDespatch.ArcOrdno,5,8) >= @FromDate...

  • RE: SQL server Architecture

    Here is another MSDN tool that provides a visual guide to drilling down on the SQL Server technology stack.

    Use these technical reference guides after you have made the conceptual architectural...

  • RE: Old, but stable

    Old.. stable.. reliable.. and too expensive to replace.. that sounds like a description for most of us SQL Server developers and DBAs who have worked with versions 6.5 - 2008....

  • RE: Old, but stable

    About four years ago, I was involved in a project to migrate several SQL Server 2000 databases to 2005. One of the 2000 servers hosted a database containing transactional records...

  • RE: Data Gravity

    Steve Jones - SSC Editor (3/7/2012)


    Eric M Russell (3/7/2012)


    I don't think a US corporation can avoid SOX or HIPAA regulations simply by locating their applications and/or data offshore.

    Hope not, but...

Viewing 15 posts - 5,206 through 5,220 (of 6,022 total)