Viewing 15 posts - 1 through 15 (of 15 total)
Take the query it's using to read the data (double click the little sql box) and put it into query analyzer to see the execution plan. There must be...
June 17, 2005 at 9:15 am
Who is not proofreading these questions and answers? The answer is obviously incorrect.
May 27, 2005 at 6:47 am
on the source, right click on the database and select copy. then paste it back to the same server. enter the new name, then back it up and...
May 17, 2005 at 11:39 pm
Can you use '(local)' in the db connection so it always uses the local server?
February 4, 2005 at 7:26 am
View the job history of the distribution job. You should be able to go down thru the details to find out the exact comand that failed, which will have...
February 4, 2005 at 7:23 am
You have exchange server running on the same server as sql? What is this for? some playground?
November 11, 2004 at 3:23 pm
LOL. How did you set up the profile? control panel, mail, show profiles, click on the profile and do properites. email accounts, view or change, next. What does it say?
November 11, 2004 at 3:20 pm
What is the configuration of the mail profile? Is it hooked up to an Exchange server?
November 11, 2004 at 3:04 pm
And the OS Account for SQLAgent owns the SQLMail profile?
November 11, 2004 at 2:38 pm
Oops, missed a step. Expand management after expanding the server.
What happens when you click the test button there too?
November 11, 2004 at 1:16 pm
Expand enterprise manager for the server in question. Right click on SQL Server Agent node, select Proerties. What is the profile selected for mail session?
November 11, 2004 at 1:13 pm
when you set up the operator and send a test message, what happens?
November 11, 2004 at 6:28 am
What is it that you are trying to debug in the package? You can debug the vba bits by inserting a stop statement where you want to start debugging. Make...
November 5, 2004 at 7:24 am
record a macro. select the pivot table. stop recording. step into the macro. change the pivotselect to enabledatavalueediting
should be something like:
Sub Macro1()
ActiveSheet.PivotTables("PivotTable1").EnableDataValueEditing
End Sub
step thru the macro. for code...
October 21, 2004 at 10:11 pm
You might be interested in http://www.microsoft.com/downloads/details.aspx?FamilyId=A2EEF773-6DF7-4688-8211-E02CF13CBDB4&displaylang=en, the Parallel Processing utility.
October 13, 2004 at 10:29 pm
Viewing 15 posts - 1 through 15 (of 15 total)