Viewing 15 posts - 166 through 180 (of 1,291 total)
I was referring to SQL Server Backup, am sure others also meant SQL backups.
Detach / attach is quicker than backup / restore since it avoids the backup step and restore...
May 19, 2010 at 10:29 am
You need to use EXEC dbname.schema.Sprocname from your 1st database.
May 19, 2010 at 9:26 am
As already mentioned, take a FULL backup as a precautionary measure. Once you attach the files to SQL Server 2005, those files cannot be detached and attached back in SQL...
May 19, 2010 at 8:41 am
pattamuthu (5/19/2010)
Thanks, very much it worked.. and also if it is in different server, do i need to add some more param?
If it is a different server you need to...
May 19, 2010 at 7:11 am
If both the databases are on the same server (SQL Instance) then use 3 part notation as
SELECT COL1,COL2,COL3 FROM LRB.dbo.Table
May 19, 2010 at 6:54 am
My guess is you should have them on each of the databases in that Server
These should help you..
http://www.sql-server-performance.com/articles/audit/ddl_triggers_p1.aspx
http://www.developer.com/db/article.php/3552096/Using-DDL-Triggers-to-Manage-SQL-Server-2005.htm
May 18, 2010 at 2:21 pm
There migh be any kind of issue, it's hard to predict one..
Have you made sure, you are able to connect to the SQL 2000 Instance locally on the server? Just...
May 18, 2010 at 12:03 pm
Thanks for that, even a wild guess is a better than no guess.
I shall try that when I return to work on Monday..
Thanks for your time.
April 2, 2010 at 8:45 am
Gift Peddie (4/2/2010)
You have two options create SSIS package and automate it so it runs for a long time to move your data, the other option is create an ADO.NET...
April 2, 2010 at 8:29 am
Hi thanks again for that.
I am using OLE DB Destination and I do not have table or fast load option for data access mode. The property you mentioned is only...
April 2, 2010 at 7:57 am
It does not do any transformations, all it does is to move these 40 odd Million records from one table in SQL Server to a table in Oracle. Since the...
April 2, 2010 at 7:10 am
Still waiting for any expert opinions..
April 2, 2010 at 6:14 am
What do you mean the Full backup of a Database (which is 600 Gb) to be 100 GB..
It should normally not that low unless you are compressing the backup with...
April 1, 2010 at 9:09 am
Viewing 15 posts - 166 through 180 (of 1,291 total)