Viewing 15 posts - 91 through 105 (of 278 total)
You could just query on WHERE score > '80%'
"greater than" will be calculated alphabetically here. Presuming your data is as one would expect, ie values between 0% and 100%
Not sure...
January 10, 2011 at 8:00 am
rkaria (1/7/2011)
its a calulated field.=iif(Fields!valuehome.Value>0,Fields!valuehome.Value,"0.00")
Not sure where to define what type of field it is
Assuming valuehome is a numeric type, then wrapping 0.00 in quotes would be trying to put...
January 7, 2011 at 6:30 am
rkaria (1/7/2011)
Hiyaits just shows as '#error' in the cell.
It is pounds values
(bold font added by me)
Is this in SQL Server? Or Excel?
January 7, 2011 at 5:32 am
Thanks again Paul.
There's a lot more reading that I need to do...
January 5, 2011 at 7:15 am
Another question, if I may - the logs of those databases have been successfully backing up since the failed one.
If they are still corrupt, how come all the rest of...
January 5, 2011 at 7:06 am
Thanks Paul
I'll run the FULL>SIMPLE>FULL switch and hopefully set the ball rolling on the rest of it
January 5, 2011 at 6:49 am
Thanks Gail, much appreciated
January 5, 2011 at 6:07 am
These are native backups. DPM is also used, although for some reason that is not part of the DBA team's responsibilities so I don't know much about them
January 5, 2011 at 6:02 am
SQL Server 2008 and SQL Server 2008 R2 are different versions of SQL Server in the "proper" sense, despite the similar names. Therefore SP1 for SQL Server 2008 (non-R2)...
December 22, 2010 at 9:13 am
Brandie Tarvin (12/9/2010)Trying to finish a first draft of a short story first.
Do you find that preoccupation with things techy stops the creative streak at all? When I'm having...
December 9, 2010 at 5:10 am
Ah, they're the best kind of issues 🙂
December 8, 2010 at 9:53 am
Do you get an error if you set it up as a CmdExec jobstep that executes
powershell c:\myfilepath\script.ps1
Well, obviouslyyou won't get an error while creating the job step in...
December 8, 2010 at 9:14 am
... and we have lift-off!
Many thanks again
November 26, 2010 at 6:49 am
Thank you both.
I will set up UNC paths and see how that goes.
November 26, 2010 at 6:18 am
Having used both, C# wins hands down for me. Much cleaner syntax!
November 19, 2010 at 7:56 am
Viewing 15 posts - 91 through 105 (of 278 total)