Viewing 15 posts - 1,681 through 1,695 (of 4,272 total)
Good catch Craig..
So basically it is ALL manual using Windows Scheduler and something like BCP to copy the data. That is painful..
CEWII
January 25, 2011 at 2:54 pm
Mark F-428640 (1/25/2011)
January 25, 2011 at 12:04 pm
Well those are some pretty messy requirements.. Ok... Keep in mind supporting express also limits database size so we will have to keep that in mind too.. ...
January 25, 2011 at 11:54 am
duncfair (1/25/2011)
1.) We are using a 3rd party tool.
2.) This is beyond just adding indexes(indices); I think I need to create a separate reporting database with some denormalization and...
January 25, 2011 at 10:42 am
Four points..
1. You are losing decimals to the left of the point, I would only do this IF I had verified MYSELF that there is NO data that will...
January 25, 2011 at 10:24 am
Well, that sounds like performance tuning your report queries. The simplest means are only return the fields and rows you need to generate the report and tune the query...
January 25, 2011 at 10:13 am
I would think you could narrow it down without a lot of trouble with just a little sleuthing..
Does it happen overnight or just during the day?
Are...
January 25, 2011 at 10:06 am
I'm not sure why you need to develop it ON that server to begin with. You can develop it from anywhere. And as GSquared pointed out, connections are...
January 25, 2011 at 9:26 am
I have seen this problem many times in SSIS and .Net, it really comes down to the provider not being able to pick out where to replace the parameters in...
January 25, 2011 at 8:38 am
For the code I have posted here I hope that it is reused to make a system better and I do pray that it is more than a cut/paste job...
January 25, 2011 at 8:26 am
Not to sound trite but the error message says that the user is unknown, its right there in the message.. This often means that the login failed. Since...
January 25, 2011 at 8:16 am
Scott,
I don't have a solid answer for your question, I would say that it probably is 2TB per.
However the number of installations that even remotely approach that size...
January 24, 2011 at 10:34 am
Why don't you explain what part of it didn't work. The "it didn't work" response doesn't really help us help you..
CEWII
January 24, 2011 at 8:50 am
I wanted to clarify something, in MS SQL Server there is NEVER more than one tempdb. Now, based on your question it appears you are talking about number of...
January 24, 2011 at 8:23 am
Viewing 15 posts - 1,681 through 1,695 (of 4,272 total)