Viewing 15 posts - 5,146 through 5,160 (of 6,486 total)
Did you run through the "Reporting Services Configuration" utility? If so - did you change to anything other than the default options?
January 18, 2008 at 10:05 am
I think we're confusing the testing itself, and what happens in the bigger scope of a positive result. Companies certainly have the right to know if someone might be...
January 18, 2008 at 9:42 am
DonaldW (1/18/2008)
GSquared (1/17/2008)
Management Studio is what I use for typing all of my queries. Access is very awkward for that....
I agree. However Access has one good feature for...
January 18, 2008 at 9:35 am
This of course presumes that Windows auth is in place (or something to identify the user), right? won't help much if everyone is logging in under the same account, would...
January 18, 2008 at 9:27 am
...and specialists would need to be able to ascertain/evaluate if the "facts of the case" as you presented are in fact accurate. Not that I doubt you, but I...
January 18, 2008 at 9:23 am
Kirk -
I'm adding to your homework:).
The same idea can be achieve with the CTE (to ensure you always get the same record back within a group), as so ...
January 18, 2008 at 9:14 am
...and don't forget there's the ever popular "nonsense title generator" HR fun, like for example...
LEAD Senior SQL DBA.... To be followed no doubt by Principal Lead Senior SQL DBA...
Don't...
January 18, 2008 at 8:51 am
ALZDBA (1/18/2008)
Human after all 😉
yup - right there with ya!!!!
January 18, 2008 at 8:47 am
Now that I have them straight - the "issue" I had with it was a human error: creating something that works, and then having an extra statement put into...
January 18, 2008 at 8:45 am
Grant - since you "mentioned" it, does that mean you're taking a sabbatical from the boards? 😀
We'll talk to you in September!
January 18, 2008 at 8:28 am
And that's ultimately what they're after when the question gets asked: are you likely to stay with them for a while if they should offer you something. If the...
January 18, 2008 at 8:27 am
I think we need the bat for the MS programmer that left that command in T-SQL. I mean - what were they thinking?
January 18, 2008 at 8:17 am
ALZDBA (1/18/2008)
create view V_myLanguages
as
select 'English' as Language, Base, Text
from tbEnglish
select 'French' , Base, Text
from tbFrench
select 'Chinese' , Base, Text
from tbChinese
go
Select ...
from...
January 18, 2008 at 8:14 am
I'm now getting the two lumped in... I'm talking @@IDENTITY, aren't I?
I gave up on both of those a while ago, because they felt "inadequate" (@@IDENTITY since it could...
January 18, 2008 at 7:52 am
The one VB programmers fear most.... I'll give you a hint... G_T_ where underscore is the same letter.
you need a bigger bat for THAT one....
January 18, 2008 at 7:21 am
Viewing 15 posts - 5,146 through 5,160 (of 6,486 total)