Forum Replies Created

Viewing 15 posts - 10,081 through 10,095 (of 22,213 total)

  • RE: Are the posted questions getting worse?

    Welcome to the Thread! And SQL Server Central.

    By and large, we try to keep this place as a water cooler, a place to discuss things other than technology, although technical...

  • RE: Worktables & Hash Tables

    Well what's the major issue. You're asking about very low level behavior. It's not immediately applicable to most tuning situations. I mean, there is a specific area called workspace memory...

  • RE: procedure inssert records problem

    Great catch Lynn. Good point. But, once again, back to clarity.

  • RE: Worktables & Hash Tables

    Get a copy of SQL Server 2008 Internals by Kalen Delaney. Then read it 100 times. You'll still be confused (as I am) but less so.

  • RE: procedure inssert records problem

    The second example you're passing a string to an integer value. You can't do that. 2 does not equal 'rsv'.

    On a side note, naming variables @1, @2 or @a,...

  • RE: backup activity

    george sibbald (1/31/2013)


    Grant Fritchey (1/31/2013)


    Or, look to a third party tool like Red SQL Data Compare & SQL Compare. But you can't use the backup process to only move pieces...

  • RE: Worktables & Hash Tables

    SQLSACT (1/31/2013)


    Thanks

    Basically correct. Although, it really only matters to the internals engine. For your purposes, both are dealt with the same way. According the to the Internals book, a...

  • RE: Structure of SQL Server

    Ah, well then, you need to have the business requirements that the database is supposed to meet in order to evaluate if it's going to meet them. Then you need...

  • RE: Journey of DBA to a cloud computing expert

    I don't know any training institutes in Bangalore, but what about just signing up to Azure and start doing it. You can get a sample account for free. As long...

  • RE: How to find the tables to join ?

    If you really don't know the structure, then you need to hope that all the tables have foreign keys. You can look at the dependencies of one of the tables,...

  • RE: Need replacement proc for nightly ReIndexes

    I also like Michele Ufford's scripts[/url].

  • RE: How to find the amount of memeory SQL Server is consuming

    If you mean how much it's using at the OS level, fair warning, that graph is likely to be very flat. SQL Server grabs as much memory as it can...

  • RE: Choosing the 'best' drive

    By and large it's about IOPS and contention. How many operations per second can your disk do and how much is it doing. When you think about the operating system...

  • RE: Worktables & Hash Tables

    Basically correct. Although, it really only matters to the internals engine. For your purposes, both are dealt with the same way. According the to the Internals book, a hash table...

  • RE: RedGate Data Compare Multiple DB's

    You can use the command line utility with SQL Data Compare to programmatically have it do that type of work for you. Here's the documentation on how that works. You...

Viewing 15 posts - 10,081 through 10,095 (of 22,213 total)