Viewing 15 posts - 4,651 through 4,665 (of 6,026 total)
Ed Wagner (3/17/2014)
Eric M Russell (3/17/2014)
inaugurationStart
dissonance
March 17, 2014 at 8:26 am
Even on a low end server, it shouldn't take 10 minutes to insert 90,000 rows into one table and 5,000 rows into another one. I suspect what's holding it up...
March 17, 2014 at 7:57 am
navie (3/13/2014)
...I need to get result from all the tables and all the columns which has bad data including schemaName, table name and column name in result.
thanks,
I work with...
March 14, 2014 at 11:12 am
william.rees.howells (3/13/2014)
March 14, 2014 at 10:13 am
humbleDBA (3/14/2014)
Eric M Russell (3/13/2014)
Siberian Khatru (3/12/2014)
March 14, 2014 at 7:25 am
Siberian Khatru (3/12/2014)
March 13, 2014 at 12:26 pm
Jeff Moden (3/13/2014)
Eric M Russell (3/13/2014)
pretea (3/13/2014)
I have multiple (individual) insert statement to insert around 2 million rows (using sqlcmd because the insert stament is around 8 thou lines).
It took...
March 13, 2014 at 12:19 pm
pretea (3/13/2014)
I have multiple (individual) insert statement to insert around 2 million rows (using sqlcmd because the insert stament is around 8 thou lines).
It took about an hr to insert...
March 13, 2014 at 11:29 am
I've never actually used Twitter, but it seems to me that if the question can be expressed in 140 characters or less, then the answer could probably by found quicker...
March 13, 2014 at 7:30 am
It depends on what automation and instrumentation method you're wanting to inegrate with.
It will require some programming, but PowerShell is typically used for what you're asking. This is perhaps...
March 12, 2014 at 11:55 am
While most of this audience aren't in the development space, some may be, and the impacts of the results could certainly affect our careers.
Odd, I would expect the...
March 11, 2014 at 7:46 am
koti.raavi (3/10/2014)
...At the end of the test, you will be expected to demonstrate your code, and discuss the design, implementation, limitations, and potential future enhancements.
That's funny. 😛
March 10, 2014 at 11:22 am
It's been a long time ago, but I vaguely recall using LINQ (or OLEDB directly) to query data from Outlook.
http://thedatafarm.com/data-access/using-linq-to-query-outlook-emails-joined-with-sql-data/
March 10, 2014 at 11:03 am
Ratheesh.K.Nair (3/10/2014)
Hi Experts,Is there anyway to find the most used indexes in a DB?
This little DMV ditty should to the trick.
select
object_name(s.object_id) as obj_name,
...
March 10, 2014 at 10:53 am
Viewing 15 posts - 4,651 through 4,665 (of 6,026 total)