Viewing 15 posts - 301 through 315 (of 350 total)
Thanks a lot, guys. It 's working now (Group By Id was missed either). More important, I hope I understood how it works. Thanks
August 22, 2005 at 3:14 pm
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...
August 22, 2005 at 2:39 pm
You are right- I just checked for one of my table- results are different.
Thanks
August 5, 2005 at 9:06 am
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...
August 5, 2005 at 8:47 am
At the min you should use System Monitor and Sql Profiler (there is a lot of info in BOL and this site).
Good Luck
August 5, 2005 at 8:43 am
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...
August 5, 2005 at 8:35 am
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...
August 5, 2005 at 8:09 am
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...
August 4, 2005 at 7:50 pm
Thanks. That means I need pretty often update statustics to keep this data correct?!
August 4, 2005 at 5:09 pm
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...
July 12, 2005 at 1:12 pm
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)....
July 12, 2005 at 12:47 pm
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...
July 12, 2005 at 7:21 am
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,...
July 11, 2005 at 12:30 pm
Thanks, Remi, I definately post a solution in case I'll find it.
June 22, 2005 at 12:16 pm
Viewing 15 posts - 301 through 315 (of 350 total)