SQL Server Reporting Services (SSRS) – Referencing a Report Item in SSRS

Use the following expression to reference a textbox in a SSRS report. Assuming your textbox name is TextBox6:=ReportItems!Textbox6.Value.That was simple, but now you want to sum on the report item textbox.The problem that you are facing is the expression in

SQL Server Management Studio – How to determine Product Version, Edition, and Level

How to determine what version of SQL Server Management Studio you are running can be determined within SQL Server Management Studio by performing a SQL Query.

Here’s how:

1) Open Microsoft’s SQL Server Management Studio
2) Connect to a database …