DotNetShoutout - Stories tagged with SQL Server
8
Shouts

Day 4: Find the Version of PostgreSQL

published 518 days, 9 hours, 39 minutes ago posted by kinj312kinj312 519 days, 4 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Wednesday, December 21, 2011 9:40:53 AM GMT
We can get the version information in PostgreSQL by using the version function as shown under select version(); /* Result */ version ------- "PostgreSQL 9.1.0, compiled by Visual C++ build 1500, 32-bit" In Sql Server we use @@Version Hope this... (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
10
Shouts

SQL Server – TempDB v/s Model database – Minimum size considerations – CREATE DATABASE - Error Msg 1803

published 514 days, 1 hour, 29 minutes ago posted by kinj312kinj312 519 days, 4 minutes ago
Monday, December 26, 2011 8:15:27 AM GMT Wednesday, December 21, 2011 9:40:33 AM GMT
A few weeks ago, I wrote a post related to the tempdb where I attempted to answer the question – Is TempDB a copy of the model database? The post attracted a couple of follow-up comments (which I really appreciate, because it gives everyone a great deal... (more)
category: Data | clicked: 32 | 3 comments | | source: beyondrelational.com
tags: SQL Server, TSQL, Database
7
Shouts

Day 3: Overlay function in PostgreSQL

published 518 days, 9 hours, 39 minutes ago posted by dharadhara 519 days, 20 hours, 24 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Tuesday, December 20, 2011 1:20:10 PM GMT
Purpose: To replace substring from a specified position to a specified position. Syntax: Overlay(string placing string from int [for int]) Example Select Overlay('www.beyondnational.com' Placing 'relational' From 11 For 8) "Overlay... (more)
category: Data | clicked: 4 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Automated Trigger To Require a WHERE Clause

published 518 days, 9 hours, 39 minutes ago posted by dharadhara 519 days, 20 hours, 35 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Tuesday, December 20, 2011 1:09:30 PM GMT
The Problem I was working on an ERP project for an electrical company. As a DBA my main task was to maintain database security and data consistency. A database developer was appointed on the client side to maintain the database. By mistake the developer... (more)
category: Data | clicked: 10 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
7
Shouts

Getting Started with SSRS - Part 9 - Creating Matrix Report with inbuilt styles in SSRS

published 518 days, 9 hours, 39 minutes ago posted by dharadhara 519 days, 20 hours, 41 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Tuesday, December 20, 2011 1:03:07 PM GMT
In this article we are going to see how to create a Matric Report with the help of the Report Wizard and Report Designer. In our earlier articles, we have covered how to design and deploy the report to the server with the option to design using the wizard and also with the report designer. However, in this article we are going to see how to make a matrix type report, since most of the business reports are developed based on the pivot format to analyze. (more)
category: Data | clicked: 7 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL, BI, SSRS
8
Shouts

Day 2: String aggregation in PostgreSQL

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 520 days, 22 hours, 43 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Monday, December 19, 2011 11:01:21 AM GMT
Aim: A query to show which employees works for which department Option 1: Using StringAgg function Purpose: This values helps to concatenate the input values into a string, separated by delimiter. We can pass any delimiter in this function Syntax: StringAgg... (more)
category: Data | clicked: 3 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

SQL Server 2012 (“Denali”) Licensing

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 520 days, 22 hours, 44 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Monday, December 19, 2011 11:00:49 AM GMT
Microsoft has posted the licensing for SQL Server 2012. It has simplified licensing: SQL Server 2012 will offer two licensing options – one that is based on computing power (“core based”), and one that is based on users or devices (“Server... (more)
category: Data | clicked: 6 | comment | | source: beyondrelational.com
tags: SQL Server, denali
8
Shouts

System Reserved Partition and monitoring

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 520 days, 22 hours, 59 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Monday, December 19, 2011 10:45:51 AM GMT
On Windows 2008 R2 , a System Reserved Partition is created. It is 100 MB and acts as a preparatory step for implementing Bitlocker. The installation doesn’t install Bitlocker. BitLocker is a disk encryption method for full disk encryption. The System... (more)
category: Data | clicked: 12 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL, Database
2
Shouts

c# :- Class1 creates objects of Class2 and Class2 creates of Class1 what will happen ?

posted by questpondquestpond 522 days, 22 hours, 2 minutes ago
Saturday, December 17, 2011 11:42:55 AM GMT
c# :- Class1 creates objects of Class2 and Class2 creates of Class1 what will happen ? .NET and C# interview questions and OOP (more)
category: Web Dev | clicked: 5 | comment | | source: youtu.be
tags: SQL Server, .NET and C# interview questions, OOP, Asp.Net Interview Question
8
Shouts

SQL Server – Profiler – Part 6 – Correlating the Profiler Trace with Windows Performance Log Data

published 518 days, 9 hours, 39 minutes ago posted by kinj312kinj312 524 days, 1 hour, 49 minutes ago
Thursday, December 22, 2011 12:05:29 AM GMT Friday, December 16, 2011 7:55:27 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. Five 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: 6 | 1 comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

Where did my RDL.DATA files go?

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 524 days, 1 hour, 50 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Friday, December 16, 2011 7:55:06 AM GMT
Today morning, I was reading an old post on Clearing SSRS Query cache by Alex Whittles ( blog | twitter ). That is when I decided to try out something and opened up my most recent project to find some rdl.data files. Surprisingly, I did not find a single... (more)
category: Data | clicked: 3 | comment | | source: beyondrelational.com
tags: SQL Server, TSQL
8
Shouts

SQL Server 2008 - Database Backup Compression, Amazing feature for DBA

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 524 days, 1 hour, 50 minutes ago
Tuesday, December 20, 2011 7:32:32 PM GMT Friday, December 16, 2011 7:54:46 AM GMT
Production Database servers may have databases which are heavily in size. For the maintenance of those database backups are very hard and lengthy as the backups of those heavily databases take more tome to execute and very CPU, memory and IO consumptive... (more)
category: Data | clicked: 5 | comment | | source: beyondrelational.com
tags: SQL Server, DBA, TSQL
7
Shouts

Multipart names and keyboard shortcuts

published 519 days, 14 hours, 12 minutes ago posted by dharadhara 525 days, 36 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
7
Shouts

DB2 Database code set

published 518 days, 9 hours, 39 minutes ago posted by dharadhara 525 days, 36 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

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

published 518 days, 9 hours, 39 minutes ago posted by dharadhara 525 days, 37 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

CONCAT() – SQL Server 2012

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 526 days, 27 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
7
Shouts

Study of WAITSTATS(Part 5) - ASYNC_NETWORK_IO

published 519 days, 14 hours, 12 minutes ago posted by kinj312kinj312 526 days, 28 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
9
Shouts

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

published 519 days, 14 hours, 12 minutes ago posted by dharadhara 527 days, 3 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
9
Shouts

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

published 519 days, 14 hours, 12 minutes ago posted by dharadhara 527 days, 5 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

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

published 519 days, 14 hours, 12 minutes ago posted by dharadhara 527 days, 5 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
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 43 44 Next