Forum Replies Created

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

  • RE: Data Growth

    One reason why a 40% increase in data growth translates into only a 5% increase in IT budget is that our hardware and database server platforms are designed to handle...

  • RE: Attracting Talent

    One thing that will attract talent to a company is when they publish technology solution case studies in trade publications or on their website. There have been occasions where I...

  • RE: Attracting Talent

    jfogel (3/20/2012)


    Resume reads:

    "I am a master of Sequel Server"

    Yeah uh okay.

    Well, if he doesn't even know what the technology is called, then even Google and MSDN won't help him. I...

  • RE: How to find out what is actually in use

    drew.georgopulos (3/18/2012)


    During a discussion about virtualizing servers, I suggested we migrate just data that we knew for sure was in use. The idea instigated a riot among the developers...

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

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