Viewing 15 posts - 541 through 555 (of 615 total)
Thanks Grant I'll check those whitepapers ( Grant is somewhat rare, but it's my son's name also ) It does appear that qualifying the ownership...
February 21, 2008 at 7:27 am
If you want to ensure your performance (let alone your access), you need to specifiy the owner of objects within the database.
I'll have to dig for solid evidence on...
February 21, 2008 at 6:09 am
colin Leversuch-Roberts (2/21/2008)
February 21, 2008 at 6:06 am
"no tables qualified by dbo. you're inviting a system-overhead in order to resolve the schema."
Is this still the case in sql 2005?
February 20, 2008 at 2:23 pm
A little googling indicates 1) whether set rowcount or top performs better is unclear without testing 2) set rowcount is deprecated
February 20, 2008 at 7:08 am
I should be able to get an execution plan. I tried to edit the post to reformat the Tsql but never saw a "post" just preview/edit/spell check. ...
February 20, 2008 at 6:39 am
I see your point about having business logic scattered about. We are just now talking about a "data warehouse" for
reporting -- possibly via a second log shipping arrangement....
February 20, 2008 at 5:59 am
This topic must be a little on the theoretical side for database folks busy trying to survive day to day. I thought this forum would be less about technical...
February 19, 2008 at 6:42 am
Yes, I'm not happy with the all in one database approach. I'm told the new application either requires or assumes this. It may turn out that performance, if...
February 19, 2008 at 6:17 am
We will need to build a separate system for reporting ( data warehouse ). The application limits recordsets returned to the browser to 2000 records. One immediate hurdle...
February 17, 2008 at 8:23 pm
Take a look at sp_spaceused It will show how much actual space tables and indexes occupy. Even if your mdf data file is 100GB on disk,...
February 8, 2008 at 10:04 am
SAS70 has different levels of audit. This year ours was ramped up a bit and they did ask me who the sysadmins were ( at the instant anyway...
February 8, 2008 at 8:20 am
My point about SAS70 is that your customers want to know their data is safe with you and that you aren't adding people to roles like sysadmin without great care....
February 8, 2008 at 5:55 am
I think the main point is that those who are developing, in a development environment ( where accidents aren't that big a deal ) should not be moved into a...
February 7, 2008 at 11:10 am
Thanks Ben, I'll check out the SDK. I did see those filtered views in our database. Obviously with a database this complicated, doing a select * on every table and...
August 7, 2007 at 6:21 am
Viewing 15 posts - 541 through 555 (of 615 total)