Viewing 15 posts - 4,276 through 4,290 (of 6,026 total)
There are many commercial providers of address data. This would be better than attempting to make a web service call for each record in an ETL process.
December 9, 2014 at 9:20 am
Emil Bialobrzeski (12/9/2014)
cbrammer1219 (12/9/2014)
December 9, 2014 at 8:02 am
I am wanting to know if this would violate the terms of use policy, ...
Please provide some more context. You're concerned about violating the terms of use policy for what...
December 9, 2014 at 7:34 am
Gary Varga (12/8/2014)
eric.notheisen (12/8/2014)
I went back into programming in 1995 to avoid office politics.
Good luck with that...difficult to find positions that have near zero office politics but they do exist....
December 8, 2014 at 7:23 am
As the DBA, if you don't trust your users or your application devleopers to do the right thing, then as last line of defense you can check the data on...
December 5, 2014 at 3:25 pm
Jeff Moden (12/5/2014)
Ed Wagner (12/5/2014)
Eric M Russell (12/5/2014)
The input should be properly parsed and formatted prior to inserting the database table. Really, allowing users to enter all contact information into...
December 5, 2014 at 2:37 pm
You are correct that remotely joined tables are very inefficient and the source for many types of problems. If you have a SQL query that joins local tables with remote...
December 5, 2014 at 10:05 am
Just to be safe, you may want to use a file search tool to locate the database file (assuming it may still exist) related to that log file, even if...
December 5, 2014 at 9:52 am
gouri92 (12/5/2014)
I have used Multiline textbox in which user has to enter their family detail.
Like number of brother...
December 5, 2014 at 9:39 am
During a round table discussion a senior developer working in a small company posed the question, “How do I get my Finance manager to release funds for me to do...
December 5, 2014 at 7:09 am
Brandie Tarvin (12/4/2014)
Eric M Russell (12/4/2014)
December 4, 2014 at 7:47 am
Ideally you will be using Windows authentication across the organization and the network domain admin is a different person than the DBA. However, there are scenarios, like 3rd party applications,...
December 4, 2014 at 7:11 am
Steve Jones - SSC Editor (12/3/2014)
John Hanrahan (12/3/2014)
December 3, 2014 at 11:18 am
SQL Server will typically require a schema lock when altering tables, which can be problematic if the deployment involves altering muliple tables and the changes need to be applied in...
December 3, 2014 at 8:01 am
Viewing 15 posts - 4,276 through 4,290 (of 6,026 total)