DotNetShoutout - Stories tagged with TSQL
7
Shouts

Getting Started with SSRS - Part 6 - Creating, Deleting and Moving a folder in SSRS Server

published 525 days, 7 hours, 45 minutes ago posted by kinj312kinj312 528 days, 10 hours, 22 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 9:35:26 AM GMT
In this article we are going to see how to manage the folders in Reporting Server. In our earlier articles we have seen how to create and deploy a report to the reporting server. We have seen cases where we need to manage the reports based on the requirement like moving a report to a folder and take a backup. (more)
category: Data | clicked: 2 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
8
Shouts

SQL Server – Profiler – Part 4 – Review T-SQL code to identify objects no longer supported by Microsoft - Deprecation Event

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 529 days, 11 hours, 4 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Wednesday, December 07, 2011 8:53:04 AM GMT
Based on popular demand from my colleagues and you, the kind reader, I am currently writing a series of posts on the SQL Server Profiler. Three parts have been published till date, and for your kind reference, here are the links to them: What is a SQL... (more)
category: Data | clicked: 4 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

ALTER INDEX permissions

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 530 days, 12 hours, 8 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Tuesday, December 06, 2011 7:49:23 AM GMT
Developers like to have some control over the development process. An example is index building. Asking a DBA repeatedly for changes to a Development Database might not be the best use of time – for either parties. For example, a developer may want to... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, DBA, TSQL
8
Shouts

Getting Started with SSRS - Part 5 - Deploying a report to the Server

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 530 days, 12 hours, 8 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Tuesday, December 06, 2011 7:48:38 AM GMT
In our earlier articles, we have seen how to design a report and connect to the database to pull out the values based on the requirement to be shown in the report. Also, we have seen the configuration section on how to configure the SQL Server Reporting Services manually by providing the Report Server name. (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
9
Shouts

Aggregate functions always return at least a row although table is empty

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 531 days, 9 hours, 27 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Monday, December 05, 2011 10:30:27 AM GMT
There are many aggregate functions available in SQL Server. One thing that most of the people forget is that Aggregate functions always return atleast a row no matter if there are rows in the table or where clause returns or does not return any resultset... (more)
category: Data | clicked: 15 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
9
Shouts

SQL Server 2012: Service Accounts Changes

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 531 days, 9 hours, 28 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Monday, December 05, 2011 10:29:13 AM GMT
After SQL Server 2012 RC0 installation I noticed a few changes in SQL Server services account configuration. In previous versions (SQL Server 2005 and 2008/R2) during stand-alone SQL Server installation, local Windows group is created and service account... (more)
category: Data | clicked: 13 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Monitoring a Rollback and sys.dm_exec_requests

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 533 days, 12 hours, 40 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Saturday, December 03, 2011 7:16:56 AM GMT
The dynamic management view ( DMV ) sys.dmexecrequests returns information about each request that is executing within SQL Server. Instead of using Activity Monitor to view the status of a Rollback, use this T-SQL code . Activity monitor is based on... (more)
category: Data | clicked: 10 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
6
Shouts

SQL Server trace flags

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 533 days, 12 hours, 41 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Saturday, December 03, 2011 7:16:24 AM GMT
Normally I’m not a big fan of using traceflags, my advice is only to use these when it is absolutely necessary otherwise don’t. Here is a list of the documented traceflags that you can use with SQL Server. That is the documented once, besides that there... (more)
category: Data | clicked: 4 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Getting Started with SSRS - Part 4 - Configuring SQL Server Reporting Services in Windows Server 2008

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 534 days, 9 hours, 58 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Friday, December 02, 2011 9:58:48 AM GMT
In our previous articles, we have seen how to install SQL Server Reporting Services and to create a new report using the Report Wizard and Report Designer Window. Now, in this article we are going to see how to configure SQL Server Reporting Services in Windows Server 2008 environment. (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
8
Shouts

SQL Server – Profiler – Part 3 – Trace execution options – Save trace to file or a table, Auto-scroll and keyboard shortcuts

published 528 days, 15 hours, 31 minutes ago posted by kinj312kinj312 534 days, 9 hours, 59 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Friday, December 02, 2011 9:57:38 AM GMT
Based on popular demand from my colleagues and you, the kind reader, I am currently writing a series of posts on the SQL Server Profiler. The first part was an introduction attempting to answer the question - What is a SQL Trace? Permissions, space requirements... (more)
category: Data | clicked: 3 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

SQL CLR DLL Register error in SQL Server - "The database owner SID recorded in the master database differs from the database owner SID recorded in database"

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 536 days, 8 hours, 14 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Wednesday, November 30, 2011 11:43:16 AM GMT
Recently while working with SQL CLR functionality and created DLL for the SQL CLR. But while registering this DLL in the database i got one surprised error. Lt's show you the script so you have more idea. We have a script to register DLL as following... (more)
category: Data | clicked: 5 | 1 comment | | source: beyondrelational.com
tags: SQL Server, CLR, TSQL
8
Shouts

Reference Dimensions

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 536 days, 8 hours, 15 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Wednesday, November 30, 2011 11:42:21 AM GMT
A reference dimension occurs when the key column for the dimension is joined indirectly to the fact table through a key in another dimension table. This results in a snowflake schema design. The following figure shows one fact table named InternetSales... (more)
category: Data | clicked: 14 | 1 comment | | source: beyondrelational.com
tags: SQL Server, DBA, TSQL
7
Shouts

Getting Started with SSRS - Part 2 - Designing a report using Report Wizard

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 537 days, 12 hours, 19 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Tuesday, November 29, 2011 7:37:39 AM GMT
This article frames a guideline on how to make the use of the Report Wizard and create a simple report using the Business Intelligence Studio. A Report Wizard is the simplest form for creating a readymade report by simply selecting the data that should be displayed and by selecting the inbuilt templates available as per the requirement. (more)
category: Data | clicked: 7 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
7
Shouts

T-SQL to get the SQL Server Service Start time and Up time of SQL Server service

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 537 days, 12 hours, 23 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Tuesday, November 29, 2011 7:33:41 AM GMT
There are number of occasions where we need to get to know the SQL Server service start date time and also from what time the SQL Services are up and running generally termed as Uptime. There are many ways to do it like check for temp DB Creation time... (more)
category: Data | clicked: 3 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Day 65: Insert into multiple tables from a single table in Oracle by using the INSERT ALL statement

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 537 days, 12 hours, 24 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Tuesday, November 29, 2011 7:32:50 AM GMT
In Oracle, it is possible to split the record based on the columns and to insert them into multiple tables at the same time. Consider the below case where we have the tblEmployee as our base table SQL> Select * From tblEmployee; EMPID EMPNAME SALARY... (more)
category: Data | clicked: 4 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Oracle
7
Shouts

Getting Started with SSRS - Part 3 - Designing a report using Report Designer

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 537 days, 12 hours, 36 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Tuesday, November 29, 2011 7:21:13 AM GMT
This article would cover how to design a report using the Report Designer. In our previous article, we saw the option on designing a report using the Report Wizard with just the configurations used to design and develop the report with some simple steps. (more)
category: Data | clicked: 8 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
8
Shouts

More on Table-valued Parameters (TVP’s)

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 538 days, 12 hours, 45 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Monday, November 28, 2011 7:11:54 AM GMT
While finalising some slides for my presentation at the Canberra .Net User Group on Using XML and TVP’s to Transport Relational Data , I stumbled across a couple of posts by Bob Beauchemin relating to how TVP’s cause plan recompiles when called from ADO... (more)
category: Data | clicked: 9 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, TVP, Database
8
Shouts

SQL Server – Profiler – Part 2 – Profiler Templates, Template Types and Creating Customized Templates

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 538 days, 12 hours, 46 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Monday, November 28, 2011 7:11:07 AM GMT
Based on popular demand from my colleagues and you, the kind reader, I am currently writing a series of posts on the SQL Server Profiler. You can read the first part on What is a SQL Trace? Permissions, space requirements and launching the Profiler .... (more)
category: Data | clicked: 3 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Quick way to know all computed columns across tables

published 534 days, 5 hours, 46 minutes ago posted by kinj312kinj312 538 days, 12 hours, 46 minutes ago
Friday, December 02, 2011 2:11:13 PM GMT Monday, November 28, 2011 7:10:40 AM GMT
A computed column in SQL Server is an expression which is based on another column in the same table. Consider the following example create table testtable ( id int, names varchar(100), custid as right('00000'+cast(id as varchar(10)),5) ) GO... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
9
Shouts

SSRS Tutorial - Part 1 - SQL Server Reporting Services Overview and Installing in Windows Server 2008

published 540 days, 15 hours, 32 minutes ago posted by kinj312kinj312 541 days, 12 hours, 47 minutes ago
Saturday, November 26, 2011 4:25:17 AM GMT Friday, November 25, 2011 7:09:42 AM GMT
In this article, we would see what SQL Server Reporting Services are and a high-level overview of the architecture and the components involved in running reports on the SQL Server. This article is the first part of the series on SQL Server Reporting Services right from the architectural overview to running the customized report on different servers with deployment. (more)
category: Data | clicked: 74 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 28 29 Next