Uncategorized – AumTechHub.Com http://aumtechhub.com Just share it!!! Thu, 28 Apr 2022 13:48:35 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 179596041 Deploy Custom assembly in reporting services http://aumtechhub.com/deploy-custom-assembly-in-reporting-services/?utm_source=rss&utm_medium=rss&utm_campaign=deploy-custom-assembly-in-reporting-services Thu, 28 Apr 2022 13:48:35 +0000 https://aumtechhub.com/?p=379 Recently I had to do a report that generates barcodes using an assembly (dll). In order to use the dll, you can do few different things. One is to use GAC and register it. If that doesnt work then second option is you can copy the dll into folder “%ProgramFiles%\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer\bin” and that works perfectly.

]]>
379
How to map a network drive with NET USE? http://aumtechhub.com/how-to-map-a-network-drive-with-net-use/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-map-a-network-drive-with-net-use Thu, 09 Dec 2021 07:13:29 +0000 https://aumtechhub.com/?p=324 The following command will allow any account to map to a network unc path. The command must include credential.

C:\Users\AumTechHub>net use q: "\\Share.DomainName.com\SQL\queries" /user:DomainName.com\username Password

The above command will map drive Q: to point to the path \\Share\SQL\queries over the network. The Domain name sometimes has to be specified with the machine name or servername.

]]>
324