Viewing 15 posts - 4,156 through 4,170 (of 7,191 total)
GilaMonster (1/8/2013)
January 8, 2013 at 4:18 am
GilaMonster (1/8/2013)
John Mitchell-245523 (1/8/2013)
It will depend on whether the database was cleanly shut down - it's possible that the files will be corrupt otherwise.
That's attaching without the log...
January 8, 2013 at 3:40 am
There shouldn't be a problem with the version difference. Have you tried it, though? That's the best way of finding out. It will depend on whether the...
January 8, 2013 at 2:54 am
Have you tried Full Text Indexing?
John
January 8, 2013 at 2:03 am
If this is an ad hoc query you wish to run against multiple servers, you might consider setting up a Central Management Server.
John
January 7, 2013 at 4:36 am
That sounds like a line from a batch file rather than a SQL script.
John
January 7, 2013 at 4:25 am
Craig
Don't shrink the logs, but make sure you're backing them up regularly. Search the web for "SQL Server Transaction Log Maintenance" for more information.
John
January 7, 2013 at 2:59 am
Roland Alexander STL (1/4/2013)
January 4, 2013 at 9:29 am
Mark
Fair enough about the staging table - it was just a suggestion. Might still be worth considering on the output table, though.
If I may say so, the thing about...
January 3, 2013 at 6:30 am
It might be more efficient to do the update in your staging or output table instead of as part of the transformation. You'll need to test to find out...
January 3, 2013 at 6:11 am
If you have the option to clean the data in the database itself, rather than just the extracts, I'd recommend you do that. Use NULL where the value is...
January 3, 2013 at 5:48 am
If you've only got the one instance in your cluster, you could evict nodes until you're left with a single-node cluster. Otherwise, you're probably best building a new instance...
January 3, 2013 at 3:36 am
10e5x (1/3/2013)
Oh i tried using msgbox to see whats wrong before posting here. MsgBox doesnt really helps pointing out where is the problem.
Why not? If you put this in...
January 3, 2013 at 3:22 am
That's more a VB question than a SQL Server question, and outside my area of expertise. You could try using MsgBox.
John
January 3, 2013 at 2:54 am
Viewing 15 posts - 4,156 through 4,170 (of 7,191 total)