Viewing 15 posts - 5,746 through 5,760 (of 7,187 total)
There should be a New Query button near the top left hand corner of your screen. If there isn't, choose Toolbars from the View menu, and make sure Standard...
August 24, 2010 at 4:00 am
Use Profiler to capture the execution plans for the two ways of running the code, and then compare them.
John
August 24, 2010 at 3:52 am
Please copy the command from the job, paste it into a SSMS query window, run it, and tell me what happens.
John
August 24, 2010 at 3:18 am
The only way I know of performing a "downgrade" such as this is to script out your database and all objects in it, recreate it on the destination server, and...
August 24, 2010 at 3:14 am
Yes, I would expect that. But you were complaining that your BACKUP DATABASE statement was unsuccessful. What happens when you run that?
John
August 24, 2010 at 3:08 am
Paul
You're quite right - Books Online (2008 R2) says: "The SQL Server Native Client ODBC driver and SQL Server Native Client OLE DB Provider for SQL Server automatically set ANSI_NULLS...
August 24, 2010 at 3:04 am
If your databases are in Simple recovery mode, your transaction log backups will fail. What happens if you run your BACKUP DATABASE statement in a SSMS query window?
John
August 24, 2010 at 2:48 am
paul.knibbs (8/24/2010)
August 24, 2010 at 2:30 am
You can do that in SSIS without using any looping mechanism. Just set your data source using a query, something like SELECT col1, col2, col3 FROM MyTable WHERE type...
August 24, 2010 at 2:01 am
If you run SELECT [name] FROM sys.servers, do you see the old server name, or the new one?
John
August 24, 2010 at 1:54 am
Given the choice of thinking of something and being able to see it, I choose the latter. I don't have AdventureWorks, in any case. If you want help,...
August 23, 2010 at 8:39 am
If you take a full backup immediately before running the log backup job, does it still fail? It's possible that someone is running a BACKUP LOG WITH TRUNCATE_ONLY or...
August 23, 2010 at 8:16 am
So please can we see DDL for the dependent tables, as well as for the foreign key constraints between them and the Product tables? Would you also be looking...
August 23, 2010 at 6:44 am
Abhijit
Surely you just create a table with an identity column, and then insert the values from your two tables into it? If this is too simplistic, then please describe...
August 23, 2010 at 5:56 am
Viewing 15 posts - 5,746 through 5,760 (of 7,187 total)