Viewing 6 posts - 1 through 6 (of 6 total)
Hi Phil,
what kind of connector are you using to communicate with the SQL database when writing c#?
System.Data.SqlClient?
I am asking, because I am wondering how you are calling the stored procedures...
January 26, 2020 at 11:05 pm
it is especially useful, if you need a table to be online all the time, but want to load lots of data to it (e.g. full reload). Then you can...
August 13, 2019 at 12:13 pm
Hey Jeff,
Indeed, we deploy empty copies of prod instances via VS. Typically, we are not copying instances containing user data regularly. And if we need to move them to another...
August 6, 2019 at 8:10 am
I use the aforementioned 3-part schema if I query a foreign table from a stored procedure. As said, staging and DWH is a good example for this scenario. Here I...
August 5, 2019 at 2:34 pm
Hi Jeff,
in our case as an automatically generated 3-part name (I guess even no linked server is supported with this model, but not sure). It is important to know, that...
August 5, 2019 at 2:13 pm
We once used to utilizing them, but with the advent of database projects in VS, we abandoned them again from our development. This due to the reason, that VS itself...
August 5, 2019 at 1:39 pm
Viewing 6 posts - 1 through 6 (of 6 total)