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...
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 4, 2006 at 9:11 pm
Yeah! Good luck with your upgrade.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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...
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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...
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 3, 2006 at 5:41 pm
Thanks! I knew it would be somthing obvious that I overlooked!
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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,...
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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?
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 3, 2006 at 8:14 am
There is an option STATS that defaults to 10%.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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...
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
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.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 1, 2006 at 9:21 pm
Do you have a backup available?
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
December 23, 2005 at 5:10 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.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
December 23, 2005 at 7:56 am
Cool! Glad it helped!
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
December 21, 2005 at 12:50 pm
Sorry about that! I would have checked it myself, but I didn't realize one of my questions was being posted today.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
December 21, 2005 at 9:34 am
Viewing 15 posts - 211 through 225 (of 583 total)