Viewing 15 posts - 1,666 through 1,680 (of 2,268 total)
Are you still having the same error?
Are you able to preview the spread-sheet in the file connection manager?
January 15, 2009 at 3:55 am
This usualy means that the file is not in the location that you specifed, check that it is.
January 15, 2009 at 3:26 am
S Hodkinson (1/14/2009)
Can I do a similar thing for BIDS (or should...
January 14, 2009 at 10:16 am
it should do, unless you are using some old t-sql code that has been deprecated in the 2008 release..
January 14, 2009 at 9:35 am
I have to agree, if you are not going to use any access features such as bound forms, then you will save your-self a lot of trouble by...
January 14, 2009 at 8:59 am
I upgraded our sql server 2005 to 64bit and all our .Net applicaiton worked fine afterwards. Not sure about Crystal though..
January 14, 2009 at 8:46 am
jon.eyre (1/14/2009)
You would thing microsoft would make this easy
The do make it fairly easy but try to make things, like overwriting your database file accidently, a bit more difficult...
January 14, 2009 at 8:39 am
The problem is that you are using the NORECOVERY option, this will leave your database in a a non-recoverd state so that you can restore further transaction logs.
If you want...
January 14, 2009 at 7:23 am
Also do not forget to rename or relocate the .mdf and .ldf files.
January 14, 2009 at 5:03 am
This is not a script, but i use this utility quite a bit to generate scripts from SQL server.
http://weblogs.sqlteam.com/billg/archive/2005/11/22/8414.aspx
January 14, 2009 at 4:28 am
You can use SSIS to transfer the tables across, create a package with your SQL server as source and the Oracle database as a destination.
Not too sure...
January 14, 2009 at 4:10 am
Check the size of your temp database, and that it has enough room to grow.
Resetting the server will delete this file
January 13, 2009 at 7:04 am
muralikrishna37 (1/13/2009)
Thank u Stevebif u dont mind can u write the related script otherwise tell me the related link.because i dont know coding part.
Thanks
Murali
It will be hard to write a...
January 13, 2009 at 6:09 am
you may have to write a custom script for this.
All the lines of data in the source file in the same format. eg. all three address columns are...
January 13, 2009 at 4:23 am
Viewing 15 posts - 1,666 through 1,680 (of 2,268 total)