Viewing 15 posts - 5,086 through 5,100 (of 6,395 total)
the agent account will need the rights it needs to perform the job steps across all jobs. so if it executes procedures in a user db it needs to...
May 15, 2012 at 12:59 am
Are you in a domain environment or are you in a workgroup environment? If domain then you will have AD setup already which manages your user accounts. Another...
May 14, 2012 at 12:30 pm
reks12 (5/14/2012)
but write me page were i can find that questioni just want to learn that program
maybe to pass exam
please dont be angry
:crying:
reks12, as I have said, take a look...
May 14, 2012 at 8:59 am
Grant Fritchey (5/14/2012)
Eugene Elutin (5/14/2012)
BTW, the only way to see the questions legally is to take the test. Any other way you're "seeing the questions" is illegal. We absolutely won't...
May 14, 2012 at 8:58 am
on the chart, under category groups and or series groups in chart data you can specify a filter on that group.
May 14, 2012 at 8:28 am
Scary, looking through that site, and most of the comments on the resources, it seems like the are braindumps which are in voilation of the NDA.
May 14, 2012 at 8:16 am
To avoid breaking the NDA (unsure if the questions from your website are brain dumps) look here for the official practise tests
May 14, 2012 at 8:06 am
reks12 (5/14/2012)
i go to SQL Server administration curs
can you tell me were i can find exam 40-432 and 70 450?
i have some page for that but...
May 14, 2012 at 7:41 am
It all depends what is configured to use them accounts, a profile trace should help you in pinpointing what runs under the two security contexts.
May 14, 2012 at 7:37 am
Thanks for that Lynn much appreciated.
All I can say is fail on my behalf.
May 14, 2012 at 7:37 am
From what I have read they are one and the same and refers to PBM, but I could be mistaken.
It seems like the true abbrv is Declarative Management Framework, but...
May 14, 2012 at 7:26 am
Not to worry, happy to help as always. Glad its working for you.
May 14, 2012 at 7:18 am
That is due to DATEADD(YEAR,-25,GETDATE()) returning 1987-05-14, so it is excluded from the list.
The below should now work.
DECLARE @tbl TABLE (BIRTHDAY DATETIME, NAME NVARCHAR(50), SURNAME NVARCHAR(50))
INSERT INTO @tbl (BIRTHDAY, NAME,SURNAME)...
May 14, 2012 at 7:12 am
Why introduce a login page when SSRS automatically handles the login methods via AD?
I can understand doing this as an external facing SSRS solution but not when its internal due...
May 14, 2012 at 7:06 am
Wow, thats such a massive topic, way to much to get into on a SQL forum.
I would recommend using our good friend Google.
If you have a specific issue then we...
May 14, 2012 at 6:54 am
Viewing 15 posts - 5,086 through 5,100 (of 6,395 total)