Viewing 15 posts - 1,051 through 1,065 (of 1,193 total)
srinivas30k (3/26/2012)
is that applicable to win7 os ??
Yes, except for:
Signs and Symptoms of Psychotic Illness (rating scale)
&
Salle de Soins Post-Interventionnels (French: Post-Interventional Room Care; recovery room)
They both apply to Vista.
March 26, 2012 at 4:54 am
Surprised I got that right the way my Monday's going so far!
Cheers
March 26, 2012 at 3:04 am
I didn't at first either. Then wondered why the field name's format was so different to the rest of the fields!
March 22, 2012 at 11:35 am
I can't remember. You could try downloading & installing it, and seeing if BIDS is in the install checklist?
That and SSMS can be installed at the same time as the...
March 22, 2012 at 11:24 am
Looks like you are filtering based on the aggregated COUNT(SERV.Reference) field in the select?
In that case, you need to add a HAVING clause:
SELECT SALES.UID
,SALES.Reference
--,SALES.SOStatusID
--,SALES.SalesOrderCategoryID
,COUNT(SERV.Reference) AS 'Number Of Service Orders Attached'
FROM...
March 22, 2012 at 11:21 am
I'd be a Mazda RX-8 - unconventional. And a bit leaky. 😀
Currently drive a Ford Focus, but will be buying the Mazda as soon as I can!
March 22, 2012 at 4:28 am
Hi,
In Management Studio, right-Click on the database in object explorer, choose Tasks -> Generate Scripts...
You can then select which objects you want to script, whether or not to script the...
March 21, 2012 at 7:39 am
Hi Steven,
It's because the ShowPlan event doesn't have CPU time value, so it can't be filtered by that, and returns all rows for that event.
You can exclude them by ticking...
March 21, 2012 at 4:05 am
sknox (3/20/2012)
Koen Verbeeck (3/20/2012)
When a view is created, information about the view is stored in the following catalog views: sys.views, sys.columns, and sys.sql_expression_dependencies.
Information that is stored...
March 20, 2012 at 10:54 am
The Primary Key uniquely identifies each row in a table, so it kinda has to be unique 🙂
March 16, 2012 at 11:40 am
Koen Verbeeck (3/14/2012)
I'm going to frame this one.
I think you should! 😀
March 16, 2012 at 11:35 am
Like the way they're going with the BOL here (using Help Viewer 1.1), and seem to be trying to unify the help across products.
You can download them to have locally...
March 16, 2012 at 11:32 am
I had the same problem with the DRC - I think it was because the user I added wasn't an AD user, just a local login.
Solution was to leave it...
March 16, 2012 at 11:22 am
There's something quite funny about watching RS tank the all-singing, all-dancing new server.
Less so when you get the rap for putting it there! 😀
March 15, 2012 at 10:47 am
Viewing 15 posts - 1,051 through 1,065 (of 1,193 total)