Viewing 9 posts - 1 through 9 (of 9 total)
Download page is here
November 13, 2009 at 2:06 am
I think your Access database may be corrupted. Try downloading the Northwind database from Microsoft's web site
Although it's an Access 2000 database, you should still be able...
February 6, 2009 at 7:48 am
You can also use this for SQL Express
http://sqlprofiler.googlepages.com/
It's a 3rd party program, but it worked fine for me.
June 3, 2008 at 5:30 am
The following query will copy the table structure and all of the data
SELECT * INTO NewTable FROM OldTable
If you only want to copy some data from the old table, you...
March 26, 2008 at 2:49 am
I guess that depends on what you want to use it for...
You don't need it to be able to create and publish reports on a server, as long as you're...
January 17, 2008 at 8:43 am
Try a domain user account/password instead of a local one.
Also, see the help topic "Configuring Authentication in Reporting Services".
January 16, 2008 at 3:34 am
It might be failing if a SQL 2005 express instance already exists. If you install it normally, are you uninstalling it before trying the unattended install?
I'm assuming .net 2...
December 21, 2007 at 3:03 am
When it does the system check at the beginning of the install, you should be able to click on the link and it'll tell you what it thinks is not...
August 1, 2007 at 3:25 am
2005 Express does not include SSIS - see http://msdn2.microsoft.com/en-us/library/ms143755.aspx
It seems you need to use bcp - see http://asptutorials.net/SQL-Server/sseutil-and-database-replication/
Good luck
Graham
July 18, 2007 at 4:55 am
Viewing 9 posts - 1 through 9 (of 9 total)