Forum Replies Created

Viewing 15 posts - 17,176 through 17,190 (of 22,214 total)

  • RE: sql server profiler

    SAT_SQL (6/17/2009)


    HI

    This is regarding the Trace & DTA.

    Question:

    1)

    I am working in sql-2005,If i want to no that weather the Trace is running...

  • RE: Way to find out Table names used in 'inline queries'

    I think you've already hit the best option, use trace events to see what calls have come through. You can also query the system cache to see what's there, but...

  • RE: Monitor your website from sql server

    You might want to post this in Scripts area (look to the left, just below forums on the menu choices). It's more likely to be found by people looking for...

  • RE: ISQLW Replacement

    Yeah, I was going to suggest SQLCMD as well.

    Plus, why are you manually opening all kinds of windows in SSMS to do manual updates all day long? You should be...

  • RE: MSVS 2008(data dude)

    As far as documentation goes, use the stuff that comes with VSTS:DBE. It's pretty complete, especially on installs.

    You wouldn't need to uninstall Visual Studio to install the Team Edition. It...

  • RE: Why Object Databases will always be Tomorrow's Technology

    Excellently stated. I wish I had been able to come up with these exact arguments a year ago when one of our major projects started down the object database path....

  • RE: Foreign Key Issue

    A foreign key constraint can only be placed on a primary key or on a unique constraint. So, if the parent table has another column that you can place a...

  • RE: Are the posted questions getting worse?

    GSquared (6/15/2009)


    Grant Fritchey (6/15/2009)


    Crap, The Thread passed me this weekend and I didn't even notice. It's officially the 15th highest poster on SSC now.

    Not sure what you mean. I...

  • RE: General questions about upgrading from 2000 to 2008

    Our plans are to perform most of our upgrades as side-by-side upgrades, meaning we install a new server with SQL Server 2008 and then backup & restore the 2000 databases...

  • RE: Identity column skips a number on error

    No. It can't be changed.

    If you need perfectly synchronized incrementally increasing numbers, you should come up with a mechanism to create them. That's not the purpose of the Identity column....

  • RE: Comparing 2 tables in MS SQL 2005

    This is such a common problem. Rather than trying to roll your own queries every time you need to do this, pick up one of the third party tools that...

  • RE: Max DOP

    TRACEY (6/15/2009)


    Got the defaults here. Cost thershold for paralleisum 5 and max degree of paralleisum 0, max worker threads 0

    Processors 8 CPU

    processor affinity ...

  • RE: Are the posted questions getting worse?

    GilaMonster (6/15/2009)


    I honestly wouldn't bother, unless you want to use it for UG presentations. The chance of it changing from alternate to accepted is slim. I mean, how many presenters...

  • RE: Are the posted questions getting worse?

    Crap, The Thread passed me this weekend and I didn't even notice. It's officially the 15th highest poster on SSC now.

  • RE: Are the posted questions getting worse?

    GilaMonster (6/15/2009)


    When I got the invitation to submit a spotlight I just changed one of the existing ones from general to spotlight. Was easier than coming up with a new...

Viewing 15 posts - 17,176 through 17,190 (of 22,214 total)