|
|
-
Nakul Vachhrajani production 11 Months ago through Scripts | 1 Point
How do you identify system and user databases programatically? How do you hide the "master" database from the user when running an installer? Use these scripts to either list system or user databases as requried....
|
-
Nakul Vachhrajani worked 11 Months ago through Scripts | 1 Point
How do you identify system and user databases programatically? How do you hide the "master" database from the user when running an installer? Use these scripts to either list system or user databases as requried....
|
-
Nakul Vachhrajani lifesaver 11 Months ago through Scripts | 1 Point
In a rare case when you need to control the execution sequence of database triggers, you can use the sp_settriggerorder statement to do so. However, the recommended best practice always remains that you should have business logic dependent upon executio...
|
-
Nakul Vachhrajani liked 11 Months ago through Scripts | 1 Point
In a rare case when you need to control the execution sequence of database triggers, you can use the sp_settriggerorder statement to do so. However, the recommended best practice always remains that you should have business logic dependent upon executio...
|
-
Nakul Vachhrajani production 11 Months ago through Scripts | 1 Point
In a rare case when you need to control the execution sequence of database triggers, you can use the sp_settriggerorder statement to do so. However, the recommended best practice always remains that you should have business logic dependent upon executio...
|
-
Nakul Vachhrajani worked 11 Months ago through Scripts | 1 Point
In a rare case when you need to control the execution sequence of database triggers, you can use the sp_settriggerorder statement to do so. However, the recommended best practice always remains that you should have business logic dependent upon executio...
|
-
Nakul Vachhrajani Posted 11 Months ago through Scripts | 10 Points
In a rare case when you need to control the execution sequence of database triggers, you can use the sp_settriggerorder statement to do so. However, the recommended best practice always remains that you should have business logic dependent upon executio...
|
-
Nakul Vachhrajani Posted 11 Months ago through Scripts | 10 Points
How do you identify system and user databases programatically? How do you hide the "master" database from the user when running an installer? Use these scripts to either list system or user databases as requried....
|
-
Nakul Vachhrajani liked 11 Months ago through Scripts | 1 Point
Ever had a situation where you had to attach a database when all you had were the data files? Perhaps when you downloaded the AdventureWorks sample databases from CodePlex? Here's a script to attach a database with just the data files using CREATE DATAB...
|
-
Nakul Vachhrajani worked 11 Months ago through Scripts | 1 Point
Ever had a situation where you had to attach a database when all you had were the data files? Perhaps when you downloaded the AdventureWorks sample databases from CodePlex? Here's a script to attach a database with just the data files using CREATE DATAB...
|