Forum Replies Created

Viewing 15 posts - 1 through 15 (of 253 total)

  • RE: Choosing a FillFactor

    These days I work with a data warehouse solution, based on partitioned tables. We set it at 100%, reindex the fresh partition at the end of each ETL run, and...

  • RE: DB Maint Plan cannot generate backup

    Adam,

    That was one job, four years, and a SQL Server version ago, and I really don't recall the details. It sounds like you're working with SQL 205, and I am...

  • RE: Instrumenting Code

    Where I currently work, we have a lot of dynamic code generated and run from within stored procedures (for good reasons, but don't ask--you really don't want to feel my...

  • RE: File group Partitions

    Can you post a CREATE TABLE script for the table that you are working with? It'd be easier to show examples with something you are familiar with.

    Philip

  • RE: Partitioning

    Table partitions (in SQL Server 2005 Enterprise edition) only support "static" partition boundaries -- that is, the value that the partitions are based on can't change once they're set up....

  • RE: File group Partitions

    Assuming one table with five partitions (data for one year in each partition), with the data of each partition stored in its own file group, and assuming you've just received...

  • RE: Having problems bulk inserting into a view

    Turns out this was due to a table partitioning-related bug that crops up somewhere/how when a new partition is added to a table. As per PSS, this bug was fixed...

  • RE: Could not find stored procedure 'XP_MSVER'

    I ran it on my box sight-unseen, no problems. I was in the master database, and from an SSMS query window just ran

    xp_msver

    without EXECUTE, sys., or...

  • RE: SQL Server 2005, Windows Vista and Office 2007 Compatibility

    I think you got it wrong. Isn't the right question "Which version of Windows Vista is compatible with SQL 2005?"

    Philip

  • RE: Stupid Interviewer Tricks

    If during an interview I were asked a question, gave an answer that I knew to be 100% correct, and was told I was wrong, well... during a job interview...

  • RE: Executing a SSIS package from a Stored Procedure

    As Michael said, msdb..sp_start_job will start the job asynchronously. Getting your code to wait for the job to finish and check the return/exit status is very non-trivial, and possibly not...

  • RE: SQLProfiler : Deadlock Graph doesn't dispaly SQL stmt

    I wish I were in Hawaii -- here in Chicago, temps are in the single digits, and negative with wind chill.

    Philip

  • RE: SQLProfiler : Deadlock Graph doesn't dispaly SQL stmt

    I believe it's a setting in a config file, for jTDS or Hibernate, or possibly a setting within Hibernate for a set or class of connections--definitely it was ON for...

  • RE: SQLProfiler : Deadlock Graph doesn't dispaly SQL stmt

    I used SQL Profiler a few months back to pull out Deadlock information. While I'm not entirely sure what your current issues are, I'm hoping that some of this will...

  • RE: Desperate Help needed

    Some thoughts after reading all the above:

    If I'm reading it right, the passwords are stored within a table in a user-defined database in encrypted form, right? Is the encryption...

Viewing 15 posts - 1 through 15 (of 253 total)