Viewing 15 posts - 1 through 15 (of 253 total)
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...
August 14, 2009 at 7:43 pm
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...
March 30, 2009 at 6:04 pm
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...
February 22, 2009 at 9:54 am
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
November 5, 2008 at 8:45 pm
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....
October 28, 2008 at 8:36 am
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...
October 28, 2008 at 8:09 am
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...
September 29, 2008 at 1:34 pm
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...
June 3, 2008 at 3:24 pm
I think you got it wrong. Isn't the right question "Which version of Windows Vista is compatible with SQL 2005?"
Philip
April 2, 2008 at 9:10 pm
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...
February 6, 2008 at 9:23 pm
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...
January 25, 2008 at 4:04 pm
I wish I were in Hawaii -- here in Chicago, temps are in the single digits, and negative with wind chill.
Philip
January 25, 2008 at 2:29 pm
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...
January 24, 2008 at 9:21 pm
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...
January 23, 2008 at 3:34 pm
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...
January 16, 2008 at 9:28 am
Viewing 15 posts - 1 through 15 (of 253 total)