Forum Replies Created

Viewing 15 posts - 5,731 through 5,745 (of 5,841 total)

  • RE: Passing a Table to A Stored Procedure

    Clifton, you hit heavily on my concerns (and experience) with XML in general and XML-SQLServer in particular.  I advise ALL of my clients to REALLY, REALLY try to avoid XML...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Instances: Yes or No?

    I can add one other reason to those mentioned (audit, isolation, hardware and software licensing costs).  With instances, you can tie each to specific processors thus limiting how much processing...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Transaction log not clearing out

    Truncate Only log backup will not affect the virtual log "devices" inside the file and thus a shrink is not guaranteed to get you much if any space back afterwards. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Passing a Table to A Stored Procedure

    Has anyone tested to see if doing the XML thing is more or less costly than using a temporary table?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Transaction Repliation Improve the performance

    You gave NO useful information to help us solve your performance problem.  How much data?  Hardware situation? Where is distributor?  Network configuration/speed?  How much stuff is being replicated?  etc, etc.

    As...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 100 million rows

    I agree with Jeff.  100M rows really isn't that much.  I have a client that uses a set of quarterly state tables to track keys representing the state of every...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Transaction log not clearing out

    If your database is single file, and you can take it off-line for a few minutes, the single fastest way to get rid of a huge log file is to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Need to replication a table with 380 columns

    If you have some flexibility you could split the table into two, each with < 255 columns of your choosing from the original table.  Link them via a small key...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: INsert 0 instead of NULL

    I personally DESPISE having NULLs in a database, and try to always design them out if possible!   Sometimes you just gotta have them...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2000 on VMware - Advantages/Disadvantages

    I have a client that is running 2 VMs on VMWare ESX server each with sql server and it is an absolute dog.  To be fair the machine doesn't have...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL performance problem

    Mohamed we really need significantly more information to help you here.  Table definition(s), indexes, constraints, sample data, rowcount.  I will state without that though that if you desire to check...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: INsert 0 instead of NULL

    Hate to say it Catherine but that is probably a really bad suggestion.  Removing the ability to accept NULL as a value can DRASTICALLY affect the logic of the data...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Physical Memory increasing on repeateadly inserts, reindex

    The shutdown was recommended prior to defragging your hard drive.  This is not required, but I have seen that most clients I have never change the default database settings and...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Msg 7391 Unable to begin a distributed transaction

    Hmm.  Need to start reaching here.

    Try enabling TIP.  Reboot and test.

    How did you validate no firewall problem?

    Try specifying an alias for the linked server with specific TCP/IP address and set...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Msg 7391 Unable to begin a distributed transaction

    You did not mention the Transaction Manager Communication options.  Make sure all three options are turned on in that section of the dialog.  Did you check there registry settings mentioned in...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 5,731 through 5,745 (of 5,841 total)