Forum Replies Created

Viewing 15 posts - 13,966 through 13,980 (of 22,211 total)

  • RE: Election Day

    I agree. Every US citizen should go and vote.

    And everyone should go and vote.

    And then go and vote again[/url].

    Specifically, support our local Gila[/url] Monster[/url] or PowerShell FTW[/url].

  • RE: Election Day

    Nelson Williams-487553 (11/2/2010)


    I find that irresponsible. Here we are on the government created Internet engaging in the free exchange of ideas and you don't want to take part.

    I think...

  • RE: Predicting backup size of the database

    Ninja's_RGR'us (11/2/2010)


    Grant Fritchey (11/2/2010)


    Yep, what he said. Generally the size of the data stored will define, in pretty close approximation, the size of the database. You can get the size...

  • RE: Predicting backup size of the database

    Yep, what he said. Generally the size of the data stored will define, in pretty close approximation, the size of the database. You can get the size a number of...

  • RE: Crazy Index Issue

    I'd have to see the execution plans for both queries before I could hazard a guess. It might be that adding the index caused the query to recompile. It might...

  • RE: Why/how/when Full Clustered Index Scan is preferred over Full Table Scan

    vgv8 (11/1/2010)


    The last bolded part seems to me in contradiction with "it’s a table scan in all but name".

    From this citation I can understand that Full CL-IX (Clustered Index)...

  • RE: Are the posted questions getting worse?

    GilaMonster (10/31/2010)


    Just noticed that I missed spotting a milestone. Better (a little) late than never

    Congrats. You worked hard for that.

  • RE: use log file

    GilaMonster (10/30/2010)


    Grant Fritchey (10/30/2010)


    The default trace does not store data manipulation calls. In order to track those you'll have to create your own server side trace.

    Or put triggers on the...

  • RE: use log file

    The default trace does not store data manipulation calls. In order to track those you'll have to create your own server side trace.

  • RE: restrict log file size -sql server 2005

    The more important question to ask is, why is your log growing? Do you have a database in Full Recovery mode, but you're not running backups? Do you have log...

  • RE: extended stored procedure

    This is the Microsoft documentation. What are you looking for?

  • RE: Update Statistics is Part of a Restore

    Since the statistics are stored with the database (except in the case of an upgrade, as was mentioned), they will be moved with that database. This means, if the statistics...

  • RE: Help with a locking process involving extended stored procedures

    Then you'd probably be better off doing the integration some other way, call both databases from the app instead of one database from the other database, something along those lines.

  • RE: I am having problem in 2008 (RTM)

    GSquared (10/29/2010)


    Am I correct that this table does not have a clustered index nor a primary key?

    That seems to be what you're describing.

    If so, that's probably a major part of...

  • RE: I am having problem in 2008 (RTM)

    parthi-1705 (10/29/2010)


    Grant Fritchey (10/29/2010)


    You're really naming all your columns, Col1, col2... Troubleshooting and developing against that should be a lot of fun.

    The Column name i have kept on my server...

Viewing 15 posts - 13,966 through 13,980 (of 22,211 total)