Viewing 15 posts - 286 through 300 (of 687 total)
Data definition scripts, sample data, and expected results would help us tremendously in assisting you with your question.
March 12, 2012 at 11:51 am
Good real life scenario, thanks for sharing!
March 12, 2012 at 6:41 am
I asked the same question a while ago.
The subscription type chosen on replies is saved as the default. So reply to this thread and set Topic Subscription Notification...
March 9, 2012 at 12:16 pm
You are missing a value in your switch statement. Try this,
switch((Fields!Neg_Total_Count.Value/Fields!Total_Count.Value*100) <= 5, "Lime",
(Fields!Neg_Total_Count.Value/Fields!Total_Count.Value*100) <= 10, "Yellow",
(Fields!Neg_Total_Count.Value/Fields!Total_Count.Value*100) > 10, "Red" )
March 9, 2012 at 11:37 am
Yeah, DH... hmmm
I guess I like it.
Not much more to say. lol
March 9, 2012 at 9:16 am
No real way to tell what caused the shrink but here's something that would show you if it did in fact shrink.
SELECT TE.name AS [EventName] ,
...
March 8, 2012 at 10:44 am
I knew there was a collation solution!
Good call Jason!
March 5, 2012 at 12:47 pm
Hmmm, I'll take a stab.
In your order by clause use a case statement. Similar to this,
SELECT col1
FROM tableA
ORDER BY
CASE
WHEN col1 = '!' THEN
1
WHEN col1 = '"' THEN
2...
March 5, 2012 at 10:33 am
here is a ms connect item with similar issues as yours. This SSC thread is what lead me to it.
March 5, 2012 at 10:27 am
Job properties-
If enabled it can be run by a schedule. If disabled the schedule will not run the job.
Schedule properties-
If enabled the schedule will fire jobs that reference that...
March 5, 2012 at 10:23 am
Pleasantly suprised to see "MLB Baseball" on my TiVo guide again. Watched a few pitches from the Nats game. ahhh, baseball.
March 5, 2012 at 7:29 am
ddafunk (3/5/2012)will you not advise me to get a cert to atleast show i do have knowledge of what i can do?
That's the issues with only having a cert. A...
March 5, 2012 at 7:06 am
It will be a little tough getting your foot in the door but it's possible. You just need to show some gusto. Speak with an IT manager and let them...
March 5, 2012 at 7:00 am
I wouldn't worry about exams right now. Although the 70-432 is an exam prep book, the exam itself is meant to prove you know something and not to teach you...
March 5, 2012 at 6:37 am
First, welcome to the site. I hope you visit frequently, there's tons of information to be found here.
DBA, good career choice 😀 That 70-450 book is a little advanced for...
March 5, 2012 at 6:22 am
Viewing 15 posts - 286 through 300 (of 687 total)