Skip to content
April 21, 2021
  • Subscribe
  • Twitter
  • LinkedIN Group (Forum)
  • Facebook Group (Forum)
  • Facebook Page
  • YouTube
  • Telegram Group (Forum)
SQLServerGeeks

SQLServerGeeks

SQL Server Education (by the geeks, for the geeks)

Free Live Training     Virtual Symposium   DPD banglore
  • Blogs
    • Subscribe To Our Newsletter
    • SQLServerGeeks Bulletin Index
    • The Scripts Garage
    • All Blog Posts
    • One DMV a Day Series
    • Accidental DBA Series
    • One Operator a Day Series
    • One Trace Flag a Day Series
  • Events
  • Videos
    • SSG Videos Lobby
    • SQL Server Tutorials & Demos
    • Webinar Recordings
    • SQLShighra
    • Virtual Symposium Recordings
    • Geek Talks
  • PodCasts
  • Conference
  • Resources
  • Social
    • Subscribe To Our Newsletter
    • Twitter
    • LinkedIN Group (Forum)
    • Facebook Group
    • Facebook Page
    • YouTube Channel
    • Telegram Group (Forum)
    • Connect With Amit Bansal
  • About Us
    • Subscribe To Our Newsletter
    • SSG Team
    • Join Us
    • Speakers
    • Blog With Us
    • Contact Us
    • Write a Guest Post
    • Testimonials
    • Join DataPlatformGeeks community
Main Menu

Author: Sandip Pani

SQL Server

Step by Step Guide to Install, configure and Run R script in SQL Server 2016

February 28, 2017April 2, 2017 - by Sandip Pani - Leave a Comment

Microsoft acquired Revolution Analytics in 2015 and integrated R in SQL Server 2016.Today I will show you how to install, configure and run R script in SSMS. Like all other Microsoft …

Read More
SQL Server

New Security Features In SQL SERVER 2016 – PART 1

February 1, 2017April 4, 2017 - by Sandip Pani - Leave a Comment

Data Security in any application is vital. Different business or application has their own security policy. SQL Server 2016 provides three new security features which helps to protect data. Below there …

Read More
SQL Server

Entire world is talking about Data Platform Summit 2017

January 30, 2017August 20, 2020 - by Sandip Pani - Leave a Comment

Great start by DataPlatformGeeks team. On 26th January 2017, #DPS2017 is globally launched here and just after that on 28th January 2017 DPG team had a  successful full day  Data Platform Day event. …

Read More
SQL Server

Customize your message using FORMATMESSAGE Function

January 12, 2017May 3, 2017 - by Sandip Pani - Leave a Comment

Using FormatMessage function you can construct a message string located in sys.messages. The functionality of FORMATMESSAGE is very much same as RAISERROR statement. FORMATMESSAGE functions edits the message by substituting the …

Read More
SQL Server

Sub Query behaviour looks like a bug

November 18, 2016November 18, 2016 - by Sandip Pani - 2 Comments.

While debugging one procedure I came across below Scenario where a sub-query was returning all records from outer query. CREATE TABLE TABLE1 (COL1 INT IDENTITY ) GO INSERT INTO TABLE1 DEFAULT …

Read More
SQL Server

SQL Server – Join Operation

November 2, 2016November 9, 2016 - by Sandip Pani - Leave a Comment

In this blog we’ll find how SQL Server works when we do join operation. SQL Server optimizer chooses one of the below physical operator to perform logical join operation. Hash Match …

Read More
SQL Server

Don’t use ISDATE() function to check valid Date

October 11, 2016November 10, 2016 - by Sandip Pani - Leave a Comment

I got the below email from one of my teammate on ISDATE() function. Thanks to him for asking me the question. I do not have any idea on this behaviour of …

Read More
SQL Server

How to redefine the returning result sets of a stored procedure?

October 4, 2016October 27, 2016 - by Sandip Pani - 2 Comments.

This feature was introduced in SQL Server 2012. Using With Result Sets option with Execute Command we can change the column name and data type of returning result set. Ex: Use TempDB Go …

Read More
SQL Server

SQL SERVER – Trace Flags

September 29, 2016October 27, 2016 - by Sandip Pani - Leave a Comment

To know about a topic we usually ask questions. Here I used the same method to explain about trace flags of SQL Server. Below are some basic questions and its answers …

Read More
SQL Server

SQL Server – Customize Database object Script

September 24, 2016October 27, 2016 - by Sandip Pani - Leave a Comment

SSMS provides functionality to generate script for database objects. I’ve seen developer use this functionality to generate script for various objects like Tables, Procedures, Triggers and other database objects but after …

Read More

Posts navigation

Previous 1 2 3 4 Next

Subscribe to SQLServerGeeks

Ad

master classes

SSG_linkedin

SSG_fb

dps2017_logo_website

video courses

dps2017_logo_website

create your blog

guest_post

DataPlatformGeeks Social Media Channels

About Us

  • Core Team
  • Authors
  • Blog With Us
  • Testimonials
  • Contact Us
  • Join DataPlatformGeeks Community

Subscribe To Our Newsletter

loader

Copyright © 2019 SQLServerGeeks. Community initiative by Amit Bansal | Anti-Harassment Policy
Powered by SQLServerGeeks and DataPlatformGeeks.