Viewing 15 posts - 4,186 through 4,200 (of 6,486 total)
Timothy Ford (3/13/2008)
March 13, 2008 at 9:19 am
Careful when downloading from Codeplex. There's something confusing there: you click on the link to go get the 2005 version (from MS' site)...and it takes you to the 2008...
March 13, 2008 at 9:15 am
Jeff Moden (3/13/2008)
Matt Miller (3/13/2008)
the process requiring that space would have aborted.That would also make it easier to find... dummy that did it would scream out loud 😀
And yet another...
March 13, 2008 at 9:06 am
I suspect you haven't tested this with concurrent users/sessions... The "first" session will do great - and the other sessions will fall apart because the "first" view is there. ...
March 13, 2008 at 8:57 am
Why the function? If that ETL ID is indexed - then:
...WHERE ID<'X'....
Should give you what you want, but would probably leverage an index (assuming it's selective enough or it's...
March 13, 2008 at 8:53 am
Jeff Moden (3/13/2008)
March 13, 2008 at 8:06 am
What I was trying to convey was - SSRS doesn't know and doesn't "care" what version of Excel you (as the reporting client) has. Since it's running in IE,...
March 13, 2008 at 7:46 am
I'm thinking you'd get MUCH better answers on how to do something in DB2 on a DB2 forum. I know I only have the foggiest of what Db2 code...
March 13, 2008 at 7:35 am
Since tempdb is used for temporary objects - that means at some point since you restarted the server - you had one or more objects active that made the tempDB...
March 13, 2008 at 7:29 am
There's something strange there. The one with the sub-query is being picked up by the optimizer as the lower cost. That stinks something strange.
Are the statistics anywhere near...
March 13, 2008 at 7:20 am
I vaguely remember one of the flame wars on Nulls going to some ludicrous amount of posts. Not sure this is the record - but it might be the...
March 13, 2008 at 7:04 am
QA is not one of the applications it's talking about. Query analyzer is already built, etc...Even if you preloaded the script needed to activate the app role, your users...
March 13, 2008 at 6:59 am
- The controls have a property called DataKeyNames. It need to be set to the name of the column which is the primary key in the table you're updating.
...
March 13, 2008 at 6:50 am
Jeff Moden (3/10/2008)
March 12, 2008 at 11:19 pm
You should double-check the nullability of the parameters used in the ASP:SQLDataSource object. The default behavior is to abort the action if any of them are null (meaning -...
March 12, 2008 at 11:08 pm
Viewing 15 posts - 4,186 through 4,200 (of 6,486 total)