SQL Server Tools General ForumAny questions and discussions related specifically to SQL Server tools. For discussions on features exposed through tools, please post to the directly-related forum© 2009 Microsoft Corporation. All rights reserved.Sat, 28 Nov 2009 19:27:46 Ze59f31f8-8c25-4fa0-9df4-45706c4981b4http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/139c4e1a-d23a-49ff-9fbb-b542da846fa1http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/139c4e1a-d23a-49ff-9fbb-b542da846fa1subu999http://social.msdn.microsoft.com/Profile/en-US/?user=subu999Componets <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana"> Hi Every body,<br/><br/>I had instelled MS SQL ERVER 2005 In my system <br/>but  how can i started these components in my system could you please suggest me how can we start all the serverices step by step<br/><br/>because i have to prepare some docs for this could any body plz sugest me<br/><br/>Database Engine Services</span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Analysis Services</span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Reporting Services</span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Integration Services </span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Service broker</span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Replication</span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Full-Text Search</span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:10pt;font-family:Verdana">Notification Services.</span></p><hr class="sig">subuSat, 28 Nov 2009 00:09:24 Z2009-11-28T06:54:50Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/a074e0c5-9b62-4ec4-b9ed-83859ef81dc0http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/a074e0c5-9b62-4ec4-b9ed-83859ef81dc0pardeep.bgsbuhttp://social.msdn.microsoft.com/Profile/en-US/?user=pardeep.bgsbuStored ProcedureI am trying to excute the following stored procedure but i am getting error &quot;<span style="color:red">Incorrect syntax near 'GO'.</span> &quot;<br/>CREATE PROCEDURE InsertEmployee<br/>@EmployeeID int OUTPUT,<br/>@FirstName varchar(10),<br/>@LastName varchar(10),<br/>@Title varchar(10)<br/>AS<br/>INSERT INTO Employee(title,lastname,firstname,hiredate) VALUES(@Title,@LastName,@FirstName,GETDATE());<br/>SET @EmployeeID= @@IDENTITY<br/>GO<br/><br/>Could anyone help me out and let me know where exactly the problem is...<br/><br/>would appreciate your help<br/>Thanks,<br/>PradeepFri, 27 Nov 2009 07:42:45 Z2009-11-28T06:51:38Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/839b5c27-9bc5-4467-a9d4-e78f9934a761http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/839b5c27-9bc5-4467-a9d4-e78f9934a761Rykiehttp://social.msdn.microsoft.com/Profile/en-US/?user=Rykie[264] An attempt was made to send an email when no email session has been established<p>[264] An attempt was made to send an email when no email session has been established</p> <p>is the error I get when I try to send mail on the database.</p> <p>It is a SQL Server 2005 Standard edition. I have configured database mail and tested it and it works there, then I configured a database operator. then I just created a test job to notify the operator of the job completion, and the email fails.</p> <p>Any ideas?</p> <p>Ryk</p>Wed, 14 Dec 2005 05:26:18 Z2009-11-28T03:17:00Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/32405a8a-ec76-4d2f-9f22-6f8c7e982e78http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/32405a8a-ec76-4d2f-9f22-6f8c7e982e78sin.rhttp://social.msdn.microsoft.com/Profile/en-US/?user=sin.rMaintenance Plans fail with errorcode -1073548784Hi everyone,<br/> <br/> We've a problem when we want to do a reorganization of indexes, it give us the following error:<br/> <br/> Error Number: -1073548784<br/> <br/> Error message:<br/> <br/> Executing the query &quot;ALTER INDEX [ARFCRDATA~0] ON [qas].[ARFCRDATA] REORGANIZE WITH ( LOB_COMPACTION = ON )<br/> &quot; failed with the following error: &quot;The index &quot;ARFCRDATA~0&quot; (partition 1) on table &quot;ARFCRDATA&quot; cannot be reorganized because page level locking is disabled.&quot;. Possible failure reasons: Problems with the query, &quot;ResultSet&quot; property not set correctly, parameters not set correctly, or connection not established correctly.<br/> <br/> <br/> We're using SQL Server 2005 with SAP ECC 6.0.<br/> <br/> Have you any idea to solve this??<br/> I'm created the plan with the wizard, and manually, and the same error occurs. <br/> <br/> Thanks in advanceWed, 25 Nov 2009 19:28:34 Z2009-11-27T22:32:23Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/de93e814-7a8b-49ec-bfe5-2a63e43d78edhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/de93e814-7a8b-49ec-bfe5-2a63e43d78edklrmikwenhttp://social.msdn.microsoft.com/Profile/en-US/?user=klrmikwenChanging to Mssql and using Mysql<div>Hi, </div> <div><br/></div> <div>I have been using Mysql. We are changing to Mssql. We have an important load of customer data on Mysql. </div> <div>Could you help me on this change?</div> <div><br/></div> <div>Thanks for the feedback.</div> <div><br/></div>Wed, 25 Nov 2009 13:33:08 Z2009-11-27T17:38:05Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d68fb502-9bf3-4c12-b851-9c4b7a0fde0chttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d68fb502-9bf3-4c12-b851-9c4b7a0fde0cOla Hallengrenhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ola%20HallengrenSQL Server 2008R2 Nov CTP - Output in sqlcmd truncated after 512 characters<div>I have been doing some tests with the SQL Server 2008 R2 November CTP.</div> <div><br/></div> <div>I think that I have run into a bug in or related to sqlcmd. It's like the output is truncated after 512 characters. I noticed it because some of my log files looked strange. I did this test.</div> <div><br/></div> <div>sqlcmd -E -S .\Test -d master -Q &quot;PRINT REPLICATE('A',1000)&quot; -b -o C:\Test.txt</div> <div><br/></div> <div>It is truncating the line after 512 characters. It hasn't been like this before. Does anyone know if it's a bug or some changed behaviour by design? I have reported it on Microsoft Connect.</div> <div>https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=510344</div> <div><br/></div> <div>Ola Hallengren</div> <div><a href="http://ola.hallengren.com">http://ola.hallengren.com</a></div>Thu, 26 Nov 2009 19:55:42 Z2009-11-27T08:23:52Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/6a9b13d9-18aa-43ee-8a07-430582c26847http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/6a9b13d9-18aa-43ee-8a07-430582c26847Surya M. Bajracharyahttp://social.msdn.microsoft.com/Profile/en-US/?user=Surya%20M.%20BajracharyaEvent ID: 1101<p>Event Type: Error<br/>Event Source: MSSQLSERVER<br/>Event Category: (2)<br/>Event ID: 1101<br/>Date:  11/25/2009<br/>Time:  1:15:16 AM<br/>User:  BOK\FOREFRONT<br/>Computer: <br/><br/>Description:<br/>Could not allocate a new page for database 'SystemCenterReporting' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.</p> <p>For more information, see Help and</p> <p>Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.<br/><br/><br/>How to expand or add tablespaces or  data files ??  There are some other tables that we need to add spaces. Please I need step-by-step guidelines !!</p>Wed, 25 Nov 2009 04:49:22 Z2009-11-27T08:00:53Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/eacda73a-534c-4e76-bc4f-63f0c9de9ff0http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/eacda73a-534c-4e76-bc4f-63f0c9de9ff0Jet Li - MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Jet%20Li%20-%20MSFTEvent sequence column are missed when use profiler to save a trace file into .xml fileI use profiler (katmai version) to open a  Yukon trace file, then store the trace file into a .xml file.  When i open the .xml file, all events' sequence  are 0!<br/>Is there profiler's bug? Are there any work around ways to reserve the original sequences when save one Yukon trace file into .xml file?Thu, 26 Nov 2009 06:04:23 Z2009-11-27T10:05:08Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/69d50f16-4a16-4695-9e75-26de740b74f4http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/69d50f16-4a16-4695-9e75-26de740b74f4learner.11http://social.msdn.microsoft.com/Profile/en-US/?user=learner.11Problem in sql server 2008 reinstallation issue in windows vista<span style="font-family:Arial;font-size:13px"> <div>Hi</div> <div>I hace problem when reinstalling my sql server 2008 express edition, !its give error message like &quot;This version is not compatible with the version of Windows you are running. </div> Check the system on your computer to find out that you can use a x86 version (32bit) or x64 version (64 bit) program, and you can then contact the publisher of the software.&quot;</span> <div><span style="font-family:Arial;font-size:small"><span style="font-size:13px"><br/></span></span></div> <div><span style="font-family:Arial;font-size:small"><span style="font-size:13px">Im using Windows vista service pack 1 .</span></span></div> <div><span style="font-family:Arial;font-size:small"><span style="font-size:13px"><br/></span></span></div> <div><span style="font-family:Arial;font-size:small"><span style="font-size:13px">pl help!!</span></span></div>Thu, 26 Nov 2009 15:35:34 Z2009-11-26T17:37:56Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/4ce0aaac-11a1-407b-b2ee-fdd588b52e37http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/4ce0aaac-11a1-407b-b2ee-fdd588b52e37Jorge Gonzálezhttp://social.msdn.microsoft.com/Profile/en-US/?user=Jorge%20Gonz%u00e1lezCalculating table size<p>I have a BIG database with 8 tables growing rapidly. I would like to estimate the size of a row in disk space so I can predict how big my bd will grow in time. I know the math to calculate this but I'm look for a tool to automate this task. A tool that takes into accout calculating index size aside from table size. </p> <p>I would really apreciate any help on this. </p> <p>regards</p>Fri, 21 Apr 2006 17:03:25 Z2009-11-26T14:50:13Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/94cae3f9-981a-40e8-8ed7-8c0eb85c4bc6http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/94cae3f9-981a-40e8-8ed7-8c0eb85c4bc6Jassim Rahmahttp://social.msdn.microsoft.com/Profile/en-US/?user=Jassim%20RahmaA network-related or instance-specific error<p><strong><span class="cs_k">Data Source</span>=<span class="cs_v">SERVER\SSGSQL;</span><span class="cs_k">Initial Catalog</span>=<span class="cs_v">myDatabase;</span><span class="cs_k">User Id</span>=<span class="cs_v">sa;</span><span class="cs_k">Password</span>=<span class="cs_v">abc123;</span></strong><br/><br/><br/>I am trying to install SQL SErver 2008 Express on WIndows Server 2008 64-bit. Installation was successfull and i am able to use the sql sever on the server with no issuie but when connecting from another machine using the above connection string I get this error though I enabled the TCP/IP and Name Pipes and the login method is Mixed and Firewall is accepting 1433 port:!<br/><br/></p> <pre>TITLE: Connect to Server ------------------------------ Cannot connect to SERVER\SSGSQL. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1326) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;EvtSrc=MSSQLServer&amp;EvtID=1326&amp;LinkId=20476 ------------------------------ BUTTONS: OK ------------------------------ </pre><hr class="sig">Jassim RahmaWed, 25 Nov 2009 14:20:27 Z2009-11-26T17:24:40Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/26842422-ae1c-4956-869c-ad62afcc1c26http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/26842422-ae1c-4956-869c-ad62afcc1c26kampak1111http://social.msdn.microsoft.com/Profile/en-US/?user=kampak1111Management Studio, Save as... dialog before running External Tools<p>Hi.</p> <p>In Management Studio I have defined some external tools. When I call my external tool from Tools menu and I have query scripts that are not saved I get &quot;Save File As...&quot; dialog for EVERY not saved script before running my External Tool. This is frustrating because sometimes I have a lot of not saved scripts and my External Tool doesn't need saved script files. How to run External tool in Mangement Studio without this frustrating &quot;Save File As...&quot; dialog box?</p> <p>Kamil</p>Tue, 14 Nov 2006 12:21:21 Z2009-11-26T11:04:46Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/717fc621-9560-47bf-96c0-00601b43b531http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/717fc621-9560-47bf-96c0-00601b43b531Silent Voicehttp://social.msdn.microsoft.com/Profile/en-US/?user=Silent%20VoiceSSMS - Getting NULL from procedure output in SSMS output grid window hello,<br/><br/>Version is SQL Server 2005.<br/><br/>One of procedure which is returning xml output, was working fine since long. No patch applied recently.<br/><br/>Only in SSMS, getting null instead of xml. Can see a portion (not all) of output in text output window and file.<br/><br/>Tools=&gt;Options=&gt; Query result to grid output for xml is set to Unlimited.<br/><br/>I wonder why i am not getting xml for this in grid output ?<br/><br/>Any reason ?<hr class="sig">Think BIG but Positive, may be GLOBAL better UNIVERSAL.Mon, 23 Nov 2009 17:08:30 Z2009-11-26T08:30:41Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/a328122c-ba84-4e19-8c7e-1f7aa7f2f491http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/a328122c-ba84-4e19-8c7e-1f7aa7f2f491Christopher Piszhttp://social.msdn.microsoft.com/Profile/en-US/?user=Christopher%20Piszscript and query from another machine?I am new to MSSQL<br/>I brought home some scripts from work to try and duplicate the DB I am working with. I have sql server 2008 installed on my server at home.<br/>I have no idea how to run them!<br/><br/>I don't see any command line type client like I got with oracle.<br/>Nor do I see any options when I put the install disk in my other machine, aside from installing another instance of sql server.<br/><br/>I googled and found that &quot;query analyzer&quot; might be what I need. However, I do not see that installed on either machine from the sql server 2008 cd.<br/><br/>What do I need to do in order to get this rolling?<br/>I tried just using visual studio, which connects, but it doesn't allow me to create tables using its query builder (it gives a message saying create is not supported)<br/><br/><br/>Thu, 26 Nov 2009 03:57:26 Z2009-11-26T06:33:40Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/f7766aa2-834e-4ef3-a407-2c48967cfc31http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/f7766aa2-834e-4ef3-a407-2c48967cfc31AndyB1978http://social.msdn.microsoft.com/Profile/en-US/?user=AndyB1978Error while expanding "tables"<p>Hi,  I've recently joined a company and they've posed me a very interesting question.  They can log on to a database server using the sa account. They can expand &quot;Databases&quot; and thats fine.  However, when you attempt to expand the &quot;Tables&quot; or the &quot;Stored Procedures&quot; folders, an error occurs.  I have never seen this before.  Can anyone offer some assistance in this?<br/><br/>Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)</p> <p>ADDITIONAL INFORMATION:</p> <p>A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.) (Microsoft SQL Server, Error: 64)<br/><br/>Kind Regards<br/><br/>Andy</p>Tue, 24 Nov 2009 13:28:12 Z2009-11-26T03:17:18Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/925736eb-7719-4adc-886e-02ef2451ddebhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/925736eb-7719-4adc-886e-02ef2451ddebThien Lehttp://social.msdn.microsoft.com/Profile/en-US/?user=Thien%20LeMaintenance Plan FailedHi.<br/> <br/> We have a SQL Server 2005 Standard Ed SP3, our Maintenance Plan has been working fine till last week it failed doing Full Back up, Check Database Integrity, Rebuild Index and Shrink Database and all producing the similar below errors: -<br/> <br/> <br/> Date        23/11/2009 11:00:00 PM<br/> Log        Job History (Maintenance Plan - Architect.Back Up ALL Database)<br/> <br/> Step ID        1<br/> Server        ARCHITECT<br/> Job Name        Maintenance Plan - Architect.Back Up ALL Database<br/> Step Name        Back Up ALL Database<br/> Duration        00:13:17<br/> Sql Severity        0<br/> Sql Message ID        0<br/> Operator Emailed        <br/> Operator Net sent        <br/> Operator Paged        <br/> Retries Attempted        0<br/> <br/> Message<br/> Executed as user: ARCHITECT\SYSTEM. ....00.3042.00 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  11:00:01 PM  Progress: 2009-11-23 23:00:36.04     Source: {69346A4B-4963-4E17-B626-68F0825CCD3F}      Executing query &quot;DECLARE @Guid UNIQUEIDENTIFIER      EXECUTE msdb..sp&quot;.: 100% complete  End Progress  Progress: 2009-11-23 23:00:37.29     Source: Back Up Database (Full)      Executing query &quot;EXECUTE master.dbo.xp_create_subdir N'E:\Backup\ma&quot;.: 2% complete  End Progress  Progress: 2009-11-23 23:00:37.31     Source: Back Up Database (Full)      Executing query &quot;EXECUTE master.dbo.xp_create_subdir N'E:\Backup\mo&quot;.: 4% complete  End Progress  Progress: 2009-11-23 23:00:37.32     Source: Back Up Database (Full)      Executing query &quot;EXECUTE master.dbo.xp_create_subdir N'E:\Backup\ms&quot;.: 6% complete  End Progress  Progress: 2009-11-23 23:00:37.34     Source: Back Up Database (Full)      Executing query &quot;EXECUTE master.dbo.xp...  The package execution fa...  The step failed.<br/> <br/> Any advised or suggestion would be appreciated. Thanks!<br/>Tue, 24 Nov 2009 01:29:36 Z2009-11-25T23:15:23Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e490626e-d2a7-445d-ad2c-7a57c90673achttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e490626e-d2a7-445d-ad2c-7a57c90673acrahul_saxenahttp://social.msdn.microsoft.com/Profile/en-US/?user=rahul_saxenasql server/windows performance monitor counter<table border=0 cellspacing=0 cellpadding=0 width="100%"> <tbody> <tr> <td class=smalltxt valign=top><span>i want to monitor windows server performance using sql server..for that i m using performance monitor..<br/>can u guys tell me the exact value for each counter..so i can make change...<br/>like<br/><br/>Object: - Paging File <br/><br/>Counter: - %Usage <br/><br/>Preferred Value: - &lt; 70% <br/><br/>Description: - The peak usage of the Page File instance in percent. <br/><br/>Reference: - KB 889654 <br/><br/><br/>i want all the values for all counters....<br/><br/>thanks</span></td> </tr> </tbody> </table>Mon, 23 Nov 2009 21:00:51 Z2009-11-27T04:19:29Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d490b13a-5dec-4ee3-a832-88bb15fca215http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d490b13a-5dec-4ee3-a832-88bb15fca215Marc Jellinekhttp://social.msdn.microsoft.com/Profile/en-US/?user=Marc%20JellinekSQL Server Managment Studio Express 2008 - can't see connect to server dialogI am running Vista Home Premium with SQL Server 2008 Express and Management Studio Express 2008.<br/><br/>I have three monitors.  The primary monitor is vertical and the other two are horizontal.<br/><br/>When I start SSMS, it launches on the last monitor used.<br/><br/>If the last monitor used was the vertically oriented monitor, the &quot;Connect to Server&quot; dialog launches in the center of the screen.<br/><br/>If the last monitor used was one of the horizontal monitors, the &quot;Connect to Server&quot; dialog launches off the top of the screen.  I need to hit ALT-SPACE, M, then use the down-arrow key to move the dialog down to where I can see it.<br/><br/>I know this is an unusual configuration... three monitors isn't the norm, neither are vertically oriented monitors.  But this is a PITA and I'd love a fix.<br/><br/>This only happens when I set the vertically oriented monitor as the &quot;main&quot; monitor under &quot;Display Settings&quot;.  If I set one of the horizontal monitors as the &quot;main&quot; monitor, SSMS launches with the &quot;Connect to Server&quot; dialog visible on all monitors.<br/><br/>regards, <br/><br/>Marc<br/><br/>(BTW:  Why three monitors?  I write a lot of client/server and multi-tier code.  I like having the specifications or running applications on one monitor, the SSMS on a second and code/debugger (Visual Studio at work, Visual Basic Express at home) on the third.  Vertical orientation for writing code... code is taller than it is wide, so as long as I popped for large monitors, I may as well use all of the available viewing area)Fri, 20 Nov 2009 03:34:57 Z2009-11-25T13:52:15Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/29e88414-265e-4912-a8e5-04bda99528fchttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/29e88414-265e-4912-a8e5-04bda99528fcI.W Coetzerhttp://social.msdn.microsoft.com/Profile/en-US/?user=I.W%20CoetzerCannot access local sql server 2008 instance via "localhost" ???Hi,<br/> <br/> I have a local instance of SQL 2008 installed called ComputerName\SQL2008.<br/> <br/> When I try to for example connect to this local instance of SQL 2008 using management studio etc.<br/> I have to use &quot;ComputerName\SQL2008&quot; <br/> I cannot use &quot;localhost&quot;<br/> why not?<hr class="sig">I.W CoetzerWed, 25 Nov 2009 12:27:25 Z2009-11-25T13:58:09Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/03e8426c-2af8-4d0f-b48a-3709dbe55f56http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/03e8426c-2af8-4d0f-b48a-3709dbe55f56fred213http://social.msdn.microsoft.com/Profile/en-US/?user=fred213SQL Server 2005 Development with SQL Server Management Server.If I have purchased a Microsoft licensed copy of SQL Server 2005, and wish<br/> to handle coding of my database with a Microsoft CASE tool,<br/> if coding in a Commercial (Professional) context,<br/> must I use the full SQL Server Management Studio,<br/> or may I use the Express version and not purchase<br/> a license for it?Tue, 24 Nov 2009 04:31:40 Z2009-11-25T09:10:25Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/1f13265b-d702-421b-a7d6-a8e5cf8f4211http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/1f13265b-d702-421b-a7d6-a8e5cf8f4211anshubansal2000http://social.msdn.microsoft.com/Profile/en-US/?user=anshubansal2000SQL Server Express Edition (DTS wizard)Hi <br /> I have a quick question. where I can find DTS wizard in SQL Server Express (Evaluation version). <br /> Actually I want to transfer data from Excel sheet to database. Please let me know.<br /> Thanking You<br /> Anshu<br /> Fri, 09 Sep 2005 14:12:45 Z2009-11-25T02:46:56Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e1aa9f08-2239-4c0b-b902-b19b8693a799http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e1aa9f08-2239-4c0b-b902-b19b8693a799TatyanaShttp://social.msdn.microsoft.com/Profile/en-US/?user=TatyanaSSQL 2008 Management Datawarehouse. Data Collection, Query Statistics, collection_set_3_upload job failing<span>The Data Collection jobs which uploads the Query Statistics information errors continually due to a bigint calculation which leads to &quot;Arithmetic overflow error converting expression to data type int.&quot;<br/> <br/> The data collector log has the following messages:<br/> <br/> SSIS error. Component name: DFT - Create Interesting Queries Last Snapshot, Code: -1073450982, Subcomponent: SSIS.Pipeline, Description: component &quot;OLE DB Source&quot; (1055) failed the pre-execute phase and returned error code 0xC0202009.  .<br/> <br/> SSIS error. Component name: DFT - Create Interesting Queries Upload Batch, Code: -1073450982, Subcomponent: SSIS.Pipeline, Description: component &quot;ODS - Get current snapshot of dm_exec_query_stats&quot; (16412) failed the pre-execute phase and returned error code 0xC0202009.  .<br/> <br/> Does anybody have a workaround for these errors? ... This was already posted to connect.microsoft.com but nobody gave any solution.<br/> <br/> </span>Tue, 10 Nov 2009 22:24:46 Z2009-11-27T04:18:27Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/5150d7a8-d66f-4825-ac4f-51cbde2e8219http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/5150d7a8-d66f-4825-ac4f-51cbde2e8219Andrew Hopkinsonhttp://social.msdn.microsoft.com/Profile/en-US/?user=Andrew%20HopkinsonNew install does not show anything but Database engineHi, I just installed the Developer edition of SQL Server 2008 on a Windox XP machine SP2. I previously had the express version installed. I installed using a new instance and installed everything (except Replication and Full-Text search, which failed). Normally when I do an developer install it allows me to see Analaysis Services and SSIS and Reporting services under the Management Studio, but they do not appear, I can't see them anywhere. Reporting Services did install as I can get to it through the Reporting Services manager. I went back to the CD and it has all of these checked as being installed but I can't find them? Is this a problem with having installed express? Thank you.Fri, 20 Nov 2009 21:17:19 Z2009-11-24T22:39:41Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/f3fc9680-7504-43e6-b004-728f0edb87e6http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/f3fc9680-7504-43e6-b004-728f0edb87e6Kevin at Hotmailhttp://social.msdn.microsoft.com/Profile/en-US/?user=Kevin%20at%20HotmailImport excel spreadsheet into SQL Server 2005I'm trying to import an Excel 2003 spreadsheet into SQL Server 2005 Enterprise edition<br/><br/>My code is the following:<span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"> <div style="color:black;background-color:white"> <pre><span style="color:blue"><br/>SELECT</span> * <span style="color:blue">INTO</span> [dbo].[_Servers]<br/><span style="color:blue">FROM</span> <span style="color:blue">OPENROWSET<br/></span>(<span style="color:#a31515">'Microsoft.Jet.OLEDB.4.0'</span>,<span style="color:#a31515">'Excel 8.0;Database=c:\_servers.xls;HDR=Yes'</span>,<span style="color:#a31515">'SELECT * FROM[_server$]'</span>)<br/> </pre> </div> <span style="font-size:x-small;color:#0000ff"><span style="font-size:x-small;color:#0000ff"> <p> </p> </span></span></span><span style="font-size:x-small;color:#0000ff"> <p> </p> </span></span> <p>I'm getting the following error message.<br/>&quot;Cannot initialize the data source object of OLE DB provider &quot;Microsoft.Jet.OLEDB.4.0&quot; for linked server &quot;(null)&quot;.&quot;<br/><br/>Any ideas why I'm getting this message?</p> <hr class=sig> Kevin ScottTue, 24 Nov 2009 19:47:21 Z2009-11-26T05:23:58Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/23e2a493-fa78-4975-a3a8-3f6baa428784http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/23e2a493-fa78-4975-a3a8-3f6baa428784JJChenhttp://social.msdn.microsoft.com/Profile/en-US/?user=JJChenSQL server 2008 compact editioin: can we change the table name after creating table has been saved?we have use SQL server 2008 compact database, can we change the table name after creating the table has been saved?<br/>thx!Tue, 24 Nov 2009 18:59:20 Z2009-11-24T20:20:05Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d18b71f4-6d94-4b9e-bed7-00ab159beb88http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d18b71f4-6d94-4b9e-bed7-00ab159beb88Jesús Mostajohttp://social.msdn.microsoft.com/Profile/en-US/?user=Jes%u00fas%20MostajoPublish provider option SQL Server Management Studio There is publish provider option in Sql Server Management Studio Express?<br/><br/>Actually, I have used this option in Visual Studio 2008 (Serves explorer) and is very easy for scripting Schema and Data.<br/>I just saw this option in Visual Studio. In SQl Server Management Studio, there is the option to generate scripts but only to attach the schema objects and I also need data.Mon, 23 Nov 2009 21:02:40 Z2009-11-24T20:22:13Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/72a18ff6-dbd3-48b2-8024-1c7456c6db5chttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/72a18ff6-dbd3-48b2-8024-1c7456c6db5cnick.durcholzhttp://social.msdn.microsoft.com/Profile/en-US/?user=nick.durcholzUnable to monitor .NET CLR SQL Data Provider perf countersI'm unable to see the value of any of the performance counters for SqlClient in the '.NET CLR Data' category in Reliability and Performance tool on our web server.  When I open up performance monitor, select Add Counters..., and look at the counters for localhost, I see the SqlClient performance counters under the '.NET CLR Data' category, but for every one of them there are no instances -- in the 'Instances of selected object:' section there are two greyed out items: &lt;All instances&gt; and &lt;No Instances&gt;.  Adding the counter to the view has no effect.<br/> <br/> I would like to see the values of these counters to determine whether or not some issues are related to the application's handling of database connections.<br/> <br/> Installed framework version: 3.5sp1 ([System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089], file version=2.0.50727.3053)<br/> OS: 2008 server standard<br/><hr class="sig">nickMon, 23 Nov 2009 22:37:12 Z2009-11-24T11:10:45Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/84f89dfb-afed-4c4d-af09-b6ae23d09e7bhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/84f89dfb-afed-4c4d-af09-b6ae23d09e7bkoanoakhttp://social.msdn.microsoft.com/Profile/en-US/?user=koanoakExcessive Log File GrowthHave a SQL 2008 Server running an Infor SunSystems database.<br/><br/>I am trying to troubleshoot a problem where the log file has grown to over 700 GB in a 2 month period. Autogrowth for the database is set at 20% unrestricted for the data and 10% unrestricted for the log.<br/><br/>I am a novice DBA with some experience with managing databases, however I've never seen a problem like this one.<br/><br/>Any suggestions would be appreciated.Mon, 23 Nov 2009 15:29:19 Z2009-11-24T05:28:02Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/4ad33903-cc49-4618-9c74-f31fc5eb271bhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/4ad33903-cc49-4618-9c74-f31fc5eb271bDBAMThttp://social.msdn.microsoft.com/Profile/en-US/?user=DBAMTHow to know size of log before truncatedI got an error the other day on backup of log file, but then it ran next time successfully and truncated the log as it is supposed to every time, but it appears as if the log file was out of space when it failed. Is there a way to know how big a log file was before being truncated. I thought there was some kind of sys table that contains this info, but could be wrong<hr class="sig">DBAMon, 23 Nov 2009 18:25:51 Z2009-11-25T06:49:31Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/2912e29c-6f40-4d66-b6af-4da828b85313http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/2912e29c-6f40-4d66-b6af-4da828b85313BiswajitNandahttp://social.msdn.microsoft.com/Profile/en-US/?user=BiswajitNandaStrange Icon in SQL Server object explorerI am surprised with this icon appearing in my object explorer. Don't know what it indicates. My SQL Server service is up and running and there is no problem with it. <a href="http://1.bp.blogspot.com/_-nKydy3QVrk/SwqTWp42QcI/AAAAAAAAACU/qH4A9kiYf-U/s1600/sql+icon.JPG"><br/>http://1.bp.blogspot.com/_-nKydy3QVrk/SwqTWp42QcI/AAAAAAAAACU/qH4A9kiYf-U/s1600/sql+icon.JPG</a><br/><br/>Would appreciate any help or suggestion towards this.. <br/><br/>Regards<br/>BiswajitMon, 23 Nov 2009 13:58:55 Z2009-11-23T14:42:32Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/c4438341-2429-42a1-ba39-dd27e7ebd5a5http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/c4438341-2429-42a1-ba39-dd27e7ebd5a5_pjd_http://social.msdn.microsoft.com/Profile/en-US/?user=_pjd_DBs Appear twice in SQL Server Management StudioI have a new installation of SQL 2005 Standard on a virtualized copy of Windows Server 2008.  I updated the instance to Service Pack 3 after installation.  I believe it's a pretty standard install, including Reporting services.<br/><br/>When I connect to the instance from a separate Vista desktop <em>using SSMS 2008</em>, I see double.  The ReportServer and ReportServerTempDB both appear twice.  The System Databases &quot;folder&quot; appears twice, as well as the Database Snapshots &quot;folder.&quot;  (Inside each System Databases &quot;folder,&quot; the system databases are listed only once.)  When I connect using SSMS 2005 from the host itself, I do not have the same problem.  Everything appears as it should.<br/><br/>What on earth have I done?  I have plenty of other 2005 instances at SP3 running that do not exhibit this strange behavior.<br/><br/>Any help is greatly appreciated.  I don't know if I can trust the instance or if I should consider rebuilding it.<br/><br/>Thanks,<br/><br/>PJDillerTue, 17 Nov 2009 14:17:30 Z2009-11-23T13:50:01Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/fc58992e-a510-406f-a99a-3441719f1621http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/fc58992e-a510-406f-a99a-3441719f1621ChrisTKE402http://social.msdn.microsoft.com/Profile/en-US/?user=ChrisTKE402Cannot send emails<p>Hi all,<br/><br/>I'm a SQL newbie so bear with me.<br/><br/>I'm trying to setup email alerts for when jobs fail. I have configured DBmail and when I try sending a test email I get:<br/><br/>TITLE: Microsoft SQL Server Management Studio<br/>------------------------------</p> <p>An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)</p> <p>------------------------------<br/>ADDITIONAL INFORMATION:</p> <p>Mail not queued. Database Mail is stopped. Use sysmail_start_sp to start Database Mail. (Microsoft SQL Server, Error: 14641)</p> <p>**********<br/><br/>OK when I use sysmail_start_sp i get the following:<br/><br/>Cannot alter the queue 'ExternalMailQueue', because it does not exist or you do not have permission.<br/><br/>I'm pretty sure I have permissions. I am logged in as the admin of the server.<br/>BTW I am running SQL 2005 SP3 on a Windows 2003 server. Any suggestions on how to fix it?<br/><br/>Thanks,<br/><br/>TKE402</p>Sun, 22 Nov 2009 00:51:33 Z2009-11-24T10:48:40Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e7f64c7b-756c-42e2-b717-2e42b8277aa0http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e7f64c7b-756c-42e2-b717-2e42b8277aa0I.W Coetzerhttp://social.msdn.microsoft.com/Profile/en-US/?user=I.W%20CoetzerCalling [sqlcmd] via PowerShell & Passing a Path like C:\Test\Test\ does not work?Hi,<br/> <br/> I'm using a PowerShell script to execute a custom.sql script.<br/> <br/> If:<br/> <br/> $PathToMdf = &quot;C\TEST&quot;<br/> $PathToMdf = &quot;C\TEST\&quot;<br/> <br/> The this line works:<br/> <br/> &amp;'sqlcmd' -v PathToMdf = &quot;'$PathToMdf'&quot; PathToLdf = &quot;'$PathToLdf'&quot; -S $server -d $masterDatabase -E -b -i $script_01<br/> <br/> BUT<br/> <br/> If:<br/> <br/> $PathToMdf = &quot;C:\TEST&quot;<br/> $PathToMdf = &quot;C:\TEST\&quot;<br/> <br/> Then the line:<br/> <br/> &amp;'sqlcmd' -v PathToMdf = &quot;'$PathToMdf'&quot; PathToLdf = &quot;'$PathToLdf'&quot; -S $server -d $masterDatabase -E -b -i $script_01<br/> <br/> crashes with this exception message:<br/> <br/> Sqlcmd: ':'' : Invalid argument. Enter '-?' for help etc.<br/> <br/> Why can I not pass in a parameter that contains &quot;:&quot; ?<br/><hr class="sig">I.W CoetzerThu, 19 Nov 2009 12:23:15 Z2009-11-23T03:43:34Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/546f4407-0aa4-4b04-96f3-e6f0ba39a9d1http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/546f4407-0aa4-4b04-96f3-e6f0ba39a9d1http200http://social.msdn.microsoft.com/Profile/en-US/?user=http200Import/Export data with SQL Server 2005 ExpressHello folks! <br />I have&nbsp;installed SQL Server 2005 Express and SQL Server Management Studio Express. Everything looks ok and works fine, but I can't find the Data Import/Export Wizard.&nbsp; Can anyone tell me how to Import/Export data? <br /><br />Thank you!!!Mon, 05 Dec 2005 03:26:09 Z2009-11-21T23:11:55Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/54499e3f-9d2f-4fad-8580-41ef595b008fhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/54499e3f-9d2f-4fad-8580-41ef595b008fCSMonkeyhttp://social.msdn.microsoft.com/Profile/en-US/?user=CSMonkeySQL Server Management Studio 2008 - intellisense<p>Hi, I installed SQL Server Management Studio 2008 Enterprise but the intellisense is not working. I enabled it but still doesn't work. I'm using management studio 2008 to connect to SQL Server 2000 databases on the network.</p> <p align=left> </p> <p align=left>Any ideas?</p> <p align=left> </p> <p align=left>Thanks,</p> <p align=left>T</p>Wed, 30 Jul 2008 23:50:23 Z2009-11-21T19:15:30Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d8f7b935-4cb8-4152-9b87-fcd5c4b78b8ehttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/d8f7b935-4cb8-4152-9b87-fcd5c4b78b8edouble americanohttp://social.msdn.microsoft.com/Profile/en-US/?user=double%20americanosystem error 126 <font size="2">I'm getting this error when trying to run Query Analyzer<br /><br /><font face="Courier New">Server <b>Msg</b> <b>160</b><b>,</b> <b>Level</b> <b>16</b><b>,</b> <b>State</b> <b>1</b>. <br />Specified driver could not be loaded due to system error 126 (SQL Server)</font><br /><br />This is a new SQL Server 2000 install on a PC that has had different versions of SQL Server installed previously, including 2005. I'm assuming this has to do with an incomplete uninstall. Is there a fix or workaround for this?<br /><br /></font>Fri, 16 Sep 2005 17:24:01 Z2009-11-21T17:46:27Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/5cec4305-85bf-4eca-9c04-511363b6d68ahttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/5cec4305-85bf-4eca-9c04-511363b6d68aanthony.mattashttp://social.msdn.microsoft.com/Profile/en-US/?user=anthony.mattasHow Can I Securely Call A Job RemotelyHow can I securely call a SQL Agent Job which Kicks off a SSIS package from an ASP.net web application. I've tried just using the included stored procedure but I can't figure out the permissions (I want the user to only be able to call specific jobs and packages). Any ideas?<br/><br/>Fri, 20 Nov 2009 20:17:49 Z2009-11-24T09:59:33Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e5583c3c-a69b-4a66-8769-97f730e9b692http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e5583c3c-a69b-4a66-8769-97f730e9b692Er. Ashok Dashttp://social.msdn.microsoft.com/Profile/en-US/?user=Er.%20Ashok%20DasMSSQL in WINPEIs it possible to run MSSQL Server in WINPE. I have need to run an application that is in compitable with VISTA but needs MS SQL Server Desktop Engine to work. I think it will be posible to install the application along woth MSDE in a WINPE environment and run it from there as a live CD. Please need adviceThu, 19 Nov 2009 10:42:12 Z2009-11-21T08:06:22Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/cad8a4d7-714f-44a2-adb0-569655ac66e6http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/cad8a4d7-714f-44a2-adb0-569655ac66e6Katie446http://social.msdn.microsoft.com/Profile/en-US/?user=Katie446NEWSEQUENTIALID()<p> </p> <p>I'm trying to modify my default value for GUIDs in DB, currently using newid() for default.</p> <p>In management studio, click on modify and in the table designer   for the default value I entered newsequentialid() and got the following error.</p> <p>Error validating the default for column &quot;xxxx&quot;.</p> <p>I would like to have my tables that are using guids, have newsequentialid as the default value.  When read on this new function it says can only be used with default value, but can't get that to work.  Any ideas?</p> <p> </p> <p>thanks</p> <p> </p>Fri, 14 Apr 2006 18:55:34 Z2009-11-21T04:37:26Zhttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/ea44940f-505f-4ac9-9a41-53c4e0bd72bahttp://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/ea44940f-505f-4ac9-9a41-53c4e0bd72banosnetromhttp://social.msdn.microsoft.com/Profile/en-US/?user=nosnetromQuery an MS Exchange store as a linked server?<table class=tborder style="height:766px" border=0 cellspacing=0 cellpadding=6 width=1 align=center> <tbody> <tr valign=top> <td class=alt1 style="border-right:1px solid #cad6e8">A business partner is emailing data to us, and I would like to extract it directly from the MS Exchange 2003 store via SQL Server 2005. I have my regular expressions in place to pull the data out of messages, but I still can't get to the messages themselves! I spent all day yesterday chasing down threads of information, but haven't yet put all the pieces together into a viable solution. Here's the pertinent information:<br/> <ul> <li>Exchange server: mail01.example.com</li> <li>SQL Server: sql01.example.com</li> <li>Exchange mail account: <a href="mailto:testresults@example.com">testresults@example.com</a> </li> </ul> Using SQL Server Management Studio, I was able to create a linked server object to Exchange, as follows:<br/> <ul> <li>Name: EXCHANGE</li> <li>Product: Exchange OLE DB provider</li> <li>Provider: Search.Collator.DSO</li> <li>Data_Source: ExOLEDB.DataSource</li> <li>Location: mail01.example.com</li> <li>Provider_String: Provider=ExOLEDB;Persist Security Info=True;Integrated Security=SSPI;Trusted_Connection=Yes;</li> <li>Catalog: NULL</li> </ul> SSMS says that I have successfully connected to the linked server.<br/> <br/> Here's where I am stumped: I have a test query to the Exchange store in SSMS as follows, just trying to retrieve sender addresses:<br/> <div style="margin:5px 20px 20px"> <div class=smallfont style="margin-bottom:2px">SQL Code:</div> <pre class=alt2 style="border:1px inset;margin:0px;padding:6px;overflow:auto;width:480px;height:84px"><div style="text-align:left" dir=ltr><div style="background:#f0f0f0 none repeat scroll 0% 0%"><span style="color:#993333;font-weight:bold">SELECT</span> Convert<span style="color:#66cc66">(</span> nvarchar<span style="color:#66cc66">(</span> <span style="color:#cc66cc">50</span> <span style="color:#66cc66">)</span> , <span style="color:#ff0000">&quot;urn:schemas:httpmail:from&quot;</span> <span style="color:#66cc66">)</span> Sender</div> <div><span style="color:#993333;font-weight:bold">FROM</span> OpenQuery<span style="color:#66cc66">(</span> Exchange, <span style="color:#ff0000">'SELECT &quot;urn:schemas:httpmail:from&quot; </span> </div> <div style="background:#f0f0f0 none repeat scroll 0% 0%"><span style="color:#ff0000">FROM &quot;.<span style="color:#000099;font-weight:bold">\t</span> estresults<span style="color:#000099;font-weight:bold">\i</span> nbox&quot;'</span> <span style="color:#66cc66">)</span> </div> </div> </pre> </div> SSMS returns the following message:<br/> <div style="margin:5px 20px 20px"> <div class=smallfont style="margin-bottom:2px">SQL Code:</div> <pre class=alt2 style="border:1px inset;margin:0px;padding:6px;overflow:auto;width:480px;height:100px"><div style="text-align:left" dir=ltr><div style="background:#f0f0f0 none repeat scroll 0% 0%">OLE DB provider <span style="color:#ff0000">&quot;Search.CollatorDSO&quot;</span> <span style="color:#993333;font-weight:bold">FOR</span> linked server <span style="color:#ff0000">&quot;Exchange&quot;</span> returned message <span style="color:#ff0000">&quot;Column does not exist.&quot;</span> .</div> <div>Msg <span style="color:#cc66cc">7321</span> , Level <span style="color:#cc66cc">16</span> , State <span style="color:#cc66cc">2</span> , Line <span style="color:#cc66cc">1</span> </div> <div style="background:#f0f0f0 none repeat scroll 0% 0%">An error occurred while preparing the query <span style="color:#ff0000">&quot;SELECT &quot;</span> urn:schemas:httpmail:<span style="color:#993333;font-weight:bold">FROM</span> <span style="color:#ff0000">&quot; </span> </div> <div><span style="color:#ff0000">FROM &quot;</span> .\testresults\inbox<span style="color:#ff0000">&quot;&quot;</span> <span style="color:#993333;font-weight:bold">FOR</span> execution against OLE DB provider <span style="color:#ff0000">&quot;Search.CollatorDSO&quot;</span> <span style="color:#993333;font-weight:bold">FOR</span> linked server <span style="color:#ff0000">&quot;Exchange&quot;</span> .</div> </div> </pre> </div> Any thoughts as to what I'm doing wrong? I get the idea that I have not described the correct path to the user account\Inbox, but it could be ANYTHING else at this point.<br/> <br/> Will probably cross-post in the Exchange Server forum, for which I apologize.  :-)  TIA for your help!</td> </tr> <tr> <td class=alt2 style="border:0px 1px 1px none solid solid -moz-use-text-color #cad6e8 #cad6e8"></td> <td class=alt1 style="border:0px 1px 1px 0px none solid solid none -moz-use-text-color #cad6e8 #cad6e8 -moz-use-text-color" align=right></td> </tr> </tbody> </table>Fri, 20 Nov 2009 16:28:18 Z2009-11-23T09:55:54Z