Viewing 15 posts - 5,641 through 5,655 (of 6,031 total)
Aaron N. Cutshall (4/11/2011)
April 11, 2011 at 8:36 am
Once a smart team of engineers create a really practical piece of technology, it's inevitable that the consumer marketing industry will come along behind them, FUBAR the technology, and then...
April 11, 2011 at 8:03 am
Aaron N. Cutshall (4/11/2011)
nick.mcdermaid (4/11/2011)
And yes unfortunately the Oracle client is a hideously bloated thing that needs to be installed.
I couldn't agree with you more! That sucker is HUGE...
April 11, 2011 at 7:44 am
If I need to generate a unique sequential integer IDs for transactional records (for example sale_id or customer_id), then I'll use an identity. I call that an instance ID. However,...
April 8, 2011 at 12:05 pm
Martin Mason (4/7/2011)
magarity kerns (4/7/2011)
April 7, 2011 at 12:41 pm
There are a series of canned questions that should always be asked upfront, and these should be documented in the requirements. However, I also find it essential to ask the...
April 7, 2011 at 10:05 am
Brandie Tarvin (4/6/2011)
Now that's a clever solution. I like the use of Rank, Partition, and Right there.
One caveat to using the ranking method is that each row is ranked dynamically...
April 6, 2011 at 7:50 am
DMS11X (4/4/2011)
Can someone mark this thread as solved? So if anyone else needs help...
Looking at your sample resultset above, it seems to me that the column SequenceNumber is derived...
April 5, 2011 at 4:30 pm
Well, the good news is that you've got your work cut out for you and don't need to worry about getting laid off anytime soon.
In most large proprietary databases...
April 5, 2011 at 2:24 pm
If you're not sure what to look for, then consider using the DTA (Database Engine Tuning Advisor) tool to analyze your query.
April 4, 2011 at 12:14 pm
asterman_3 (4/4/2011)
April 4, 2011 at 9:38 am
asterman_3 (4/4/2011)
Thank you for the detailed explanation. It works!I have another question.
How can I CREATE a PROCEDURE on the remote sql server?
You should create a procedure on the remote database...
April 4, 2011 at 9:15 am
asterman_3 (4/4/2011)
Hi,I need help. I want to connect to a remote SQL Server. So, can someone exactly describe the T-SQL scripts needed for this?
Thank you!
One method is to create...
April 4, 2011 at 9:08 am
Steve Jones - SSC Editor (4/1/2011)
H-122523 (4/1/2011)
Interesting editorial, this, as it connects failure to probability.
In the end, we all make up the statistics; I just finished 'The Black...
April 1, 2011 at 1:44 pm
If Joe's Bike Shop looses all their data without a backup, then that's a personal tragedy for their business, but it's not really a community or regional wide disaster. The...
March 31, 2011 at 10:09 am
Viewing 15 posts - 5,641 through 5,655 (of 6,031 total)