Translation of "script T-SQL" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Al termine della digitazione, lo script T-SQL è già testato e pronto per l'esecuzione.
By the time you finish typing, your T-SQL script is already tested and ready to run.
Oltre che dare la possibilità di creare uno script T-SQL che reinserisce i record cancellati, può anche creare nuovi database e recuperare i dati cancellati direttamente su di esso.
Besides creating a T-SQL script that inserts records, it can also create a new database and recover deleted records directly into it
Assegnare via script T-SQL un valore di default ad una colonna è molto semplice.
Assign a default value to a column via T-SQL scripts is really simple.
Il risultato del confronto tra due database o progetti di database viene analizzato e consente di applicare la modifica dal database di origine a quello di destinazione oppure semplicemente di generare script T-SQL visualizzabili, modificabili ed eseguibili quando vuoi.
The result of the comparison between two databases or database projects is analyzed and allows you to apply the change from source database to target, or simply generate T-SQL scripts you can view, modify and run at your control.
Per creare dati di tipo geografico con uno o più oggetti vettoriali, dichiarare prima il tipo geografico nello script T-SQL, come illustrato nella Figura 11.
To construct a geography type with one or more vector objects, you first declare the geography type in your T-SQL script, as shown in Figure 11.
Dare un'occhiata alla Figura 1, in cui viene illustrato come creare e inizializzare le variabili Date negli script T-SQL.
Take a look at Figure 1, which shows how to create and initialize Date variables in T-SQL scripts.
Una volta ripristinato il database, bisogna impostare il mirroring sul server principale utilizzando la finestra delle proprietà del database principale in SQL Server Management Studio (SMS) oppure gli script T-SQL.
Once the database is restored, mirroring must be set up on the principal server either using the properties window of the principal database in the SQL Server Management Studio (SMSS) or by using T-SQL scripts.
L'altro approccio è di scrivere uno script T-SQL per fare il backup di tutti i database in uno step di un job in SQL Server Agent.
The other approach is to write a T-SQL script to backup all databases in the SQL Server Agent Job Step dialog.
Seleziona Save recovery script to file per creare uno script T-SQL che inserirà tutti i record recuperati.
Select Save recovery script to file to create a redo T-SQL script that will insert all the recovered records.
Come si può vedere, questo metodo richiede un grosso sforzo per generare gli script T-SQL, e potrebbe non funzionare nel caso di autenticazione SQL Server a causa di due differenti SID per lo stesso nome utente generati su istanze diverse di SQL Server.
As it can be concluded, this method requires a big effort to generate the SQL script, and this will not work in the situation of SQL Server authentication users due to different SID for the same user name generated in different SQL Server instances.
La modifica degli script T-SQL nel database è ora più facile grazie alle funzionalità avanzate di IntelliSense e all'evidenziazione degli errori.