SQL Server,C# and VB sharing Codes

SQL Server,C# and VB sharing Codes Share your Codes, consult problems, bugs, techniques and strategies of the best coding approach.

14/04/2018

Hi guys! Give me your thoughts about Data model best practices.

SELECT T.object_id , T.Name 'HEAP TABLE'FROM sys.indexes IINNER JOIN sys.tables T ON I.object_id = T.object_idWHERE I.ty...
12/01/2018

SELECT T.object_id
, T.Name 'HEAP TABLE'
FROM sys.indexes I
INNER JOIN sys.tables T ON I.object_id = T.object_id
WHERE I.type = 0
AND T.type = 'U'
ORDER BY t.name

Read this for more details. It will help you to boost your SQL Server Performance:

A heap is a table without a clustered index. One or more nonclustered indexes can be created on tables stored as a heap. Data is stored in the heap without specifying an order. Usually data is initially stored in the order in which is the rows are inserted into the table, but the Database Engine can...

16/11/2017

What are the difference between DELETE and TRUNCATE?. Answer will be posted later in the comment box.

04/11/2017

What is the difference between Mirroring and AlwaysOn

28/01/2016
05/05/2015

Goodevening Developers!
What is the difference between
DBA and DB Engineer? B-)

17/04/2015

Good morning everyone ! :) Inspire ourself to Develop more!

04/03/2015

Does anyone knows how to be a greate DBA :)

14/11/2014

Thanks for all your likes!! Please share

15/10/2014

Happy Cold morning everyone :)

Address

Brixton Street Reliance Cor. Mesco Bldg 4th Flr. Brgy. Kapitolyo
Bacoor

Opening Hours

Monday 9am - 5pm
Tuesday 9am - 5pm
Wednesday 9am - 5pm
Thursday 9am - 5pm
Friday 9am - 5pm

Alerts

Be the first to know and let us send you an email when SQL Server,C# and VB sharing Codes posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share