Viewing 15 posts - 151 through 165 (of 2,612 total)
Chris Morris (1/14/2009)
Jeff Moden (1/13/2009)
Steve Jones - Editor (1/13/2009)
And here I was thinking pork chops were pork chops, not developers' heads.
Oooohhhh.... I might be in trouble... I've got buckets full...
January 14, 2009 at 5:54 am
The new tool set is better. Upgrading the project and re-deploying and processing will give you an opportunity to look carefully at the cubes and make any necessary adjustments....
January 14, 2009 at 4:45 am
I wouldn't necessarily reduce the batch size, but reducing the commit size may be helpful.
It is the length of the transaction that becomes a problem. If all of your...
January 14, 2009 at 4:41 am
Your proposed solution will have some "blocking" of sorts. First, the update at the end of the token status will still have to take some locks during the update....
January 13, 2009 at 12:59 pm
GSquared (1/13/2009)
Michael Earl (1/13/2009)
[font="Comic Sans MS"]Multi datasets is one of the powerful tools in Reporting Services. The answer is in knowing the product, not...
January 13, 2009 at 12:27 pm
A VPN tunnel would suggest you can enable traffic on any port you wish without additional encryption.
So, assuming you have enough bandwidth, you can treat the servers as if they...
January 13, 2009 at 12:24 pm
I particularly like his comment:
[font="Comic Sans MS"]Multi datasets is one of the powerful tools in Reporting Services. The answer is in knowing the product, not 'don't do that'.[/font]
If...
January 13, 2009 at 12:19 pm
As far as the join style - Jeff, you are crazy. The JOIN keyword is much more readable. Ok, you are not crazy, it is all opinion. ...
January 13, 2009 at 11:32 am
You can upgrade that way if you want to.
I would recommend using BIDS 2008 to upgrade your project, deploying to the 2008 server and doing a full proces of all...
January 13, 2009 at 7:07 am
Unless you need to have schema or procedures different based on the inspection company, I would put everything in a single database.
First, every time you get a new inspection company,...
January 12, 2009 at 7:35 am
You can use expressions to set the command for this data source to the value of your variable.
January 12, 2009 at 6:13 am
happycat - you would need to move your additional criteria into the join.
[font="Courier New"]SELECT
SO.Name
,...
January 12, 2009 at 4:15 am
For a quick solution, you can check the row count of the indexes on the tables rather than counting the actual rows.
[font="Courier New"]SELECT
SO.Name
, SI.RowCnt
FROM
SysObjects SO
LEFT JOIN SysIndexes SI ON SO.ID...
January 11, 2009 at 4:42 pm
I agree with the 2008 suggestion. Don't upgrade to 2005. 2008 is exactly the same process and the compatibility is virtually the same.
As far as a database name...
January 11, 2009 at 4:35 pm
A primary key on a combination of all of the foreign keys in the table is probably inappropriate. Since it may be necessary for you to add reversal records...
January 11, 2009 at 4:30 pm
Viewing 15 posts - 151 through 165 (of 2,612 total)