Forum Replies Created

Viewing 15 posts - 4,831 through 4,845 (of 7,164 total)

  • RE: Index Rebuild Maintenance Plan

    From Guidelines for Performing Online Index Operations:

    - Clustered indexes must be created, rebuilt, or dropped offline when the underlying table contains large object (LOB) data types: image, ntext, text, varchar(max),...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: quotes and update statement

    Sorry, most of my Classic ASP skills fell off the queue a long time ago...in your example, is this:

    replace(string, "'","''")

    referencing an ASP function you're calling...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Disable COM Components

    kennethigiri (3/22/2012)


    Hi All. I keep seeing the following line in all Security Best Practices documnets:

    •Disable COM components once all COM components have been converted to SQL CLR.

    How can I disable...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Appalling performance of CLR SqlBulkCopy

    Thanks, Tom. Granted, I have little to none of the nitty-gritty details but from what you have told us it sounds like it could have been done using T-SQL. I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Help With AWE Configuration

    It's an interesting comment...scientifically prove. I take it as a given that if all data accessed does not fit in RAM allocated to uour buffer pool then expanding the size...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: XML DATA STORE IN SQL SERVER 2005 IN A ROWSET

    samareshmaity (3/22/2012)


    Dear Friend,

    My another Question, can i partition a table in sql server 2005...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Getting my Server details from Registry

    SQLRNNR is pointing out a non-standard scenario where you may have an SQL Native Client alias setup, or have a Registered Server setup with a name other than your instance...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Getting my Server details from Registry

    MEDESKTOP\GARY is what is known as your "instance name". The fact that your username is also Gary is only a coincidence. Instance names are chosen when installing SQL Server.

    On my...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Flatfile generation on app server

    This is very general, is it safe to assume you are just starting out using SSIS? This series is great, and has been helpful Stairway to Integration Services[/url]

    NewBeeSQL (3/22/2012)


    My requirement...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Generate insert statement from table

    The SSMS Tools Pack has a built-in feature to help you generate INSERT statements from a table, or even from a specific query...very handy.

    SSMS Tools Pack > Generate Insert statements...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bill of Materials Problem in SQL Server 2008

    gravy1nt (3/14/2012)


    First post so sorry for the Noob questions!

    I am experimenting with solving a bill of materials (recursion) problem in SQL Server 2008.

    Technical issues:

    1. Within Visual Studio, how do I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: T SQL joins to ansi sql joins conversion

    That's precisely the point! It is imperative that parallel testing be done. The SSMS Query Designer is a shortcut to gain a starting point without rewriting all syntax by hand....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Appalling performance of CLR SqlBulkCopy

    Nice tips, thanks for posting back!

    Just curious, can you describe (without disclosing anything confidential of course) the "complex processing" you are doing in your CLR object that made you decide...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: T SQL joins to ansi sql joins conversion

    FairlySimple (3/22/2012)


    opc.three (3/15/2012)


    Here's a little cheat for you using the Query Designer in SSMS 2008R2.

    1. Restore a copy of your database into a DEV environment.

    2. Change the database to 80...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: 3 tables and TRUNCATE Vs 1 Table and DELETE

    aaron.reese (3/22/2012)


    Great idea!

    One other issue would be that the index names would not correlate to the table. SQL doesn't care but a hint optimiser might 😛

    You can rename your...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 4,831 through 4,845 (of 7,164 total)