Deploying a report model to a reporting server, it embeds the data source
(.dsv) file into the report model (.smdl) file automatically. When we need to
upload a single report model file to the report server, we can manually copy the
entire code of the .dsv file into the .smdl file just before the
</SemanticModel> attribute which is in the last line.
Subscribe to:
Post Comments (Atom)
Updating massive amount of rows whilst avoiding blocking
The following SQL is a good means to split an update on a massive table into smaller chunks, whilst reducing blocking. The method is to upda...
-
Microsoft Distributed Transaction Coordinator (abbreviated to MSDTC, or DTC) is usually very quick and simple to set up. However, it isn...
-
Migrations between SQL Servers can be laborious, and doing them manually leaves a lot of room for human error. Scripting a migration using t...
-
Scheduling SSIS packages from SQL Agent can produce the following error on a new installation of SQL Server: “Connecting to the Integration...
No comments:
Post a Comment