Viewing 15 posts - 4,156 through 4,170 (of 7,187 total)
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
Looks like it's to do with the way the command string is being built. Perphaps you could put a line in your code to print the command string before...
January 3, 2013 at 2:40 am
Phil Parkin (1/3/2013)
Rather than...
January 3, 2013 at 2:14 am
Ram
Use the Import/Export wizard. You have the option to run it immediately or save it as an SSIS package.
John
January 3, 2013 at 2:11 am
I think you had it right in your previous post. But make sure you test it before it goes anywhere near live.
John
January 2, 2013 at 9:23 am
Viewing 15 posts - 4,156 through 4,170 (of 7,187 total)