Viewing 15 posts - 211 through 225 (of 583 total)
There is a setting that determines when the transaction is commited: Set Implicit_transactions. If this is off, the transaction is committed immediately unless you use BEGIN TRANSACTION first. When I...
January 4, 2006 at 9:11 pm
Yeah! Good luck with your upgrade.
January 4, 2006 at 10:06 am
I think it boils down to the data and what you are trying to achieve. The LEFT OUTER join will retrieve all rows from the table on the left of the join whether...
January 3, 2006 at 9:14 pm
Here are the steps to do a restore and move the file destinations:
In SQL Server Management Studio
Right Click on Databases and choose "Restore Database"
Type the name of the database that...
January 3, 2006 at 5:41 pm
Thanks! I knew it would be somthing obvious that I overlooked!
January 3, 2006 at 10:34 am
You definately should be able to restore to SQL 2005 from a SQL 2000 backup, but not the other way around. Make sure you understand how to do a restore,...
January 3, 2006 at 10:31 am
Do you know the command to cause the results to show up in Query Analyzer as they happen instead of when the batch is completed?
January 3, 2006 at 8:14 am
There is an option STATS that defaults to 10%.
January 2, 2006 at 5:33 pm
Kirk is correct. Also, don't have to convert your DTS packages right away. There is an upgrade wizard, and dtsrun is still supported.
January 2, 2006 at 5:20 pm
It looks like the Import tool only brings data. When I try to import a table using it, I lose the primary keys, defaults, etc. Do you need to convert...
January 2, 2006 at 5:14 pm
They must have corrected the issue with Office XP. I was unable to reproduce the problem and left "set nocount on" in my trigger.
January 1, 2006 at 9:21 pm
Merry Christmas Steve, Brian and Andy! Thanks for helping to make 2005 such a fun year for me. Can't wait to see what next year has in store.
December 23, 2005 at 7:56 am
Sorry about that! I would have checked it myself, but I didn't realize one of my questions was being posted today.
December 21, 2005 at 9:34 am
Viewing 15 posts - 211 through 225 (of 583 total)