SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP
How to collect cluster Information using TSQL
1 comments, 153 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 29 April 2013
SQL Server – Generate Calendar using TSQL
Recently, I was asked to develop a SSRS based report for the Event Management module in MS Dynamics CRM 2011. The idea was to show a Calendar for the selected month and each cell of the calendar should display the scheduled events of that day.
Showing the events in…
0 comments, 244 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 9 April 2013
SQL Server – Generating PERMUTATIONS using T-Sql
DECLARE @Value AS VARCHAR(20) = 'ABCC' --Mention the text which is to be permuted…
0 comments, 106 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 11 March 2013
SQL Server – TSql to find Records matching certain criteria in all the tables of a DB.
0 comments, 144 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 6 March 2013
SQL Server # Moving MASTER database in cluster environment
Few months back I have wrote post about moving MASTER and MSDB database to new location in stand alone machine.
In recent past we had a situation where customer asked us to move MASTER database to new location, below are the steps I have taken:
- Connect to the Server…
0 comments, 376 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 24 December 2012
SQL Server Database Backup Report using T-SQL
SELECT
b.machine_name,
b.server_name,
b.database_name as DBName,
b.backup_start_date,
b.backup_finish_date,
CASE
WHEN b.[type] = 'D' THEN 'Database'
WHEN b.[type] = 'I' THEN…0 comments, 220 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 17 October 2012
SQL Server # TSQL to Convert STRING in PROPER format
Problem Statement
SQL Server has got in-built functions to convert the given string into LOWER() or UPPER() format but it does not provides any direct way to convert it to PROPER format. A string/text is said to be in a PROPER format if all the words in that string/text starts… Read more
1 comments, 472 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 14 October 2012
Troubleshooting Oracle Link Server - Part2
0 comments, 320 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 1 September 2012
SQL Server # Storing Hierarchical Data – Parent Child n’th level # TSQL
Introduction
Today, I would like to explain one way in which we can store the HIERARCHICAL data in SQL tables. A general table structure which people come up to store this kind of data is -
Where, EmployeeID id the UniqueID alloted to every new employee record inserted into the… Read more
2 comments, 516 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 27 March 2012
Last Execution Date Time of a Stored Procedure
Actually speaking, without explicit logging or tracing, it is not possible to get this…
3 comments, 327 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 11 March 2012
Moving MASTER Database
In my previous post we see how to move MSDB database, today we will see how to move or relocate MASTER database. While moving MASTER database we’ll have to consider few other things like changing start-up parameter for SQL Server Service. I will also mention those stops here for… Read more
0 comments, 174 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 8 March 2012
Moving MSDB to new location
2 comments, 171 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 6 March 2012
Register for SQL Server 2012 Virtual Launch
`As we all are aware SQL Server 2012 virtual launch is scheduled after 60 hours roughly. Earlier I have discussed what’s new in SQL Server 2012 setup, MS has released SQL Server 2012 training kit and made it available for us to download. In recent past, I have… Read more
0 comments, 94 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 5 March 2012
Download free eBook for SQL Server 2012
0 comments, 925 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 29 February 2012
When DBCC INPUTBUFFER disappoints
SELECT * FROM MASTER..SYSPROCESSES WHERE BLOCKED != 0
0 comments, 489 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 30 January 2012
Rebuild System Databases
FB Friend: Hi
I : Hi
FB Friend: I need your help
FB Friend : My SQL Server is not starting...
I : What is an error you…
2 comments, 595 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 29 January 2012
Revamping SUG 2nd Meeting
Friends,
- We have decided that portal management will be done by I, Vinay and Matang initially, here are the module…
0 comments, 118 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 23 January 2012
Roles and Responsibilty of SQL Server DBA
- What is a role of a DBA in an organization?
- What are the daily activities of a DBA?
- What shall I check on regular basis?
- What all processes shall I automate ?
- What are the precautions, I have to take additionally?
These are the common question being asked in-common on…
0 comments, 182 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 1 January 2012
Image source : Top CNN News
0 comments, 0 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 31 December 2011
What’s new in SQL Server RC0 setup
0 comments, 103 reads
Posted in SQL Server Citation - SQL Blog by Hemantgiri S. Goswami, SQL MVP on 28 December 2011



Subscribe to this blog