Viewing 15 posts - 76 through 90 (of 151 total)
Can you add server with IP instead of name? Is DNS giving any error in eventvwr?
March 12, 2009 at 8:18 am
1 - When Restoring a SQL 2000 .BAK file to SQL 2008, is there a best practise regarding such things? Should the database be updated in anyway? or just put...
March 12, 2009 at 7:26 am
Check to make sure that your endpoints are visible; use telnet to see if open.
March 12, 2009 at 7:20 am
Agreed. Plan on lots of testing besides reading up on the subject. I worked for a client in Dallas that was moving to a virtual environment; I set up all...
March 11, 2009 at 5:21 am
There are a bunch of whitepapers out on this subject (Hyper-v performance, virtualization, consolidation, etc.) on the Microsoft SQL Server site, so I suggest that you check them out. I...
March 10, 2009 at 10:11 pm
Try it in some other environments and see what it does (dev, stage, etc.). He's right - Hyperthreading is a no-no for SQL Server, although I'm not sure that simply...
March 9, 2009 at 6:23 am
So, tell the guy first off that you can move the data out of the table, bcp, SELECT INTO, or otherwise, create the new table, and then move it back...
March 9, 2009 at 6:12 am
I wouldn't think that deleting 3-4k records among 28 tables would put indexes too far out of whack either, unless you're deleting only a few records from most of the...
March 9, 2009 at 5:40 am
The old sp_tables works too 😀
March 9, 2009 at 5:34 am
florian.reischl (3/7/2009)
Mohit (3/7/2009)
March 7, 2009 at 3:46 pm
Interesting point. I agree that SQL Server 2005 Std. had a ton of features that used to be in Enterprise, but i'm not sure that they shifted this back to...
March 6, 2009 at 5:57 am
Go look up INFORMATION.SCHEMA in BOL, both INFORMATION_SCHEMA.COLUMNS and TABLES and see if that might work for you.
March 6, 2009 at 5:48 am
You need some sort of delimiter or you will find it difficult to tell what you have. I was going to suggest searching on spaces and delimiting yourself on them...
March 6, 2009 at 5:44 am
Sometimes for debugging variables I just throw in a script task and do:
MsgBox(Dts.Variables ("yourvariablenamegoeshere").Value.ToString)
March 4, 2009 at 3:15 pm
Viewing 15 posts - 76 through 90 (of 151 total)