Viewing 15 posts - 1 through 15 (of 21 total)
Hi,
Apex SQL also has a great tool. Called ApexSQL Doc. http://www.apexsql.com/sql_tools_doc.asp
Regards,
M
March 16, 2007 at 1:45 am
Hi,
This stored procedure appears only to select the Fullname, email address, time , login status and IP address of all events that happened between the begin datetime and end...
February 25, 2007 at 10:21 pm
Hi,
I am preparing for the 70-444 now. I have completed the 70-431.
Is it ok to do the 444 wihtout first doing the 70-443?
Thanks,
Minette
January 18, 2007 at 6:50 pm
One more thing
If you just want to add the database name the following will work:
EXEC
sp_Msforeachdb @command1 =
"Select o.name,u.name,'?'
from ?..sysusers...
December 20, 2006 at 2:28 am
Hi,
May I ask why are you using an undocumented procedure? Why not just write your own loop?
I don't think your query is right, since you are not joining to...
December 20, 2006 at 2:17 am
Hi Daniel,
This is a different issue, but I think setting NOCOUNT to ON should fix this problem.
For some reason it thinks that when it receives the rowcount ,...
December 18, 2006 at 7:32 pm
Hi,
This is actually caused by your settings if you add the following to your procedure it should work.
SET
FMTONLY OFF
December 17, 2006 at 11:19 pm
Hi ,
I have the same problem. Did you manage to find an answer to it?
December 14, 2006 at 12:35 am
HI ,
I just passed the 70-431. And let me tell you, it was hard. I did a lot of preperation using the Self-Paced Training kit, and some of those...
December 12, 2006 at 11:29 pm
Hi ,
Ok now I see what you mean. The variables window shows the value of the variable when the project was loaded.
If you specified the variable in the...
November 28, 2006 at 8:07 pm
I'm also about to take the 70-431.
But is this exam actually considered valuable. I mean does the MCTS actually mean something, in the professional world?
Also why is there no...
November 28, 2006 at 1:41 am
Hi,
I think you can save a copy of a package to the msdb database.
To see exactly how, look at the "How to: Save a Copy of a...
November 28, 2006 at 12:23 am
Hi,
Could you give me some more details of your process?
Have you checked that your variable is in scope?
November 27, 2006 at 9:29 pm
Viewing 15 posts - 1 through 15 (of 21 total)