Viewing 15 posts - 1 through 15 (of 118 total)
May 2, 2017 at 1:41 am
October 21, 2016 at 3:00 am
Hi,
There are many online tutorials to help you.
You may start with referring to this tutorial, http://www.tutorialspoint.com/teradata/.
Thanks,
Durga Prasad.
September 2, 2016 at 3:30 am
Yes, its always a best practice to have a primary key on table to avoid the heap. It can be either simple identity column or any business key.
Also as...
September 1, 2016 at 11:33 pm
Yes, SQL Server 2014 express edition supports business intelligence.
For minimum system requirements, refer to books online.
Best regards,
Durga Prasad.
August 30, 2016 at 1:14 am
nolock is same as Isolation level ReadUncommitted.
You can find the saem using below query,
SELECT CASE transaction_isolation_level
WHEN 0 THEN 'Unspecified'
WHEN 1 THEN 'ReadUncommitted'
WHEN 2 THEN 'ReadCommitted'
WHEN 3...
August 29, 2016 at 12:51 am
@Grant Fritchey,
Thanks for the reply.
It seems the SQL Test tool will unit test to check the values of data types and to mock database objects but my requirement is not...
August 24, 2016 at 7:07 am
I agree with you, Partitioning main purpose is to maintain the database but not for performance.
Thanks,
Durga Prasad.
August 24, 2016 at 4:03 am
Thanks for the update.
So this test case worked for you with float datatype or not?
August 24, 2016 at 2:33 am
I have verified this and it works fine for me, refer to the attachment.
August 24, 2016 at 2:22 am
Hi all,
Can somebody explain if there are any tools available to unit test the functional test cases in database?
Thanks,
Durga Prasad.
August 24, 2016 at 12:14 am
Interesting scenario, I am also keenly interested to learn about this.
August 18, 2016 at 1:34 am
strictly this usage is not possible in SQL Server as the other expert suggested.
For better help, you need to post the associated DDL and DML statements with sample data.
Thanks,
Durga Prasad
August 3, 2016 at 4:37 am
Yes, please post the DDL and DML associated with this query to help you better.
August 3, 2016 at 12:22 am
Viewing 15 posts - 1 through 15 (of 118 total)