Viewing 15 posts - 5,881 through 5,895 (of 6,022 total)
SKYBVI (9/17/2010)
data -->other sources
-->sql server
-->new connection
write t sql script there
execute, the excel would be filled with the result
of the t sql specified..
no use of...
September 17, 2010 at 2:25 pm
If users suddenly report that the database application is unresponsive, and you're looking for a first response script to tell you stuff like what connections are active, what processes are...
September 17, 2010 at 11:53 am
Most Oracle developers love cursors. I mean, it's so obvious they're in love. If you read an Oracle PL/SQL developer guide, it will be full of sappy love poetry dedicated...
September 17, 2010 at 9:06 am
The only practical way to report off of 5 million rows is to pull it into an OLAP cube, preferably on a different server or their local PC, and then...
September 17, 2010 at 8:21 am
Jeff Moden (9/16/2010)
I'm curious... Why do the folks that imposed this requirement think that it's a good idea to do?
There are a narrow range of data modeling scenarios where a...
September 17, 2010 at 8:09 am
Eric Russell 13013 (9/16/2010)
September 16, 2010 at 2:07 pm
A BigInt datatype has max value of 9,223,372,036,854,775,807, so it's large enough to allow several tables to reserve an identity seed of several billion. If you're planning to impelment a...
September 16, 2010 at 1:45 pm
WayneS (9/15/2010)
Eric Russell 13013 (9/15/2010)
September 15, 2010 at 11:33 am
krowley (9/15/2010)
Eric Russell 13013 (9/15/2010)
September 15, 2010 at 10:52 am
The problem with social engineering and digital authentication is that it involves information that can be easily forged. If I call someone up and say I'm from the bank, they...
September 15, 2010 at 10:24 am
Based on the cases I've read about, it seems that only a small pecentage of data breaches are the result of someone hacking the actual database server. From what I...
September 15, 2010 at 7:38 am
Using SQL Server's backup process, you can do what's called a "partial restore", which restores the primary filegroup and whatever secondary filegroups you choose. How useful that would be in...
September 14, 2010 at 2:30 pm
I think that if an organization generally pays contractors to do stuff like fixing their plumbing, mowing the lawn, or book keeping, then they can find a way to fund...
September 14, 2010 at 1:52 pm
SQL Server's default transaction isolation level is READ COMMITTED, and I'd suggest leaving it as is. Also, run the update query through Database Tuning Advisor and see what it reccomends.
September 14, 2010 at 1:22 pm
steveb. (9/14/2010)
torpkev (9/14/2010)
September 14, 2010 at 11:12 am
Viewing 15 posts - 5,881 through 5,895 (of 6,022 total)