Viewing 15 posts - 631 through 645 (of 790 total)
As I can see from your info that your DB is 1 GB maybe some table has over 65 000 records in one sheet and the Excel 2003 doesn't support...
October 2, 2008 at 12:04 pm
Nice one ... I like it, is very simple!
😉
October 2, 2008 at 7:01 am
...or you can use Import/Export Data wizards ... if you want to working by clicking!
if you have any problem ...we are here!
Dugi
October 2, 2008 at 2:30 am
yes and very easy:
SELECT * INTO DESTINATION_DATABASE.DBO.TABLE
FROM SOURCE_DATABASE.DBO.TABLE;
GO
DESTINATION_DATABASE is your database where you want to put the table and you data of that table!
SOURCE_DATABASE is your database where are the...
October 2, 2008 at 2:27 am
GilaMonster (9/29/2008)
ananda.murugesan (9/29/2008)
hi sqldba,pls tell me, what is the different between incremental backup and differential backup in sql server 200?
SQL doesn't have an incremental backup. It has a full backup,...
October 1, 2008 at 1:56 pm
Close this topic the first one is here
http://www.sqlservercentral.com/Forums/Topic577625-146-1.aspx
:w00t:
September 29, 2008 at 5:52 am
....hahaha SQL Server 200 never exist (little joke) anyway...
there is the link with lot of information that you can find about backup and restore!
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlbackuprest.mspx
Hope it helps you!
Dugi
:w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t::w00t:
September 29, 2008 at 5:48 am
O man, O man ...no comment!
:w00t::w00t::w00t::w00t::w00t::w00t::w00t:
September 24, 2008 at 7:17 am
samarjit2k1 (9/24/2008)
Can the FILESTREAM data type be used in SQL Server 2005?
No just in SQL 2008
😛
September 24, 2008 at 7:09 am
Hmmm wrong section for asking ...you should post in this forum "SQL Server 2005 General Discussion" inside SSC!
Backup your databases first then go and install service pack 2 of SQL...
September 24, 2008 at 2:52 am
Nice information about FILESTREAM!
😎
September 24, 2008 at 2:21 am
Are you working localy or in network with EM ...?
September 23, 2008 at 4:52 am
Thnx Jeff I appreciate that deal ....also I found the solution with Tally table but it would be better if you post the alternative solutions with tally table!
I started to...
September 23, 2008 at 3:48 am
AHA...at the end the results I have the missing ID's ...now is correct !
sorry I didn't check the end of the results couz I thought that they will publish as...
September 16, 2008 at 7:32 am
ok there is my results you can see them in attach :
September 16, 2008 at 6:42 am
Viewing 15 posts - 631 through 645 (of 790 total)