Viewing 15 posts - 4,546 through 4,560 (of 6,486 total)
sounds to me that this would a question for those who made this database. It's hard to ascertain what capabilities might have been built into a tool like that.
One...
February 26, 2008 at 8:55 am
BTW a question I have asked several times with no replies as yet - how do you ensure that the output of a query is now and for ever correct...
February 26, 2008 at 8:39 am
The thing that bugs me here is that BOL states that that very format SHOULD work. It's style #127. Is BOL just lying or is there something escaping...
February 26, 2008 at 8:31 am
Assuming you're on 2000 - unfortunately Andras' answer will NOT work (XML PATH is a 2005 feature...)
February 26, 2008 at 7:59 am
Also - since you're touching something in the clustered index - if you plan on doing a "walking update", do it from the Back to the front. Meaning -walk...
February 26, 2008 at 7:57 am
Considering the total lack of detail of info given, I guess the answer is - "yes - under the right conditions - that certainly is possible". You should probably...
February 26, 2008 at 7:49 am
Sure - using the "old-style" pivotting syntax:
Select user, datepart(yyyy,datein) as Yr,
sum(case when datepart(mm,datein) =1 then 1 else 0 end) as Jan,...
February 26, 2008 at 7:35 am
I'd have to agree that you'd probably be better off just telling it to recompile each time. In a case like this, unless your usage is very biased towards...
February 26, 2008 at 7:30 am
Andrew (2/25/2008)
Hence my simple poll. BTW is it possible to complete my multi-choice poll and where can I see the results? !
It is now 20:45 in the UK and time...
February 25, 2008 at 3:35 pm
All right. Starting with the basics:
- does IIS show that those directories are there?
- did you run through the Reporting Service Configuration tool (and set up all...
February 25, 2008 at 3:03 pm
I'm not sure how you're getting here - but the results of the poll are being displayed graphically above the posts (in IE at least.) Currently 18 different folks...
February 25, 2008 at 2:45 pm
(Not disagreeing with any ofthe above posts - just modulating the answer)
Just keep in mind that sorting at the client should be restricted to SMALL datasets, especially if the sorting...
February 25, 2008 at 1:44 pm
MySchif -
a few things:
- your error must be a typo. It should be @PrevGrpBal and not @PreGrpBal (notice that there's a letter missing).
- you're correct about...
February 25, 2008 at 1:38 pm
Again - Andrew - what would you advocate as "the correct way" for handling the age issue from above? What do you see as the correct answer? How...
February 25, 2008 at 1:11 pm
From what I understand - unless you specifically SET ANSI_NULLS during a given session (which could include in the odbc/ole settings to start up said connection), then the database setting...
February 25, 2008 at 12:34 pm
Viewing 15 posts - 4,546 through 4,560 (of 6,486 total)