Viewing 15 posts - 2,161 through 2,175 (of 3,366 total)
Error 40 then Error 53 means the server you are trying to connect to is down I know this when our development server was down twice.
So you need to make...
February 25, 2009 at 12:59 pm
This is generally simple task if Windows 2003 is SP2 because it adds the 32bits ODBC which you can use to connect to Excel/Access in WOW64 if you are moving...
February 25, 2009 at 12:12 pm
You can integrate your SSRS reports into a web site by using VS2005/8 ReportViewer control. I have provided all the info you need in the thread below, you...
February 25, 2009 at 11:29 am
The not initialized error means the new SQL Server does not know the ReportServerDB and ReportServerTempDB so the relational engine cannot start reporting services. But in migration it is...
February 25, 2009 at 10:57 am
A side note the MSDN developer edition download is all platforms in one ISO file so it is about 3.3gig. I used the DAEMON tools to install it and...
February 25, 2009 at 9:08 am
There is a SnapshotData table and Subscription table and I found getsnapshot and getsubscription stored procedures. If you spend time with the database you will find all you need...
February 25, 2009 at 8:28 am
The developer edition is under $50 online you need to give that to your developers and you should be able to connect to SQL Server 2000 or any other RDBMS...
February 25, 2009 at 7:02 am
Your installation is currently wrong so you need to remove it and reinstall it and make sure you reconfigure it with Domain Admin account, take care of the Application pool...
February 25, 2009 at 6:51 am
There is a ListRunningJobs stored procedure it may give you the information you need. You could got create a report with it, the other option is to create a...
February 25, 2009 at 6:38 am
Do not write applications that run queries against the report server database. The report server database is not a public schema. The table structure might change from one release to...
February 25, 2009 at 6:04 am
It is generally better to write code that may not use MSDTC but here are two how to with MSDTC and cluster from Microsoft.
http://support.microsoft.com/kb/254321
http://blogs.msdn.com/sqlblog/archive/2006/10/06/MSDTC-and-SQL-Server-on-a-cluster.aspx
February 24, 2009 at 9:06 pm
Hi Richard,
If you go to the location below in your C drive you will see that you already have .NET 3.5 SP1 because you are in XP SP3. So...
February 24, 2009 at 9:02 pm
Actually SQL Server Express tools edition comes with limited management studio and if you want fulltext and import export wizard then get the one with advanced services.
February 24, 2009 at 4:42 pm
The information you got is also in the SQL Server 2005 MAX CAP so the book is just sloppy. I find most Microsoft exam prep books are written by...
February 24, 2009 at 4:03 pm
This assumes that all of the server instances are configured identically, for example, that they use a single collation.
This is something I know because SQL Server uses UCS-2 when it...
February 24, 2009 at 3:32 pm
Viewing 15 posts - 2,161 through 2,175 (of 3,366 total)