jacobsebastian
Name: jacobsebastian
Score: 4,772.5
Last Seen: 411 days, 16 hours, 26 minutes ago
Member Since: 6 April, 2010
DotNetShoutout
atom rss
7
Shouts

Getting Started with SSRS - Part 8 -Show SSRS Report in ASP.NET Web Page

published 514 days, 20 hours, 29 minutes ago posted by dharadhara 521 days, 11 hours, 27 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Thursday, December 15, 2011 9:07:49 AM GMT
In this article, we will cover how to use the deployed SSRS Report on to the ASP.NET Web application. In our earlier articles we have seen the steps to create and deploy the report to the Reporting Server and administer the deployed reports. In real time, we have seen requirements on accessing the reports from different clients. (more)
category: Data | clicked: 16 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
7
Shouts

DB2 Database code set

published 514 days, 20 hours, 29 minutes ago posted by dharadhara 521 days, 11 hours, 27 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Thursday, December 15, 2011 9:08:19 AM GMT
The DB2 code set value defines the character encoding used by the database. Setting the appropriate value for translation, for example: Euro symbol and DB2 database codeset To get the DB2 database code set value, use: db2 get db cfg for MY_DB --From a... (more)
category: Data | clicked: 5 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Database
7
Shouts

Multipart names and keyboard shortcuts

published 516 days, 1 hour, 2 minutes ago posted by dharadhara 521 days, 11 hours, 26 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Thursday, December 15, 2011 9:08:38 AM GMT
I had blogged about Different ways to know structure of the tables . One of the methods is to highlight the object name and press Alt+F1. But this will not work if the object name contains multiparts ie database name, owner name etc. Consider the following... (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Getting started with SQL Azure - Part 8: SQL Azure administration - II

published 514 days, 20 hours, 29 minutes ago posted by kinj312kinj312 522 days, 11 hours, 18 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Wednesday, December 14, 2011 9:16:26 AM GMT
Aim of “Getting started with SQL Azure” series is to offer you a set of brief articles that could act as a Launchpad for your to-be wonderful journey of exploring Microsoft’s cloud based database solution i.e. SQL Azure. First summary... (more)
category: Data | clicked: 9 | 1 comment | | source: beyondrelational.com
tags: SQL Azure, Azure
7
Shouts

Study of WAITSTATS(Part 5) - ASYNC_NETWORK_IO

published 516 days, 1 hour, 2 minutes ago posted by kinj312kinj312 522 days, 11 hours, 18 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Wednesday, December 14, 2011 9:16:45 AM GMT
ASYNCNETWORKIO, as the name suggests it is a wait type associated with the network. Infact it deals with the network buffers. Does it mean it is completely a network issue? - Never, it might be a network issue or not. However we need to check our end... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

CONCAT() – SQL Server 2012

published 516 days, 1 hour, 2 minutes ago posted by kinj312kinj312 522 days, 11 hours, 17 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Wednesday, December 14, 2011 9:17:28 AM GMT
With SQL Server 2012 a new string function is born – CONCAT(). The output is a string, as the result of the concatenation of two or more strings – if the input is another type than string a conversion will be done implicit. The CONCAT() function takes... (more)
category: Data | clicked: 11 | 1 comment | | source: beyondrelational.com
tags: SQL Server, denali, sql server 2012
10
Shouts

SQL SERVER – Explain Error:166 : does not allow specifying the database name as a prefix to the object name – Puzzle to Win SQL Server Interview Questions and Answers Book « SQL Server Journey with SQLAuthority

published 514 days, 20 hours, 29 minutes ago posted by pinaldavepinaldave 522 days, 16 hours ago
Thursday, December 22, 2011 12:05:29 AM GMT Wednesday, December 14, 2011 4:34:48 AM GMT
I was recently reading excellent Just Learned Tip regarding 3 part naming Cannot be used when dropping Views,Functions or Procedures. This is quite a well known tip however, every developer and DBA learns at sometime in their career with ‘hm…’ moment. To illustrate this further here is a simple case scenario.Setup environment CREATE DATABASE TestDB GO USE TestDB GO CREATE TABLE TestTable (ID INT) GO CREATE PROCEDURE TestSP AS SELECT 1 Col GO Drop Table The drop table will works and gives ... (more)
category: Data | clicked: 29 | 1 comment | | source: blog.sqlauthority.com
9
Shouts

Getting Started with SSRS - Part 7 - User Roles and Permissions in SSRS Server

published 516 days, 1 hour, 2 minutes ago posted by dharadhara 523 days, 10 hours, 56 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Tuesday, December 13, 2011 9:39:19 AM GMT
In this article, we will see how to set user access roles and permissions for a specified user in SQL Server Reporting Services. User permissions in SSRS server is a big challenge for accessing the server for specified users. In this article, we will see how to add a new user role and provide permissions for the user to access particular components of the server reports. (more)
category: Data | clicked: 13 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, SSRS
9
Shouts

TSQL Challenge 70 - Find the longest sequence of alphabets in a string – Part 2

published 516 days, 1 hour, 2 minutes ago posted by dharadhara 523 days, 10 hours, 55 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Tuesday, December 13, 2011 9:40:04 AM GMT
This challenge invites you to identify the longest sequence of alphabets from a string. This challenge is Version 2 of the TSQL Challenge 67. The difference is that in this version, you should apply circling while finding the longest sequence. (more)
category: Data | clicked: 15 | comment | | source: beyondrelational.com
tags: SQL Server, tsql challenges, TSQL
9
Shouts

Day 76: PL/SQL - 14 (Writing Dynamic SQL Queries in PL/SQL using Native Dynamic SQL(NDS))

published 516 days, 1 hour, 2 minutes ago posted by dharadhara 523 days, 10 hours, 53 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Tuesday, December 13, 2011 9:41:34 AM GMT
Sign in | JoinHomeBlogsAskJust LearnedPostswhat.isnew.inPuzzlesToolsQuizModules (beta) Getting Started with SSRS - Part 6 : Creating Deleting and Moving a folder in SSRS Server First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login. niladri.biswasHomeRSS for PostsRecent Blog PostsDay 12: Math functions and operators in PostgreSQL...Day 11: Math functions and op... (more)
category: Data | clicked: 17 | 1 comment | | source: beyondrelational.com
tags: SQL Server, PL/SQl, TSQL
13
Shouts

SQL Server – Profiler – Part 5 – Replaying a trace – from a file or a table – using breakpoints during trace replay

published 514 days, 20 hours, 29 minutes ago posted by dharadhara 524 days, 12 hours, 19 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Monday, December 12, 2011 8:15:59 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. Four 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: 66 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

Getting started with SQL Azure - Part 7: SQL Azure administration - I

published 523 days, 5 hours, 55 minutes ago posted by dharadhara 524 days, 12 hours, 18 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Monday, December 12, 2011 8:16:32 AM GMT
Aim of “Getting started with SQL Azure” series is to offer you a set of brief articles that could act as a Launchpad for your to-be wonderful journey of exploring Microsoft’s cloud based database solution i.e. SQL Azure. First summary... (more)
category: Data | clicked: 25 | 1 comment | | source: beyondrelational.com
tags: SQL Azure, Azure
10
Shouts

Day 75: PL/SQL - 13 (How to make custom Aggregate Function in Oracle)

published 523 days, 5 hours, 55 minutes ago posted by dharadhara 524 days, 12 hours, 17 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Monday, December 12, 2011 8:17:57 AM GMT
In this article, we will look into creating our own Aggregate Function in Oracle. User-defined aggregates are a feature of the Extensibility Framework.It is possbile to make user define Aggregate function because of Oracle's Data Cartridge model which... (more)
category: Data | clicked: 14 | comment | | source: beyondrelational.com
tags: SQL Server, PL/SQl, TSQL
10
Shouts

WCF # 10 – WCF channel shapes and communication patterns (Message exchange patterns)

published 523 days, 5 hours, 55 minutes ago posted by kinj312kinj312 526 days, 11 hours, 59 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Saturday, December 10, 2011 8:35:31 AM GMT
Hi Geek, In our last post Channels , we see how messages are exchange in WCF using channels , In this post we will see the types of message exchange patterns in WCF . WCF supports three distinct message-exchange patterns: 1) One Way 2) Duplex 3) Request... (more)
category: Web Dev | clicked: 16 | comment | | source: beyondrelational.com
tags: .NET, WCF, ASP.NET
10
Shouts

Data Loading Performance Guide

published 523 days, 5 hours, 55 minutes ago posted by kinj312kinj312 526 days, 11 hours, 59 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Saturday, December 10, 2011 8:35:50 AM GMT
Bulk loading with large amounts of data requires strategy. The Data Loading Performance Guide for SQL Server 2008 and SQL Server 2005 is a very useful document. Highlights Understanding Minimally Logged Operations Trace Flag 610 (sql server 2008) Summarizing... (more)
category: Data | clicked: 28 | 1 comment | | source: beyondrelational.com
tags: SQL Server, Database
9
Shouts

Day 74: ROW_NUMBER, RANK, DENSE_RANK, NTILE in Oracle

published 523 days, 5 hours, 55 minutes ago posted by kinj312kinj312 526 days, 11 hours, 59 minutes ago
Tuesday, December 13, 2011 2:39:39 PM GMT Saturday, December 10, 2011 8:36:13 AM GMT
RowNumber() - Assigns sequential numbers to the records of a result-set or to the records within groups of a result-set Rank() - Returns the rank of each row within the partition of a result set. DenseRank() - Returns the rank of rows within the partition... (more)
category: Data | clicked: 6 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Oracle
7
Shouts

Adding a Target line to a Horizontal Bar Chart in SSRS

published 525 days, 8 hours, 23 minutes ago posted by dharadhara 527 days, 11 hours, 54 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Friday, December 09, 2011 8:40:26 AM GMT
This is usually the time of the year when I get to my laziest best. The cold weather and the approaching holiday season brings out the sloth in me and I have a huge backlog of articles I need to read as well as tend to. But somehow I have pulled... (more)
category: Data | clicked: 20 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, SSRS
7
Shouts

A new feature of SQL Server Denali - Multi Monitor Support of SSMS

published 525 days, 8 hours, 23 minutes ago posted by dharadhara 527 days, 11 hours, 54 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Friday, December 09, 2011 8:40:49 AM GMT
I have drafted all the new features and enhancements introduced by SQL Server denali CTP1 and CTP3 . Multi Monitor Support is the new feature among them. We can do with this feature : 1. Using this feature we can use multi screen of query analyzer or... (more)
category: Data | clicked: 36 | 1 comment | | source: beyondrelational.com
tags: SQL Server, ssms, TSQL
8
Shouts

Day 73: Merge Statement in Oracle

published 525 days, 8 hours, 23 minutes ago posted by dharadhara 527 days, 11 hours, 54 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Friday, December 09, 2011 8:41:15 AM GMT
Purpose: It is a DML statement that is use for performing the Insert / Update or Delete statement to the target table based on the conditions supplied. It is introduce from Oracle 9i Let us see an example to understand this one First let us create a source... (more)
category: Data | clicked: 6 | 1 comment | | source: beyondrelational.com
tags: SQL Server, Oracle
6
Shouts

MS DTC and sys.dm_tran_active_transactions

published 525 days, 8 hours, 23 minutes ago posted by kinj312kinj312 528 days, 10 hours, 54 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 9:40:28 AM GMT
A sql reindex command was being blocked by two active transactions in MS DTC. Use sys.dmtranactivetransactions to report more detail on transactions select * from sys.dmtranactivetransactions where transaction_uow = '922D5B60-A5CA-4C96-8891... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 55 56 Next