Viewing 15 posts - 1 through 15 (of 88 total)
You can use dynamic SQL inside the stored procedure.
March 1, 2018 at 5:19 am
Staging tables can be heap apart from tables storing configuration data which is very less in size.
April 25, 2016 at 3:00 am
Option 4 failed as there is no column orderstatus in table MySales:alien:
December 30, 2015 at 5:20 am
Here are some basic guidelines
1)Use clustered indexes on high-usage tables.
2)Avoid high row count SQL statements that can cause a table lock. For example, instead of inserting all rows from one...
June 5, 2015 at 12:56 am
Viewing 15 posts - 1 through 15 (of 88 total)