Forum Replies Created

Viewing 15 posts - 301 through 315 (of 350 total)

  • RE: Select 1 record per group

    Thanks a lot, guys. It 's working now (Group By Id was missed either). More important, I hope I understood how it works. Thanks

  • RE: Select 1 record per group

    Unfortunately, there is an error in your query and I can't fix it as, frankly, I didn't get the logic in  "WHERE" part, i.e. 1=Case, etc. It shoul be in this...

  • RE: sysindexes issue

    You are right- I just checked for one of my table- results are different.

    Thanks

     

  • RE: sysindexes issue

    Remi, but if EM uses sysindexes for counting number of rows it should initially do reindex (update statistics) for table where cluster index was created to get correct results? Is...

  • RE: Tuning a Database

    At the min you should use System Monitor and Sql Profiler (there is a lot of info in BOL and this site).

    Good Luck

  • RE: sysindexes issue

    Chris, thanks a lot for your explanations. But I am just curios. From EM=> Taskpad =>TableInfo we can get number of rows in each database table pretty quickly. I have a...

  • RE: sysindexes issue

    Thanks, guys. It makes sense now. The reason that I started to dig into sysindexes table is, as I read somewhere, query

    SELECT rows FROM sysindexes WHERE id...

  • RE: sysindexes issue

    From BOL I found that indid=1 points to cluster index and indid=0- to table. When I've got number of table records (rowcnt) using indid=0 it always correct. But there is...

  • RE: sysindexes issue

    Thanks. That means I need pretty often update statustics to keep this data correct?!

  • RE: Money data presenting

    Thanks a lot, guys.

    Probably we will move this culture specific conversion to application. Developers just asked me to add extra field "Culture Name" and will use probably "CultureInfo" class...

  • RE: Money data presenting

    Sorry, probably I wasn’t clear in my initial post. Data (Amount) for every user is in numeric format (i.e. like 12.34 regardless where, I mean country, every user is)....

  • RE: Default report parameters

    I didn’t have any problem with default parameters after deployment. It’s pretty challenging to figure out what is wrong as you didn’t provide any info how you supply default...

  • RE: One User- Different Permissions

    Thank you- makes complete sense!

  • RE: One User- Different Permissions

    Thanks, Brian. Just to confirm that I've got you right- Sql Server will check every permission User has (all roles, etc) and aggregates them regardless what User is using- QA,...

  • RE: Hiding the Report page Header

    Thanks, Remi, I definately post a solution in case I'll find it. 

Viewing 15 posts - 301 through 315 (of 350 total)