Viewing 15 posts - 91 through 105 (of 183 total)
Thank you for the response, and sorry for the delay in replying to this.
The problem is that there are 4 files my ETL gathers from an access database. For...
April 4, 2011 at 12:18 pm
Wasn't in the temp folder, but realizing I could see the queries from it I ran recently I just used the most recent expensive queries from the activity monitor and...
February 11, 2011 at 5:40 pm
Yes sorry in SSMS a query window was closed.
February 11, 2011 at 5:33 pm
Good article though the Except part at the beginning seems superfluous and unnecessary. If you wanted to compare data sets to see variation then I don't know why an Except...
September 27, 2010 at 11:44 am
Yes that is correct. And for some strange reason it just started working! I am not sure exactly what I did to get it to run other than I put...
September 2, 2010 at 3:57 pm
It does and doesn't. If you can not restore only part of a database via file group...then what exactly is the functionality of making filegroup backups and restores?
August 18, 2010 at 1:29 pm
Thank you for your response!
This does help me in the right direction however, while I do have a physical date dimension built that contains all our fiscal calendar and...
August 18, 2010 at 10:53 am
Yes and no. Yes SSIS executes the package, but the package is a stored procedure on the database which executes the Insert statement.
August 18, 2010 at 10:49 am
ALZDBA,
Thank you for the resources! However, I discovered the problem. It turns out that the column I am partitioning on can not accept a column that allows nullable values...
July 23, 2010 at 3:37 pm
This is very strange,
So to prove it's not the tables themselves, I have utilized zprt.order_2 and zprt.order_3 with the original data to switch them over (as if they were...
July 22, 2010 at 10:58 pm
Yes I do that with the tempdb and logs already :-D.
I was just curious if there was any sort of intuitive file/filegroup structure one should follow if designing a complex...
May 12, 2010 at 12:56 pm
How would you handle best practices as far as database file structure if you merged databases to one and used multiple Schemas? For instance if I put 2 databases together...
May 12, 2010 at 12:33 pm
As everyone has mentioned before, that is something you will have to feel out for yourself but I can give a little insight from my own personal experience.
As...
April 29, 2010 at 5:23 pm
A #temp table. Typcially containing 50k rows and 5 columns.
April 9, 2010 at 10:26 am
That makes sense, the latter sound like a lock occuring that .01% of the time.
I figured out the solution. The database in question has forced parameterization, I decided to...
April 8, 2010 at 12:50 pm
Viewing 15 posts - 91 through 105 (of 183 total)